COLOR #ADDCC9

HEX: #ADDCC9 RGB: (173,220,201)

Color info

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

RGB color model

#ADDCC9 color RGB value is (173,220,201).

RGB: (173,220,201) (68%, 86%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 220 of 255 = 86%
B 201 of 255 = 79%

173
220
201

R + G + B ~ 78%. #ADDCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 220 + 201 = 594 (100%)
R 173 of 594 ~ 29.12%
G 220 of 594 ~ 37.04%
B 201 of 594 ~ 33.84'%

%29.12
%37.04
%33.84

CMYK color model

#ADDCC9 color CMYK value is (21,0,9,14).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 13.73%

CMYK: (21,0,9,14)
C21M0Y9K14 (21%, 0%, 9%, 14%)
(0.21 / 0.00 / 0.09 / 0.14)

CMYK percentages

%21.36
%0
%8.64
%13.73

Codes

Color #ADDCC9 in popluar color models

AD DC C9
RGB 173 220 201
HSL 156° 40.17% 77.06%
HSB/HSV 156° 21.36% 86.27%
CMYK 21.36% 0.00% 8.64%
13.73%

Color #ADDCC9 in popluar number systems.

HEX AD DC C9
Decimal 173 220 201
Binary 10101101 11011100 11001001
Octal 255 334 311

Shades and tints

Shades of #ADDCC9

#ADDCC9
(173,220,201)
#9EC8B7
(158,200,183)
#8FB4A5
(143,180,165)
#80A093
(128,160,147)
#718C81
(113,140,129)
#62786F
(98,120,111)
#53645D
(83,100,93)
#44504B
(68,80,75)
#353C39
(53,60,57)
#262827
(38,40,39)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADDCC9

#ADDCC9
(173,220,201)
#B4DFCD
(180,223,205)
#BBE2D1
(187,226,209)
#C2E5D5
(194,229,213)
#C9E8D9
(201,232,217)
#D0EBDD
(208,235,221)
#D7EEE1
(215,238,225)
#DEF1E5
(222,241,229)
#E5F4E9
(229,244,233)
#ECF7ED
(236,247,237)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDCC9; }

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

This text font color is #ADDCC9.

Background Color

.myBgColor { background-color: #ADDCC9; }

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

This div background color is #ADDCC9.

Border color

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

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

This div border color is #ADDCC9.

Opacity

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

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

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

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

This text has shadow with #ADDCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDCC9.

Preview

Color preview on black background

This text has color #ADDCC9 on black background.


Color preview on white background

This text has color #ADDCC9 on white background.


Black color preview on #ADDCC9 background

This text has black color on #ADDCC9 background.


White color preview on #ADDCC9 background

This text has white color on #ADDCC9 background.


Related colors

Complementary color

Complementary color for #hex is #522336.


I love getcolorcode.com

Triadic colors

1 #C9ADDC and #DCC9AD with #ADDCC9 are triadic colors.

2 #C9DCAD and #DCADC9 with #ADDCC9 are triadic colors.