COLOR #ADDBD2

HEX: #ADDBD2 RGB: (173,219,210)

Color info

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

RGB color model

#ADDBD2 color RGB value is (173,219,210).

RGB: (173,219,210) (68%, 86%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 219 of 255 = 86%
B 210 of 255 = 82%

173
219
210

R + G + B ~ 79%. #ADDBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 219 + 210 = 602 (100%)
R 173 of 602 ~ 28.74%
G 219 of 602 ~ 36.38%
B 210 of 602 ~ 34.88'%

%28.74
%36.38
%34.88

CMYK color model

#ADDBD2 color CMYK value is (21,0,4,14).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 14.12%

CMYK: (21,0,4,14)
C21M0Y4K14 (21%, 0%, 4%, 14%)
(0.21 / 0.00 / 0.04 / 0.14)

CMYK percentages

%21
%0
%4.11
%14.12

Codes

Color #ADDBD2 in popluar color models

AD DB D2
RGB 173 219 210
HSL 168° 38.98% 76.86%
HSB/HSV 168° 21.00% 85.88%
CMYK 21.00% 0.00% 4.11%
14.12%

Color #ADDBD2 in popluar number systems.

HEX AD DB D2
Decimal 173 219 210
Binary 10101101 11011011 11010010
Octal 255 333 322

Shades and tints

Shades of #ADDBD2

#ADDBD2
(173,219,210)
#9EC8BF
(158,200,191)
#8FB5AC
(143,181,172)
#80A299
(128,162,153)
#718F86
(113,143,134)
#627C73
(98,124,115)
#536960
(83,105,96)
#44564D
(68,86,77)
#35433A
(53,67,58)
#263027
(38,48,39)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #ADDBD2

#ADDBD2
(173,219,210)
#B4DED6
(180,222,214)
#BBE1DA
(187,225,218)
#C2E4DE
(194,228,222)
#C9E7E2
(201,231,226)
#D0EAE6
(208,234,230)
#D7EDEA
(215,237,234)
#DEF0EE
(222,240,238)
#E5F3F2
(229,243,242)
#ECF6F6
(236,246,246)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDBD2; }

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

This text font color is #ADDBD2.

Background Color

.myBgColor { background-color: #ADDBD2; }

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

This div background color is #ADDBD2.

Border color

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

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

This div border color is #ADDBD2.

Opacity

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

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

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

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

This text has shadow with #ADDBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDBD2.

Preview

Color preview on black background

This text has color #ADDBD2 on black background.


Color preview on white background

This text has color #ADDBD2 on white background.


Black color preview on #ADDBD2 background

This text has black color on #ADDBD2 background.


White color preview on #ADDBD2 background

This text has white color on #ADDBD2 background.


Related colors

Complementary color

Complementary color for #hex is #52242D.


I love getcolorcode.com

Triadic colors

1 #D2ADDB and #DBD2AD with #ADDBD2 are triadic colors.

2 #D2DBAD and #DBADD2 with #ADDBD2 are triadic colors.