COLOR #ADDEC0

HEX: #ADDEC0 RGB: (173,222,192)

Color info

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

RGB color model

#ADDEC0 color RGB value is (173,222,192).

RGB: (173,222,192) (68%, 87%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 222 of 255 = 87%
B 192 of 255 = 75%

173
222
192

R + G + B ~ 77%. #ADDEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 222 + 192 = 587 (100%)
R 173 of 587 ~ 29.47%
G 222 of 587 ~ 37.82%
B 192 of 587 ~ 32.71'%

%29.47
%37.82
%32.71

CMYK color model

#ADDEC0 color CMYK value is (22,0,14,13).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 12.94%

CMYK: (22,0,14,13)
C22M0Y14K13 (22%, 0%, 14%, 13%)
(0.22 / 0.00 / 0.14 / 0.13)

CMYK percentages

%22.07
%0
%13.51
%12.94

Codes

Color #ADDEC0 in popluar color models

AD DE C0
RGB 173 222 192
HSL 143° 42.61% 77.45%
HSB/HSV 143° 22.07% 87.06%
CMYK 22.07% 0.00% 13.51%
12.94%

Color #ADDEC0 in popluar number systems.

HEX AD DE C0
Decimal 173 222 192
Binary 10101101 11011110 11000000
Octal 255 336 300

Shades and tints

Shades of #ADDEC0

#ADDEC0
(173,222,192)
#9ECAAF
(158,202,175)
#8FB69E
(143,182,158)
#80A28D
(128,162,141)
#718E7C
(113,142,124)
#627A6B
(98,122,107)
#53665A
(83,102,90)
#445249
(68,82,73)
#353E38
(53,62,56)
#262A27
(38,42,39)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #ADDEC0

#ADDEC0
(173,222,192)
#B4E1C5
(180,225,197)
#BBE4CA
(187,228,202)
#C2E7CF
(194,231,207)
#C9EAD4
(201,234,212)
#D0EDD9
(208,237,217)
#D7F0DE
(215,240,222)
#DEF3E3
(222,243,227)
#E5F6E8
(229,246,232)
#ECF9ED
(236,249,237)
#F3FCF2
(243,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDEC0; }

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

This text font color is #ADDEC0.

Background Color

.myBgColor { background-color: #ADDEC0; }

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

This div background color is #ADDEC0.

Border color

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

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

This div border color is #ADDEC0.

Opacity

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

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

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

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

This text has shadow with #ADDEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDEC0.

Preview

Color preview on black background

This text has color #ADDEC0 on black background.


Color preview on white background

This text has color #ADDEC0 on white background.


Black color preview on #ADDEC0 background

This text has black color on #ADDEC0 background.


White color preview on #ADDEC0 background

This text has white color on #ADDEC0 background.


Related colors

Complementary color

Complementary color for #hex is #52213F.


I love getcolorcode.com

Triadic colors

1 #C0ADDE and #DEC0AD with #ADDEC0 are triadic colors.

2 #C0DEAD and #DEADC0 with #ADDEC0 are triadic colors.