COLOR #ADD2B5

HEX: #ADD2B5
RGB: (173,210,181)

Color info

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

RGB color model

#ADD2B5 color RGB value is (173,210,181).

  • red value is 173;
  • green value is 210;
  • blue value is 181.
RGB:
(173,210,181)
(68%,82%,71%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 181 of 255 = 71%

173
210
181

R + G + B ~ 74%. #ADD2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 210 + 181 = 564 (100%)
R 173 of 564 ~ 30.67%
G 210 of 564 ~ 37.23%
B 181 of 564 ~ 32.09%

%30.67
%37.23
%32.09

CMYK color model

#ADD2B5 color CMYK value is (18,0,14,18).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 17.65%
CMYK:
(18,0,14,18)
C18M0Y14K18 
(18%,0%,14%,18%)
(0.18/0.00/0.14/0.18)	

CMYK percentages

%17.62
%0
%13.81
%17.65

Codes

Color #ADD2B5 in popluar color models

ADD2B5
RGB173210181
HSL133°29.13%75.10%
HSB/HSV133°17.62%82.35%
CMYK17.62%0.00%13.81%
17.65%

Color #ADD2B5 in popluar number systems.

HEXADD2B5
Decimal173210181
Binary101011011101001010110101
Octal255322265

Shades and tints

Shades of #ADD2B5

#ADD2B5
(173,210,181)
#9EBFA5
(158,191,165)
#8FAC95
(143,172,149)
#809985
(128,153,133)
#718675
(113,134,117)
#627365
(98,115,101)
#536055
(83,96,85)
#444D45
(68,77,69)
#353A35
(53,58,53)
#262725
(38,39,37)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADD2B5

#ADD2B5
(173,210,181)
#B4D6BB
(180,214,187)
#BBDAC1
(187,218,193)
#C2DEC7
(194,222,199)
#C9E2CD
(201,226,205)
#D0E6D3
(208,230,211)
#D7EAD9
(215,234,217)
#DEEEDF
(222,238,223)
#E5F2E5
(229,242,229)
#ECF6EB
(236,246,235)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2B5; }

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

This text font color is #ADD2B5.


Background Color

.myBgColor { background-color: #ADD2B5; }

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

This div background color is #ADD2B5.


Border color

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

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

This div border color is #ADD2B5.


Opacity

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

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

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

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

This text has shadow with #ADD2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2B5 on black background.


Color preview on white background

This text has color #ADD2B5 on white background.



Black color preview on #ADD2B5 background

This text has black color on #ADD2B5 background.


White color preview on #ADD2B5 background

This text has white color on #ADD2B5 background.