COLOR #ADD0B1

HEX: #ADD0B1
RGB: (173,208,177)

Color info

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

RGB color model

#ADD0B1 color RGB value is (173,208,177).

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

RGB channels and saturation

R 173 of 255 = 68%
G 208 of 255 = 82%
B 177 of 255 = 69%

173
208
177

R + G + B ~ 73%. #ADD0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 208 + 177 = 558 (100%)
R 173 of 558 ~ 31%
G 208 of 558 ~ 37.28%
B 177 of 558 ~ 31.72%

%31
%37.28
%31.72

CMYK color model

#ADD0B1 color CMYK value is (17,0,15,18).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 14.90%
  • key color value is 18.43%
CMYK:
(17,0,15,18)
C17M0Y15K18 
(17%,0%,15%,18%)
(0.17/0.00/0.15/0.18)	

CMYK percentages

%16.83
%0
%14.9
%18.43

Codes

Color #ADD0B1 in popluar color models

ADD0B1
RGB173208177
HSL127°27.13%74.71%
HSB/HSV127°16.83%81.57%
CMYK16.83%0.00%14.90%
18.43%

Color #ADD0B1 in popluar number systems.

HEXADD0B1
Decimal173208177
Binary101011011101000010110001
Octal255320261

Shades and tints

Shades of #ADD0B1

#ADD0B1
(173,208,177)
#9EBEA1
(158,190,161)
#8FAC91
(143,172,145)
#809A81
(128,154,129)
#718871
(113,136,113)
#627661
(98,118,97)
#536451
(83,100,81)
#445241
(68,82,65)
#354031
(53,64,49)
#262E21
(38,46,33)
#171C11
(23,28,17)
#000000
(0,0,0)

Tints of #ADD0B1

#ADD0B1
(173,208,177)
#B4D4B8
(180,212,184)
#BBD8BF
(187,216,191)
#C2DCC6
(194,220,198)
#C9E0CD
(201,224,205)
#D0E4D4
(208,228,212)
#D7E8DB
(215,232,219)
#DEECE2
(222,236,226)
#E5F0E9
(229,240,233)
#ECF4F0
(236,244,240)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD0B1; }

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

This text font color is #ADD0B1.


Background Color

.myBgColor { background-color: #ADD0B1; }

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

This div background color is #ADD0B1.


Border color

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

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

This div border color is #ADD0B1.


Opacity

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

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

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

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

This text has shadow with #ADD0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD0B1 on black background.


Color preview on white background

This text has color #ADD0B1 on white background.



Black color preview on #ADD0B1 background

This text has black color on #ADD0B1 background.


White color preview on #ADD0B1 background

This text has white color on #ADD0B1 background.