COLOR #ADD5BD

HEX: #ADD5BD RGB: (173,213,189)

Color info

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

RGB color model

#ADD5BD color RGB value is (173,213,189).

RGB: (173,213,189) (68%, 84%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 189 of 255 = 74%

173
213
189

R + G + B ~ 75%. #ADD5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 213 + 189 = 575 (100%)
R 173 of 575 ~ 30.09%
G 213 of 575 ~ 37.04%
B 189 of 575 ~ 32.87'%

%30.09
%37.04
%32.87

CMYK color model

#ADD5BD color CMYK value is (19,0,11,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 16.47%
CMYK: (19,0,11,16) C19M0Y11K16 (19%,0%,11%,16%) (0.19/0.00/0.11/0.16) 

CMYK percentages

%18.78
%0
%11.27
%16.47

Codes

Color #ADD5BD in popluar color models

AD D5 BD
RGB 173 213 189
HSL 144° 32.26% 75.69%
HSB/HSV 144° 18.78% 83.53%
CMYK 18.78% 0.00% 11.27%
16.47%

Color #ADD5BD in popluar number systems.

HEX AD D5 BD
Decimal 173 213 189
Binary 10101101 11010101 10111101
Octal 255 325 275

Shades and tints

Shades of #ADD5BD

#ADD5BD
(173,213,189)
#9EC2AC
(158,194,172)
#8FAF9B
(143,175,155)
#809C8A
(128,156,138)
#718979
(113,137,121)
#627668
(98,118,104)
#536357
(83,99,87)
#445046
(68,80,70)
#353D35
(53,61,53)
#262A24
(38,42,36)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADD5BD

#ADD5BD
(173,213,189)
#B4D8C3
(180,216,195)
#BBDBC9
(187,219,201)
#C2DECF
(194,222,207)
#C9E1D5
(201,225,213)
#D0E4DB
(208,228,219)
#D7E7E1
(215,231,225)
#DEEAE7
(222,234,231)
#E5EDED
(229,237,237)
#ECF0F3
(236,240,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5BD; }

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

This text font color is #ADD5BD.

Background Color

.myBgColor { background-color: #ADD5BD; }

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

This div background color is #ADD5BD.

Border color

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

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

This div border color is #ADD5BD.

Opacity

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

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

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

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

This text has shadow with #ADD5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD5BD.

Preview

Color preview on black background

This text has color #ADD5BD on black background.


Color preview on white background

This text has color #ADD5BD on white background.


Black color preview on #ADD5BD background

This text has black color on #ADD5BD background.


White color preview on #ADD5BD background

This text has white color on #ADD5BD background.


Related colors

Complementary color

Complementary color for #hex is #522A42.


I love getcolorcode.com

Triadic colors

1 #BDADD5 and #D5BDAD with #ADD5BD are triadic colors.

2 #BDD5AD and #D5ADBD with #ADD5BD are triadic colors.