COLOR #ADD1C4

HEX: #ADD1C4
RGB: (173,209,196)

Color info

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

RGB color model

#ADD1C4 color RGB value is (173,209,196).

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

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 196 of 255 = 77%

173
209
196

R + G + B ~ 76%. #ADD1C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 209 + 196 = 578 (100%)
R 173 of 578 ~ 29.93%
G 209 of 578 ~ 36.16%
B 196 of 578 ~ 33.91%

%29.93
%36.16
%33.91

CMYK color model

#ADD1C4 color CMYK value is (17,0,6,18).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 18.04%
CMYK:
(17,0,6,18)
C17M0Y6K18 
(17%,0%,6%,18%)
(0.17/0.00/0.06/0.18)	

CMYK percentages

%17.22
%0
%6.22
%18.04

Codes

Color #ADD1C4 in popluar color models

ADD1C4
RGB173209196
HSL158°28.13%74.90%
HSB/HSV158°17.22%81.96%
CMYK17.22%0.00%6.22%
18.04%

Color #ADD1C4 in popluar number systems.

HEXADD1C4
Decimal173209196
Binary101011011101000111000100
Octal255321304

Shades and tints

Shades of #ADD1C4

#ADD1C4
(173,209,196)
#9EBEB3
(158,190,179)
#8FABA2
(143,171,162)
#809891
(128,152,145)
#718580
(113,133,128)
#62726F
(98,114,111)
#535F5E
(83,95,94)
#444C4D
(68,76,77)
#35393C
(53,57,60)
#26262B
(38,38,43)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #ADD1C4

#ADD1C4
(173,209,196)
#B4D5C9
(180,213,201)
#BBD9CE
(187,217,206)
#C2DDD3
(194,221,211)
#C9E1D8
(201,225,216)
#D0E5DD
(208,229,221)
#D7E9E2
(215,233,226)
#DEEDE7
(222,237,231)
#E5F1EC
(229,241,236)
#ECF5F1
(236,245,241)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD1C4; }

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

This text font color is #ADD1C4.


Background Color

.myBgColor { background-color: #ADD1C4; }

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

This div background color is #ADD1C4.


Border color

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

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

This div border color is #ADD1C4.


Opacity

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

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

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

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

This text has shadow with #ADD1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD1C4 on black background.


Color preview on white background

This text has color #ADD1C4 on white background.



Black color preview on #ADD1C4 background

This text has black color on #ADD1C4 background.


White color preview on #ADD1C4 background

This text has white color on #ADD1C4 background.