COLOR #ADCEA6

HEX: #ADCEA6
RGB: (173,206,166)

Color info

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

RGB color model

#ADCEA6 color RGB value is (173,206,166).

  • red value is 173;
  • green value is 206;
  • blue value is 166.
RGB:
(173,206,166)
(68%,81%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 166 of 255 = 65%

173
206
166

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

Portions of RGB colors in percentages

R + G + B =
173 + 206 + 166 = 545 (100%)
R 173 of 545 ~ 31.74%
G 206 of 545 ~ 37.8%
B 166 of 545 ~ 30.46%

%31.74
%37.8
%30.46

CMYK color model

#ADCEA6 color CMYK value is (16,0,19,19).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 19.22%
CMYK:
(16,0,19,19)
C16M0Y19K19 
(16%,0%,19%,19%)
(0.16/0.00/0.19/0.19)	

CMYK percentages

%16.02
%0
%19.42
%19.22

Codes

Color #ADCEA6 in popluar color models

ADCEA6
RGB173206166
HSL110°28.99%72.94%
HSB/HSV110°19.42%80.78%
CMYK16.02%0.00%19.42%
19.22%

Color #ADCEA6 in popluar number systems.

HEXADCEA6
Decimal173206166
Binary101011011100111010100110
Octal255316246

Shades and tints

Shades of #ADCEA6

#ADCEA6
(173,206,166)
#9EBC97
(158,188,151)
#8FAA88
(143,170,136)
#809879
(128,152,121)
#71866A
(113,134,106)
#62745B
(98,116,91)
#53624C
(83,98,76)
#44503D
(68,80,61)
#353E2E
(53,62,46)
#262C1F
(38,44,31)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #ADCEA6

#ADCEA6
(173,206,166)
#B4D2AE
(180,210,174)
#BBD6B6
(187,214,182)
#C2DABE
(194,218,190)
#C9DEC6
(201,222,198)
#D0E2CE
(208,226,206)
#D7E6D6
(215,230,214)
#DEEADE
(222,234,222)
#E5EEE6
(229,238,230)
#ECF2EE
(236,242,238)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCEA6 color. Also use rgb(173,206,166) instead hex code.

Text Font Color

.myTextColor { color: #ADCEA6; }

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

This text font color is #ADCEA6.


Background Color

.myBgColor { background-color: #ADCEA6; }

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

This div background color is #ADCEA6.


Border color

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

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

This div border color is #ADCEA6.


Opacity

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

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

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

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

This text has shadow with #ADCEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCEA6 on black background.


Color preview on white background

This text has color #ADCEA6 on white background.



Black color preview on #ADCEA6 background

This text has black color on #ADCEA6 background.


White color preview on #ADCEA6 background

This text has white color on #ADCEA6 background.