COLOR #ADDDB2

HEX: #ADDDB2 RGB: (173,221,178)

Color info

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

RGB color model

#ADDDB2 color RGB value is (173,221,178).

RGB: (173,221,178) (68%, 87%, 70%)

RGB channels and saturation

R 173 of 255 = 68%
G 221 of 255 = 87%
B 178 of 255 = 70%

173
221
178

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

Portions of RGB colors in percentages

R + G + B = 173 + 221 + 178 = 572 (100%)
R 173 of 572 ~ 30.24%
G 221 of 572 ~ 38.64%
B 178 of 572 ~ 31.12'%

%30.24
%38.64
%31.12

CMYK color model

#ADDDB2 color CMYK value is (22,0,19,13).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 13.33%
CMYK: (22,0,19,13) C22M0Y19K13 (22%,0%,19%,13%) (0.22/0.00/0.19/0.13) 

CMYK percentages

%21.72
%0
%19.46
%13.33

Codes

Color #ADDDB2 in popluar color models

AD DD B2
RGB 173 221 178
HSL 126° 41.38% 77.25%
HSB/HSV 126° 21.72% 86.67%
CMYK 21.72% 0.00% 19.46%
13.33%

Color #ADDDB2 in popluar number systems.

HEX AD DD B2
Decimal 173 221 178
Binary 10101101 11011101 10110010
Octal 255 335 262

Shades and tints

Shades of #ADDDB2

#ADDDB2
(173,221,178)
#9EC9A2
(158,201,162)
#8FB592
(143,181,146)
#80A182
(128,161,130)
#718D72
(113,141,114)
#627962
(98,121,98)
#536552
(83,101,82)
#445142
(68,81,66)
#353D32
(53,61,50)
#262922
(38,41,34)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #ADDDB2

#ADDDB2
(173,221,178)
#B4E0B9
(180,224,185)
#BBE3C0
(187,227,192)
#C2E6C7
(194,230,199)
#C9E9CE
(201,233,206)
#D0ECD5
(208,236,213)
#D7EFDC
(215,239,220)
#DEF2E3
(222,242,227)
#E5F5EA
(229,245,234)
#ECF8F1
(236,248,241)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDDB2 color. Also use rgb(173,221,178) instead hex code.

Text Font Color

.myTextColor { color: #ADDDB2; }

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

This text font color is #ADDDB2.

Background Color

.myBgColor { background-color: #ADDDB2; }

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

This div background color is #ADDDB2.

Border color

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

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

This div border color is #ADDDB2.

Opacity

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

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

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

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

This text has shadow with #ADDDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDDB2.

Preview

Color preview on black background

This text has color #ADDDB2 on black background.


Color preview on white background

This text has color #ADDDB2 on white background.


Black color preview on #ADDDB2 background

This text has black color on #ADDDB2 background.


White color preview on #ADDDB2 background

This text has white color on #ADDDB2 background.


Related colors

Complementary color

Complementary color for #hex is #52224D.


I love getcolorcode.com

Triadic colors

1 #B2ADDD and #DDB2AD with #ADDDB2 are triadic colors.

2 #B2DDAD and #DDADB2 with #ADDDB2 are triadic colors.