COLOR #ADD9BC

HEX: #ADD9BC RGB: (173,217,188)

Color info

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

RGB color model

#ADD9BC color RGB value is (173,217,188).

RGB: (173,217,188) (68%, 85%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 188 of 255 = 74%

173
217
188

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

Portions of RGB colors in percentages

R + G + B = 173 + 217 + 188 = 578 (100%)
R 173 of 578 ~ 29.93%
G 217 of 578 ~ 37.54%
B 188 of 578 ~ 32.53'%

%29.93
%37.54
%32.53

CMYK color model

#ADD9BC color CMYK value is (20,0,13,15).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 14.90%

CMYK: (20,0,13,15)
C20M0Y13K15 (20%, 0%, 13%, 15%)
(0.20 / 0.00 / 0.13 / 0.15)

CMYK percentages

%20.28
%0
%13.36
%14.9

Codes

Color #ADD9BC in popluar color models

AD D9 BC
RGB 173 217 188
HSL 140° 36.67% 76.47%
HSB/HSV 140° 20.28% 85.10%
CMYK 20.28% 0.00% 13.36%
14.90%

Color #ADD9BC in popluar number systems.

HEX AD D9 BC
Decimal 173 217 188
Binary 10101101 11011001 10111100
Octal 255 331 274

Shades and tints

Shades of #ADD9BC

#ADD9BC
(173,217,188)
#9EC6AB
(158,198,171)
#8FB39A
(143,179,154)
#80A089
(128,160,137)
#718D78
(113,141,120)
#627A67
(98,122,103)
#536756
(83,103,86)
#445445
(68,84,69)
#354134
(53,65,52)
#262E23
(38,46,35)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #ADD9BC

#ADD9BC
(173,217,188)
#B4DCC2
(180,220,194)
#BBDFC8
(187,223,200)
#C2E2CE
(194,226,206)
#C9E5D4
(201,229,212)
#D0E8DA
(208,232,218)
#D7EBE0
(215,235,224)
#DEEEE6
(222,238,230)
#E5F1EC
(229,241,236)
#ECF4F2
(236,244,242)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD9BC color. Also use rgb(173,217,188) instead hex code.

Text Font Color

.myTextColor { color: #ADD9BC; }

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

This text font color is #ADD9BC.

Background Color

.myBgColor { background-color: #ADD9BC; }

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

This div background color is #ADD9BC.

Border color

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

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

This div border color is #ADD9BC.

Opacity

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

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

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

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

This text has shadow with #ADD9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD9BC.

Preview

Color preview on black background

This text has color #ADD9BC on black background.


Color preview on white background

This text has color #ADD9BC on white background.


Black color preview on #ADD9BC background

This text has black color on #ADD9BC background.


White color preview on #ADD9BC background

This text has white color on #ADD9BC background.


Related colors

Complementary color

Complementary color for #hex is #522643.


I love getcolorcode.com

Triadic colors

1 #BCADD9 and #D9BCAD with #ADD9BC are triadic colors.

2 #BCD9AD and #D9ADBC with #ADD9BC are triadic colors.