COLOR #ADD5B5

HEX: #ADD5B5
RGB: (173,213,181)

Color info

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

RGB color model

#ADD5B5 color RGB value is (173,213,181).

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

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 181 of 255 = 71%

173
213
181

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

Portions of RGB colors in percentages

R + G + B =
173 + 213 + 181 = 567 (100%)
R 173 of 567 ~ 30.51%
G 213 of 567 ~ 37.57%
B 181 of 567 ~ 31.92%

%30.51
%37.57
%31.92

CMYK color model

#ADD5B5 color CMYK value is (19,0,15,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 16.47%
CMYK:
(19,0,15,16)
C19M0Y15K16 
(19%,0%,15%,16%)
(0.19/0.00/0.15/0.16)	

CMYK percentages

%18.78
%0
%15.02
%16.47

Codes

Color #ADD5B5 in popluar color models

ADD5B5
RGB173213181
HSL132°32.26%75.69%
HSB/HSV132°18.78%83.53%
CMYK18.78%0.00%15.02%
16.47%

Color #ADD5B5 in popluar number systems.

HEXADD5B5
Decimal173213181
Binary101011011101010110110101
Octal255325265

Shades and tints

Shades of #ADD5B5

#ADD5B5
(173,213,181)
#9EC2A5
(158,194,165)
#8FAF95
(143,175,149)
#809C85
(128,156,133)
#718975
(113,137,117)
#627665
(98,118,101)
#536355
(83,99,85)
#445045
(68,80,69)
#353D35
(53,61,53)
#262A25
(38,42,37)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADD5B5

#ADD5B5
(173,213,181)
#B4D8BB
(180,216,187)
#BBDBC1
(187,219,193)
#C2DEC7
(194,222,199)
#C9E1CD
(201,225,205)
#D0E4D3
(208,228,211)
#D7E7D9
(215,231,217)
#DEEADF
(222,234,223)
#E5EDE5
(229,237,229)
#ECF0EB
(236,240,235)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5B5; }

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

This text font color is #ADD5B5.


Background Color

.myBgColor { background-color: #ADD5B5; }

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

This div background color is #ADD5B5.


Border color

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

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

This div border color is #ADD5B5.


Opacity

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

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

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

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

This text has shadow with #ADD5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD5B5 on black background.


Color preview on white background

This text has color #ADD5B5 on white background.



Black color preview on #ADD5B5 background

This text has black color on #ADD5B5 background.


White color preview on #ADD5B5 background

This text has white color on #ADD5B5 background.