COLOR #ADD5BB

HEX: #ADD5BB
RGB: (173,213,187)

Color info

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

RGB color model

#ADD5BB color RGB value is (173,213,187).

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

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 187 of 255 = 73%

173
213
187

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

Portions of RGB colors in percentages

R + G + B =
173 + 213 + 187 = 573 (100%)
R 173 of 573 ~ 30.19%
G 213 of 573 ~ 37.17%
B 187 of 573 ~ 32.64%

%30.19
%37.17
%32.64

CMYK color model

#ADD5BB color CMYK value is (19,0,12,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%
CMYK:
(19,0,12,16)
C19M0Y12K16 
(19%,0%,12%,16%)
(0.19/0.00/0.12/0.16)	

CMYK percentages

%18.78
%0
%12.21
%16.47

Codes

Color #ADD5BB in popluar color models

ADD5BB
RGB173213187
HSL141°32.26%75.69%
HSB/HSV141°18.78%83.53%
CMYK18.78%0.00%12.21%
16.47%

Color #ADD5BB in popluar number systems.

HEXADD5BB
Decimal173213187
Binary101011011101010110111011
Octal255325273

Shades and tints

Shades of #ADD5BB

#ADD5BB
(173,213,187)
#9EC2AA
(158,194,170)
#8FAF99
(143,175,153)
#809C88
(128,156,136)
#718977
(113,137,119)
#627666
(98,118,102)
#536355
(83,99,85)
#445044
(68,80,68)
#353D33
(53,61,51)
#262A22
(38,42,34)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #ADD5BB

#ADD5BB
(173,213,187)
#B4D8C1
(180,216,193)
#BBDBC7
(187,219,199)
#C2DECD
(194,222,205)
#C9E1D3
(201,225,211)
#D0E4D9
(208,228,217)
#D7E7DF
(215,231,223)
#DEEAE5
(222,234,229)
#E5EDEB
(229,237,235)
#ECF0F1
(236,240,241)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5BB; }

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

This text font color is #ADD5BB.


Background Color

.myBgColor { background-color: #ADD5BB; }

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

This div background color is #ADD5BB.


Border color

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

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

This div border color is #ADD5BB.


Opacity

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

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

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

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

This text has shadow with #ADD5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD5BB on black background.


Color preview on white background

This text has color #ADD5BB on white background.



Black color preview on #ADD5BB background

This text has black color on #ADD5BB background.


White color preview on #ADD5BB background

This text has white color on #ADD5BB background.