COLOR #ADD9BF

HEX: #ADD9BF RGB: (173,217,191)

Color info

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

RGB color model

#ADD9BF color RGB value is (173,217,191).

RGB: (173,217,191) (68%, 85%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 191 of 255 = 75%

173
217
191

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

Portions of RGB colors in percentages

R + G + B = 173 + 217 + 191 = 581 (100%)
R 173 of 581 ~ 29.78%
G 217 of 581 ~ 37.35%
B 191 of 581 ~ 32.87'%

%29.78
%37.35
%32.87

CMYK color model

#ADD9BF color CMYK value is (20,0,12,15).

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

CMYK: (20,0,12,15)
C20M0Y12K15 (20%, 0%, 12%, 15%)
(0.20 / 0.00 / 0.12 / 0.15)

CMYK percentages

%20.28
%0
%11.98
%14.9

Codes

Color #ADD9BF in popluar color models

AD D9 BF
RGB 173 217 191
HSL 145° 36.67% 76.47%
HSB/HSV 145° 20.28% 85.10%
CMYK 20.28% 0.00% 11.98%
14.90%

Color #ADD9BF in popluar number systems.

HEX AD D9 BF
Decimal 173 217 191
Binary 10101101 11011001 10111111
Octal 255 331 277

Shades and tints

Shades of #ADD9BF

#ADD9BF
(173,217,191)
#9EC6AE
(158,198,174)
#8FB39D
(143,179,157)
#80A08C
(128,160,140)
#718D7B
(113,141,123)
#627A6A
(98,122,106)
#536759
(83,103,89)
#445448
(68,84,72)
#354137
(53,65,55)
#262E26
(38,46,38)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #ADD9BF

#ADD9BF
(173,217,191)
#B4DCC4
(180,220,196)
#BBDFC9
(187,223,201)
#C2E2CE
(194,226,206)
#C9E5D3
(201,229,211)
#D0E8D8
(208,232,216)
#D7EBDD
(215,235,221)
#DEEEE2
(222,238,226)
#E5F1E7
(229,241,231)
#ECF4EC
(236,244,236)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD9BF; }

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

This text font color is #ADD9BF.

Background Color

.myBgColor { background-color: #ADD9BF; }

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

This div background color is #ADD9BF.

Border color

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

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

This div border color is #ADD9BF.

Opacity

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

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

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

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

This text has shadow with #ADD9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD9BF.

Preview

Color preview on black background

This text has color #ADD9BF on black background.


Color preview on white background

This text has color #ADD9BF on white background.


Black color preview on #ADD9BF background

This text has black color on #ADD9BF background.


White color preview on #ADD9BF background

This text has white color on #ADD9BF background.


Related colors

Complementary color

Complementary color for #hex is #522640.


I love getcolorcode.com

Triadic colors

1 #BFADD9 and #D9BFAD with #ADD9BF are triadic colors.

2 #BFD9AD and #D9ADBF with #ADD9BF are triadic colors.