COLOR #ADCEC2

HEX: #ADCEC2 RGB: (173,206,194)

Color info

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

RGB color model

#ADCEC2 color RGB value is (173,206,194).

RGB: (173,206,194) (68%, 81%, 76%)

RGB channels and saturation

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

173
206
194

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

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 194 = 573 (100%)
R 173 of 573 ~ 30.19%
G 206 of 573 ~ 35.95%
B 194 of 573 ~ 33.86'%

%30.19
%35.95
%33.86

CMYK color model

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

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

CMYK: (16,0,6,19)
C16M0Y6K19 (16%, 0%, 6%, 19%)
(0.16 / 0.00 / 0.06 / 0.19)

CMYK percentages

%16.02
%0
%5.83
%19.22

Codes

Color #ADCEC2 in popluar color models

AD CE C2
RGB 173 206 194
HSL 158° 25.19% 74.31%
HSB/HSV 158° 16.02% 80.78%
CMYK 16.02% 0.00% 5.83%
19.22%

Color #ADCEC2 in popluar number systems.

HEX AD CE C2
Decimal 173 206 194
Binary 10101101 11001110 11000010
Octal 255 316 302

Shades and tints

Shades of #ADCEC2

#ADCEC2
(173,206,194)
#9EBCB1
(158,188,177)
#8FAAA0
(143,170,160)
#80988F
(128,152,143)
#71867E
(113,134,126)
#62746D
(98,116,109)
#53625C
(83,98,92)
#44504B
(68,80,75)
#353E3A
(53,62,58)
#262C29
(38,44,41)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #ADCEC2

#ADCEC2
(173,206,194)
#B4D2C7
(180,210,199)
#BBD6CC
(187,214,204)
#C2DAD1
(194,218,209)
#C9DED6
(201,222,214)
#D0E2DB
(208,226,219)
#D7E6E0
(215,230,224)
#DEEAE5
(222,234,229)
#E5EEEA
(229,238,234)
#ECF2EF
(236,242,239)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEC2; }

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

This text font color is #ADCEC2.

Background Color

.myBgColor { background-color: #ADCEC2; }

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

This div background color is #ADCEC2.

Border color

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

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

This div border color is #ADCEC2.

Opacity

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

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

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

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

This text has shadow with #ADCEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCEC2.

Preview

Color preview on black background

This text has color #ADCEC2 on black background.


Color preview on white background

This text has color #ADCEC2 on white background.


Black color preview on #ADCEC2 background

This text has black color on #ADCEC2 background.


White color preview on #ADCEC2 background

This text has white color on #ADCEC2 background.


Related colors

Complementary color

Complementary color for #hex is #52313D.


I love getcolorcode.com

Triadic colors

1 #C2ADCE and #CEC2AD with #ADCEC2 are triadic colors.

2 #C2CEAD and #CEADC2 with #ADCEC2 are triadic colors.