COLOR #A6DAA8

HEX: #A6DAA8
RGB: (166,218,168)

Color info

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

RGB color model

#A6DAA8 color RGB value is (166,218,168).

  • red value is 166;
  • green value is 218;
  • blue value is 168.
RGB:
(166,218,168)
(65%,85%,66%)

RGB channels and saturation

R 166 of 255 = 65%
G 218 of 255 = 85%
B 168 of 255 = 66%

166
218
168

R + G + B ~ 72%. #A6DAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 218 + 168 = 552 (100%)
R 166 of 552 ~ 30.07%
G 218 of 552 ~ 39.49%
B 168 of 552 ~ 30.43%

%30.07
%39.49
%30.43

CMYK color model

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

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 14.51%
CMYK:
(24,0,23,15)
C24M0Y23K15 
(24%,0%,23%,15%)
(0.24/0.00/0.23/0.15)	

CMYK percentages

%23.85
%0
%22.94
%14.51

Codes

Color #A6DAA8 in popluar color models

A6DAA8
RGB166218168
HSL122°41.27%75.29%
HSB/HSV122°23.85%85.49%
CMYK23.85%0.00%22.94%
14.51%

Color #A6DAA8 in popluar number systems.

HEXA6DAA8
Decimal166218168
Binary101001101101101010101000
Octal246332250

Shades and tints

Shades of #A6DAA8

#A6DAA8
(166,218,168)
#97C799
(151,199,153)
#88B48A
(136,180,138)
#79A17B
(121,161,123)
#6A8E6C
(106,142,108)
#5B7B5D
(91,123,93)
#4C684E
(76,104,78)
#3D553F
(61,85,63)
#2E4230
(46,66,48)
#1F2F21
(31,47,33)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #A6DAA8

#A6DAA8
(166,218,168)
#AEDDAF
(174,221,175)
#B6E0B6
(182,224,182)
#BEE3BD
(190,227,189)
#C6E6C4
(198,230,196)
#CEE9CB
(206,233,203)
#D6ECD2
(214,236,210)
#DEEFD9
(222,239,217)
#E6F2E0
(230,242,224)
#EEF5E7
(238,245,231)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DAA8 color. Also use rgb(166,218,168) instead hex code.

Text Font Color

.myTextColor { color: #A6DAA8; }

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

This text font color is #A6DAA8.


Background Color

.myBgColor { background-color: #A6DAA8; }

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

This div background color is #A6DAA8.


Border color

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

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

This div border color is #A6DAA8.


Opacity

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

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

Text with #A6DAA8 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 #A6DAA8;}

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

This text has shadow with #A6DAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DAA8 on black background.


Color preview on white background

This text has color #A6DAA8 on white background.



Black color preview on #A6DAA8 background

This text has black color on #A6DAA8 background.


White color preview on #A6DAA8 background

This text has white color on #A6DAA8 background.