COLOR #ADCEC7

HEX: #ADCEC7 RGB: (173,206,199)

Color info

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

RGB color model

#ADCEC7 color RGB value is (173,206,199).

RGB: (173,206,199) (68%, 81%, 78%)

RGB channels and saturation

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

173
206
199

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

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 199 = 578 (100%)
R 173 of 578 ~ 29.93%
G 206 of 578 ~ 35.64%
B 199 of 578 ~ 34.43'%

%29.93
%35.64
%34.43

CMYK color model

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

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

CMYK: (16,0,3,19)
C16M0Y3K19 (16%, 0%, 3%, 19%)
(0.16 / 0.00 / 0.03 / 0.19)

CMYK percentages

%16.02
%0
%3.4
%19.22

Codes

Color #ADCEC7 in popluar color models

AD CE C7
RGB 173 206 199
HSL 167° 25.19% 74.31%
HSB/HSV 167° 16.02% 80.78%
CMYK 16.02% 0.00% 3.40%
19.22%

Color #ADCEC7 in popluar number systems.

HEX AD CE C7
Decimal 173 206 199
Binary 10101101 11001110 11000111
Octal 255 316 307

Shades and tints

Shades of #ADCEC7

#ADCEC7
(173,206,199)
#9EBCB5
(158,188,181)
#8FAAA3
(143,170,163)
#809891
(128,152,145)
#71867F
(113,134,127)
#62746D
(98,116,109)
#53625B
(83,98,91)
#445049
(68,80,73)
#353E37
(53,62,55)
#262C25
(38,44,37)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #ADCEC7

#ADCEC7
(173,206,199)
#B4D2CC
(180,210,204)
#BBD6D1
(187,214,209)
#C2DAD6
(194,218,214)
#C9DEDB
(201,222,219)
#D0E2E0
(208,226,224)
#D7E6E5
(215,230,229)
#DEEAEA
(222,234,234)
#E5EEEF
(229,238,239)
#ECF2F4
(236,242,244)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEC7; }

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

This text font color is #ADCEC7.

Background Color

.myBgColor { background-color: #ADCEC7; }

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

This div background color is #ADCEC7.

Border color

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

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

This div border color is #ADCEC7.

Opacity

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

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

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

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

This text has shadow with #ADCEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCEC7.

Preview

Color preview on black background

This text has color #ADCEC7 on black background.


Color preview on white background

This text has color #ADCEC7 on white background.


Black color preview on #ADCEC7 background

This text has black color on #ADCEC7 background.


White color preview on #ADCEC7 background

This text has white color on #ADCEC7 background.


Related colors

Complementary color

Complementary color for #hex is #523138.


I love getcolorcode.com

Triadic colors

1 #C7ADCE and #CEC7AD with #ADCEC7 are triadic colors.

2 #C7CEAD and #CEADC7 with #ADCEC7 are triadic colors.