COLOR #ADCEAD

HEX: #ADCEAD
RGB: (173,206,173)

Color info

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

RGB color model

#ADCEAD color RGB value is (173,206,173).

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

RGB channels and saturation

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

173
206
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 206 + 173 = 552 (100%)
R 173 of 552 ~ 31.34%
G 206 of 552 ~ 37.32%
B 173 of 552 ~ 31.34%

%31.34
%37.32
%31.34

CMYK color model

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

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

CMYK percentages

%16.02
%0
%16.02
%19.22

Codes

Color #ADCEAD in popluar color models

ADCEAD
RGB173206173
HSL120°25.19%74.31%
HSB/HSV120°16.02%80.78%
CMYK16.02%0.00%16.02%
19.22%

Color #ADCEAD in popluar number systems.

HEXADCEAD
Decimal173206173
Binary101011011100111010101101
Octal255316255

Shades and tints

Shades of #ADCEAD

#ADCEAD
(173,206,173)
#9EBC9E
(158,188,158)
#8FAA8F
(143,170,143)
#809880
(128,152,128)
#718671
(113,134,113)
#627462
(98,116,98)
#536253
(83,98,83)
#445044
(68,80,68)
#353E35
(53,62,53)
#262C26
(38,44,38)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #ADCEAD

#ADCEAD
(173,206,173)
#B4D2B4
(180,210,180)
#BBD6BB
(187,214,187)
#C2DAC2
(194,218,194)
#C9DEC9
(201,222,201)
#D0E2D0
(208,226,208)
#D7E6D7
(215,230,215)
#DEEADE
(222,234,222)
#E5EEE5
(229,238,229)
#ECF2EC
(236,242,236)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEAD; }

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

This text font color is #ADCEAD.


Background Color

.myBgColor { background-color: #ADCEAD; }

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

This div background color is #ADCEAD.


Border color

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

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

This div border color is #ADCEAD.


Opacity

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

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

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

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

This text has shadow with #ADCEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCEAD on black background.


Color preview on white background

This text has color #ADCEAD on white background.



Black color preview on #ADCEAD background

This text has black color on #ADCEAD background.


White color preview on #ADCEAD background

This text has white color on #ADCEAD background.