COLOR #ADD1B2

HEX: #ADD1B2
RGB: (173,209,178)

Color info

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

RGB color model

#ADD1B2 color RGB value is (173,209,178).

  • red value is 173;
  • green value is 209;
  • blue value is 178.
RGB:
(173,209,178)
(68%,82%,70%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 178 of 255 = 70%

173
209
178

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

Portions of RGB colors in percentages

R + G + B =
173 + 209 + 178 = 560 (100%)
R 173 of 560 ~ 30.89%
G 209 of 560 ~ 37.32%
B 178 of 560 ~ 31.79%

%30.89
%37.32
%31.79

CMYK color model

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

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

CMYK percentages

%17.22
%0
%14.83
%18.04

Codes

Color #ADD1B2 in popluar color models

ADD1B2
RGB173209178
HSL128°28.13%74.90%
HSB/HSV128°17.22%81.96%
CMYK17.22%0.00%14.83%
18.04%

Color #ADD1B2 in popluar number systems.

HEXADD1B2
Decimal173209178
Binary101011011101000110110010
Octal255321262

Shades and tints

Shades of #ADD1B2

#ADD1B2
(173,209,178)
#9EBEA2
(158,190,162)
#8FAB92
(143,171,146)
#809882
(128,152,130)
#718572
(113,133,114)
#627262
(98,114,98)
#535F52
(83,95,82)
#444C42
(68,76,66)
#353932
(53,57,50)
#262622
(38,38,34)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #ADD1B2

#ADD1B2
(173,209,178)
#B4D5B9
(180,213,185)
#BBD9C0
(187,217,192)
#C2DDC7
(194,221,199)
#C9E1CE
(201,225,206)
#D0E5D5
(208,229,213)
#D7E9DC
(215,233,220)
#DEEDE3
(222,237,227)
#E5F1EA
(229,241,234)
#ECF5F1
(236,245,241)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD1B2 color. Also use rgb(173,209,178) instead hex code.

Text Font Color

.myTextColor { color: #ADD1B2; }

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

This text font color is #ADD1B2.


Background Color

.myBgColor { background-color: #ADD1B2; }

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

This div background color is #ADD1B2.


Border color

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

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

This div border color is #ADD1B2.


Opacity

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

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

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

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

This text has shadow with #ADD1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD1B2 on black background.


Color preview on white background

This text has color #ADD1B2 on white background.



Black color preview on #ADD1B2 background

This text has black color on #ADD1B2 background.


White color preview on #ADD1B2 background

This text has white color on #ADD1B2 background.