COLOR #ADCEC0

HEX: #ADCEC0 RGB: (173,206,192)

Color info

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

RGB color model

#ADCEC0 color RGB value is (173,206,192).

RGB: (173,206,192) (68%, 81%, 75%)

RGB channels and saturation

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

173
206
192

R + G + B ~ 75%. #ADCEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 192 = 571 (100%)
R 173 of 571 ~ 30.3%
G 206 of 571 ~ 36.08%
B 192 of 571 ~ 33.63'%

%30.3
%36.08
%33.63

CMYK color model

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

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 19.22%

CMYK: (16,0,7,19)
C16M0Y7K19 (16%, 0%, 7%, 19%)
(0.16 / 0.00 / 0.07 / 0.19)

CMYK percentages

%16.02
%0
%6.8
%19.22

Codes

Color #ADCEC0 in popluar color models

AD CE C0
RGB 173 206 192
HSL 155° 25.19% 74.31%
HSB/HSV 155° 16.02% 80.78%
CMYK 16.02% 0.00% 6.80%
19.22%

Color #ADCEC0 in popluar number systems.

HEX AD CE C0
Decimal 173 206 192
Binary 10101101 11001110 11000000
Octal 255 316 300

Shades and tints

Shades of #ADCEC0

#ADCEC0
(173,206,192)
#9EBCAF
(158,188,175)
#8FAA9E
(143,170,158)
#80988D
(128,152,141)
#71867C
(113,134,124)
#62746B
(98,116,107)
#53625A
(83,98,90)
#445049
(68,80,73)
#353E38
(53,62,56)
#262C27
(38,44,39)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #ADCEC0

#ADCEC0
(173,206,192)
#B4D2C5
(180,210,197)
#BBD6CA
(187,214,202)
#C2DACF
(194,218,207)
#C9DED4
(201,222,212)
#D0E2D9
(208,226,217)
#D7E6DE
(215,230,222)
#DEEAE3
(222,234,227)
#E5EEE8
(229,238,232)
#ECF2ED
(236,242,237)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEC0; }

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

This text font color is #ADCEC0.

Background Color

.myBgColor { background-color: #ADCEC0; }

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

This div background color is #ADCEC0.

Border color

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

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

This div border color is #ADCEC0.

Opacity

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

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

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

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

This text has shadow with #ADCEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCEC0.

Preview

Color preview on black background

This text has color #ADCEC0 on black background.


Color preview on white background

This text has color #ADCEC0 on white background.


Black color preview on #ADCEC0 background

This text has black color on #ADCEC0 background.


White color preview on #ADCEC0 background

This text has white color on #ADCEC0 background.


Related colors

Complementary color

Complementary color for #hex is #52313F.


I love getcolorcode.com

Triadic colors

1 #C0ADCE and #CEC0AD with #ADCEC0 are triadic colors.

2 #C0CEAD and #CEADC0 with #ADCEC0 are triadic colors.