COLOR #ADCEC9

HEX: #ADCEC9 RGB: (173,206,201)

Color info

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

RGB color model

#ADCEC9 color RGB value is (173,206,201).

RGB: (173,206,201) (68%, 81%, 79%)

RGB channels and saturation

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

173
206
201

R + G + B ~ 76%. #ADCEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 201 = 580 (100%)
R 173 of 580 ~ 29.83%
G 206 of 580 ~ 35.52%
B 201 of 580 ~ 34.66'%

%29.83
%35.52
%34.66

CMYK color model

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

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

CMYK percentages

%16.02
%0
%2.43
%19.22

Codes

Color #ADCEC9 in popluar color models

AD CE C9
RGB 173 206 201
HSL 171° 25.19% 74.31%
HSB/HSV 171° 16.02% 80.78%
CMYK 16.02% 0.00% 2.43%
19.22%

Color #ADCEC9 in popluar number systems.

HEX AD CE C9
Decimal 173 206 201
Binary 10101101 11001110 11001001
Octal 255 316 311

Shades and tints

Shades of #ADCEC9

#ADCEC9
(173,206,201)
#9EBCB7
(158,188,183)
#8FAAA5
(143,170,165)
#809893
(128,152,147)
#718681
(113,134,129)
#62746F
(98,116,111)
#53625D
(83,98,93)
#44504B
(68,80,75)
#353E39
(53,62,57)
#262C27
(38,44,39)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADCEC9

#ADCEC9
(173,206,201)
#B4D2CD
(180,210,205)
#BBD6D1
(187,214,209)
#C2DAD5
(194,218,213)
#C9DED9
(201,222,217)
#D0E2DD
(208,226,221)
#D7E6E1
(215,230,225)
#DEEAE5
(222,234,229)
#E5EEE9
(229,238,233)
#ECF2ED
(236,242,237)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEC9; }

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

This text font color is #ADCEC9.

Background Color

.myBgColor { background-color: #ADCEC9; }

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

This div background color is #ADCEC9.

Border color

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

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

This div border color is #ADCEC9.

Opacity

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

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

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

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

This text has shadow with #ADCEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCEC9.

Preview

Color preview on black background

This text has color #ADCEC9 on black background.


Color preview on white background

This text has color #ADCEC9 on white background.


Black color preview on #ADCEC9 background

This text has black color on #ADCEC9 background.


White color preview on #ADCEC9 background

This text has white color on #ADCEC9 background.


Related colors

Complementary color

Complementary color for #hex is #523136.


I love getcolorcode.com

Triadic colors

1 #C9ADCE and #CEC9AD with #ADCEC9 are triadic colors.

2 #C9CEAD and #CEADC9 with #ADCEC9 are triadic colors.