COLOR #ADD9BD

HEX: #ADD9BD
RGB: (173,217,189)

Color info

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

RGB color model

#ADD9BD color RGB value is (173,217,189).

  • red value is 173;
  • green value is 217;
  • blue value is 189.
RGB: (173,217,189) (68%,85%,74%)

RGB channels and saturation

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

173
217
189

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

Portions of RGB colors in percentages

R + G + B =
173 + 217 + 189 = 579 (100%)
R 173 of 579 ~ 29.88%
G 217 of 579 ~ 37.48%
B 189 of 579 ~ 32.64%

%29.88
%37.48
%32.64

CMYK color model

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

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • 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
%12.9
%14.9

Codes

Color #ADD9BD in popluar color models

ADD9BD
RGB173217189
HSL142°36.67%76.47%
HSB/HSV142°20.28%85.10%
CMYK20.28%0.00%12.90%
14.90%

Color #ADD9BD in popluar number systems.

HEXADD9BD
Decimal173217189
Binary101011011101100110111101
Octal255331275

Shades and tints

Shades of #ADD9BD

#ADD9BD
(173,217,189)
#9EC6AC
(158,198,172)
#8FB39B
(143,179,155)
#80A08A
(128,160,138)
#718D79
(113,141,121)
#627A68
(98,122,104)
#536757
(83,103,87)
#445446
(68,84,70)
#354135
(53,65,53)
#262E24
(38,46,36)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #ADD9BD

#ADD9BD
(173,217,189)
#B4DCC3
(180,220,195)
#BBDFC9
(187,223,201)
#C2E2CF
(194,226,207)
#C9E5D5
(201,229,213)
#D0E8DB
(208,232,219)
#D7EBE1
(215,235,225)
#DEEEE7
(222,238,231)
#E5F1ED
(229,241,237)
#ECF4F3
(236,244,243)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD9BD; }

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

This text font color is #ADD9BD.


Background Color

.myBgColor { background-color: #ADD9BD; }

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

This div background color is #ADD9BD.


Border color

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

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

This div border color is #ADD9BD.


Opacity

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

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

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

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

This text has shadow with #ADD9BD color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #ADD9BD; -webkit-box-shadow:	1px 1px 3px 2px #ADD9BD; box-shadow:	1px 1px 3px 2px #ADD9BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADD9BD; -webkit-box-shadow: 1px 1px 3px 2px #ADD9BD; box-shadow:1px 1px 3px 2px #ADD9BD;">
Div content here</div>
This div box has shadow with color #ADD9BD.

Preview

Color preview on black background

This text has color #ADD9BD on black background.


Color preview on white background

This text has color #ADD9BD on white background.



Black color preview on #ADD9BD background

This text has black color on #ADD9BD background.


White color preview on #ADD9BD background

This text has white color on #ADD9BD background.