COLOR #ADD0BF

HEX: #ADD0BF
RGB: (173,208,191)

Color info

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

RGB color model

#ADD0BF color RGB value is (173,208,191).

  • red value is 173;
  • green value is 208;
  • blue value is 191.
RGB:
(173,208,191)
(68%,82%,75%)

RGB channels and saturation

R 173 of 255 = 68%
G 208 of 255 = 82%
B 191 of 255 = 75%

173
208
191

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

Portions of RGB colors in percentages

R + G + B =
173 + 208 + 191 = 572 (100%)
R 173 of 572 ~ 30.24%
G 208 of 572 ~ 36.36%
B 191 of 572 ~ 33.39%

%30.24
%36.36
%33.39

CMYK color model

#ADD0BF color CMYK value is (17,0,8,18).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 8.17%
  • key color value is 18.43%
CMYK:
(17,0,8,18)
C17M0Y8K18 
(17%,0%,8%,18%)
(0.17/0.00/0.08/0.18)	

CMYK percentages

%16.83
%0
%8.17
%18.43

Codes

Color #ADD0BF in popluar color models

ADD0BF
RGB173208191
HSL151°27.13%74.71%
HSB/HSV151°16.83%81.57%
CMYK16.83%0.00%8.17%
18.43%

Color #ADD0BF in popluar number systems.

HEXADD0BF
Decimal173208191
Binary101011011101000010111111
Octal255320277

Shades and tints

Shades of #ADD0BF

#ADD0BF
(173,208,191)
#9EBEAE
(158,190,174)
#8FAC9D
(143,172,157)
#809A8C
(128,154,140)
#71887B
(113,136,123)
#62766A
(98,118,106)
#536459
(83,100,89)
#445248
(68,82,72)
#354037
(53,64,55)
#262E26
(38,46,38)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #ADD0BF

#ADD0BF
(173,208,191)
#B4D4C4
(180,212,196)
#BBD8C9
(187,216,201)
#C2DCCE
(194,220,206)
#C9E0D3
(201,224,211)
#D0E4D8
(208,228,216)
#D7E8DD
(215,232,221)
#DEECE2
(222,236,226)
#E5F0E7
(229,240,231)
#ECF4EC
(236,244,236)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD0BF color. Also use rgb(173,208,191) instead hex code.

Text Font Color

.myTextColor { color: #ADD0BF; }

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

This text font color is #ADD0BF.


Background Color

.myBgColor { background-color: #ADD0BF; }

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

This div background color is #ADD0BF.


Border color

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

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

This div border color is #ADD0BF.


Opacity

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

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

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

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

This text has shadow with #ADD0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD0BF on black background.


Color preview on white background

This text has color #ADD0BF on white background.



Black color preview on #ADD0BF background

This text has black color on #ADD0BF background.


White color preview on #ADD0BF background

This text has white color on #ADD0BF background.