COLOR #A6D8A4

HEX: #A6D8A4
RGB: (166,216,164)

Color info

#A6D8A4 contains red, green and blue colors in about the same proportion. Web safe color of #A6D8A4 is #99CC99 (or #9C9).

RGB color model

#A6D8A4 color RGB value is (166,216,164).

  • red value is 166;
  • green value is 216;
  • blue value is 164.
RGB:
(166,216,164)
(65%,85%,64%)

RGB channels and saturation

R 166 of 255 = 65%
G 216 of 255 = 85%
B 164 of 255 = 64%

166
216
164

R + G + B ~ 71%. #A6D8A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 216 + 164 = 546 (100%)
R 166 of 546 ~ 30.4%
G 216 of 546 ~ 39.56%
B 164 of 546 ~ 30.04%

%30.4
%39.56
%30.04

CMYK color model

#A6D8A4 color CMYK value is (23,0,24,15).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 15.29%
CMYK:
(23,0,24,15)
C23M0Y24K15 
(23%,0%,24%,15%)
(0.23/0.00/0.24/0.15)	

CMYK percentages

%23.15
%0
%24.07
%15.29

Codes

Color #A6D8A4 in popluar color models

A6D8A4
RGB166216164
HSL118°40.00%74.51%
HSB/HSV118°24.07%84.71%
CMYK23.15%0.00%24.07%
15.29%

Color #A6D8A4 in popluar number systems.

HEXA6D8A4
Decimal166216164
Binary101001101101100010100100
Octal246330244

Shades and tints

Shades of #A6D8A4

#A6D8A4
(166,216,164)
#97C596
(151,197,150)
#88B288
(136,178,136)
#799F7A
(121,159,122)
#6A8C6C
(106,140,108)
#5B795E
(91,121,94)
#4C6650
(76,102,80)
#3D5342
(61,83,66)
#2E4034
(46,64,52)
#1F2D26
(31,45,38)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #A6D8A4

#A6D8A4
(166,216,164)
#AEDBAC
(174,219,172)
#B6DEB4
(182,222,180)
#BEE1BC
(190,225,188)
#C6E4C4
(198,228,196)
#CEE7CC
(206,231,204)
#D6EAD4
(214,234,212)
#DEEDDC
(222,237,220)
#E6F0E4
(230,240,228)
#EEF3EC
(238,243,236)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D8A4 color. Also use rgb(166,216,164) instead hex code.

Text Font Color

.myTextColor { color: #A6D8A4; }

<p style="color:#A6D8A4">This sample text font color is #A6D8A4.</p>

This text font color is #A6D8A4.


Background Color

.myBgColor { background-color: #A6D8A4; }

<div style="background-color:#A6D8A4">Inner text</div>

This div background color is #A6D8A4.


Border color

.myBorderColor { border: 1px solid #A6D8A4; }

<div style="border:3px solid #A6D8A4">Div</div>

This div border color is #A6D8A4.


Opacity

.myOpacity80 { color: #A6D8A4; opacity: 0.8; }

<p style="color:#A6D8A4;opacity:0.8;">80%</p>

Text with #A6D8A4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A6D8A4;}

<p style="text-shadow: 3px 3px 1px #A6D8A4">Text here.</p>

This text has shadow with #A6D8A4 color.

.textShadow {text-shadow: 3px 3px 1px #A6D8A4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A6D8A4, 5px 5px 20px red">Text here.</p>

This text has shadow with #A6D8A4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6D8A4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A6D8A4, Direction=45, Strength=4)">Text</p>

This text has shadow with #A6D8A4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A6D8A4;
  -webkit-box-shadow:	1px 1px 3px 2px #A6D8A4;
  box-shadow:		1px 1px 3px 2px #A6D8A4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6D8A4;
-webkit-box-shadow: 1px 1px 3px 2px #A6D8A4;
box-shadow:1px 1px 3px 2px #A6D8A4;">
Div content here</div>
This div box has shadow with color #A6D8A4.

Preview

Color preview on black background

This text has color #A6D8A4 on black background.


Color preview on white background

This text has color #A6D8A4 on white background.



Black color preview on #A6D8A4 background

This text has black color on #A6D8A4 background.


White color preview on #A6D8A4 background

This text has white color on #A6D8A4 background.