COLOR #ADD4CC

HEX: #ADD4CC
RGB: (173,212,204)

Color info

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

RGB color model

#ADD4CC color RGB value is (173,212,204).

  • red value is 173;
  • green value is 212;
  • blue value is 204.
RGB:
(173,212,204)
(68%,83%,80%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 204 of 255 = 80%

173
212
204

R + G + B ~ 77%. #ADD4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 212 + 204 = 589 (100%)
R 173 of 589 ~ 29.37%
G 212 of 589 ~ 35.99%
B 204 of 589 ~ 34.63%

%29.37
%35.99
%34.63

CMYK color model

#ADD4CC color CMYK value is (18,0,4,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(18,0,4,17)
C18M0Y4K17 
(18%,0%,4%,17%)
(0.18/0.00/0.04/0.17)	

CMYK percentages

%18.4
%0
%3.77
%16.86

Codes

Color #ADD4CC in popluar color models

ADD4CC
RGB173212204
HSL168°31.20%75.49%
HSB/HSV168°18.40%83.14%
CMYK18.40%0.00%3.77%
16.86%

Color #ADD4CC in popluar number systems.

HEXADD4CC
Decimal173212204
Binary101011011101010011001100
Octal255324314

Shades and tints

Shades of #ADD4CC

#ADD4CC
(173,212,204)
#9EC1BA
(158,193,186)
#8FAEA8
(143,174,168)
#809B96
(128,155,150)
#718884
(113,136,132)
#627572
(98,117,114)
#536260
(83,98,96)
#444F4E
(68,79,78)
#353C3C
(53,60,60)
#26292A
(38,41,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADD4CC

#ADD4CC
(173,212,204)
#B4D7D0
(180,215,208)
#BBDAD4
(187,218,212)
#C2DDD8
(194,221,216)
#C9E0DC
(201,224,220)
#D0E3E0
(208,227,224)
#D7E6E4
(215,230,228)
#DEE9E8
(222,233,232)
#E5ECEC
(229,236,236)
#ECEFF0
(236,239,240)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD4CC color. Also use rgb(173,212,204) instead hex code.

Text Font Color

.myTextColor { color: #ADD4CC; }

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

This text font color is #ADD4CC.


Background Color

.myBgColor { background-color: #ADD4CC; }

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

This div background color is #ADD4CC.


Border color

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

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

This div border color is #ADD4CC.


Opacity

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

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

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

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

This text has shadow with #ADD4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD4CC on black background.


Color preview on white background

This text has color #ADD4CC on white background.



Black color preview on #ADD4CC background

This text has black color on #ADD4CC background.


White color preview on #ADD4CC background

This text has white color on #ADD4CC background.