COLOR #ADDBCD

HEX: #ADDBCD RGB: (173,219,205)

Color info

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

RGB color model

#ADDBCD color RGB value is (173,219,205).

RGB: (173,219,205) (68%, 86%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 219 of 255 = 86%
B 205 of 255 = 80%

173
219
205

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

Portions of RGB colors in percentages

R + G + B = 173 + 219 + 205 = 597 (100%)
R 173 of 597 ~ 28.98%
G 219 of 597 ~ 36.68%
B 205 of 597 ~ 34.34'%

%28.98
%36.68
%34.34

CMYK color model

#ADDBCD color CMYK value is (21,0,6,14).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 6.39%
  • key color value is 14.12%

CMYK: (21,0,6,14)
C21M0Y6K14 (21%, 0%, 6%, 14%)
(0.21 / 0.00 / 0.06 / 0.14)

CMYK percentages

%21
%0
%6.39
%14.12

Codes

Color #ADDBCD in popluar color models

AD DB CD
RGB 173 219 205
HSL 162° 38.98% 76.86%
HSB/HSV 162° 21.00% 85.88%
CMYK 21.00% 0.00% 6.39%
14.12%

Color #ADDBCD in popluar number systems.

HEX AD DB CD
Decimal 173 219 205
Binary 10101101 11011011 11001101
Octal 255 333 315

Shades and tints

Shades of #ADDBCD

#ADDBCD
(173,219,205)
#9EC8BB
(158,200,187)
#8FB5A9
(143,181,169)
#80A297
(128,162,151)
#718F85
(113,143,133)
#627C73
(98,124,115)
#536961
(83,105,97)
#44564F
(68,86,79)
#35433D
(53,67,61)
#26302B
(38,48,43)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #ADDBCD

#ADDBCD
(173,219,205)
#B4DED1
(180,222,209)
#BBE1D5
(187,225,213)
#C2E4D9
(194,228,217)
#C9E7DD
(201,231,221)
#D0EAE1
(208,234,225)
#D7EDE5
(215,237,229)
#DEF0E9
(222,240,233)
#E5F3ED
(229,243,237)
#ECF6F1
(236,246,241)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDBCD color. Also use rgb(173,219,205) instead hex code.

Text Font Color

.myTextColor { color: #ADDBCD; }

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

This text font color is #ADDBCD.

Background Color

.myBgColor { background-color: #ADDBCD; }

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

This div background color is #ADDBCD.

Border color

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

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

This div border color is #ADDBCD.

Opacity

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

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

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

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

This text has shadow with #ADDBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDBCD.

Preview

Color preview on black background

This text has color #ADDBCD on black background.


Color preview on white background

This text has color #ADDBCD on white background.


Black color preview on #ADDBCD background

This text has black color on #ADDBCD background.


White color preview on #ADDBCD background

This text has white color on #ADDBCD background.


Related colors

Complementary color

Complementary color for #hex is #522432.


I love getcolorcode.com

Triadic colors

1 #CDADDB and #DBCDAD with #ADDBCD are triadic colors.

2 #CDDBAD and #DBADCD with #ADDBCD are triadic colors.