COLOR #ADD2BD

HEX: #ADD2BD RGB: (173,210,189)

Color info

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

RGB color model

#ADD2BD color RGB value is (173,210,189).

RGB: (173,210,189) (68%, 82%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 189 of 255 = 74%

173
210
189

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

Portions of RGB colors in percentages

R + G + B = 173 + 210 + 189 = 572 (100%)
R 173 of 572 ~ 30.24%
G 210 of 572 ~ 36.71%
B 189 of 572 ~ 33.04'%

%30.24
%36.71
%33.04

CMYK color model

#ADD2BD color CMYK value is (18,0,10,18).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 17.65%

CMYK: (18,0,10,18)
C18M0Y10K18 (18%, 0%, 10%, 18%)
(0.18 / 0.00 / 0.10 / 0.18)

CMYK percentages

%17.62
%0
%10
%17.65

Codes

Color #ADD2BD in popluar color models

AD D2 BD
RGB 173 210 189
HSL 146° 29.13% 75.10%
HSB/HSV 146° 17.62% 82.35%
CMYK 17.62% 0.00% 10.00%
17.65%

Color #ADD2BD in popluar number systems.

HEX AD D2 BD
Decimal 173 210 189
Binary 10101101 11010010 10111101
Octal 255 322 275

Shades and tints

Shades of #ADD2BD

#ADD2BD
(173,210,189)
#9EBFAC
(158,191,172)
#8FAC9B
(143,172,155)
#80998A
(128,153,138)
#718679
(113,134,121)
#627368
(98,115,104)
#536057
(83,96,87)
#444D46
(68,77,70)
#353A35
(53,58,53)
#262724
(38,39,36)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADD2BD

#ADD2BD
(173,210,189)
#B4D6C3
(180,214,195)
#BBDAC9
(187,218,201)
#C2DECF
(194,222,207)
#C9E2D5
(201,226,213)
#D0E6DB
(208,230,219)
#D7EAE1
(215,234,225)
#DEEEE7
(222,238,231)
#E5F2ED
(229,242,237)
#ECF6F3
(236,246,243)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2BD; }

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

This text font color is #ADD2BD.

Background Color

.myBgColor { background-color: #ADD2BD; }

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

This div background color is #ADD2BD.

Border color

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

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

This div border color is #ADD2BD.

Opacity

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

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

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

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

This text has shadow with #ADD2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD2BD.

Preview

Color preview on black background

This text has color #ADD2BD on black background.


Color preview on white background

This text has color #ADD2BD on white background.


Black color preview on #ADD2BD background

This text has black color on #ADD2BD background.


White color preview on #ADD2BD background

This text has white color on #ADD2BD background.


Related colors

Complementary color

Complementary color for #hex is #522D42.


I love getcolorcode.com

Triadic colors

1 #BDADD2 and #D2BDAD with #ADD2BD are triadic colors.

2 #BDD2AD and #D2ADBD with #ADD2BD are triadic colors.