COLOR #ADD6E0

HEX: #ADD6E0
RGB: (173,214,224)

Color info

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

RGB color model

#ADD6E0 color RGB value is (173,214,224).

  • red value is 173;
  • green value is 214;
  • blue value is 224.
RGB:
(173,214,224)
(68%,84%,88%)

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 224 of 255 = 88%

173
214
224

R + G + B ~ 80%. #ADD6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 214 + 224 = 611 (100%)
R 173 of 611 ~ 28.31%
G 214 of 611 ~ 35.02%
B 224 of 611 ~ 36.66%

%28.31
%35.02
%36.66

CMYK color model

#ADD6E0 color CMYK value is (23,4,0,12).

  • cyan value is 22.77%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(23,4,0,12)
C23M4Y0K12 
(23%,4%,0%,12%)
(0.23/0.04/0.00/0.12)	

CMYK percentages

%22.77
%4.46
%0
%12.16

Codes

Color #ADD6E0 in popluar color models

ADD6E0
RGB173214224
HSL192°45.13%77.84%
HSB/HSV192°22.77%87.84%
CMYK22.77%4.46%0.00%
12.16%

Color #ADD6E0 in popluar number systems.

HEXADD6E0
Decimal173214224
Binary101011011101011011100000
Octal255326340

Shades and tints

Shades of #ADD6E0

#ADD6E0
(173,214,224)
#9EC3CC
(158,195,204)
#8FB0B8
(143,176,184)
#809DA4
(128,157,164)
#718A90
(113,138,144)
#62777C
(98,119,124)
#536468
(83,100,104)
#445154
(68,81,84)
#353E40
(53,62,64)
#262B2C
(38,43,44)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADD6E0

#ADD6E0
(173,214,224)
#B4D9E2
(180,217,226)
#BBDCE4
(187,220,228)
#C2DFE6
(194,223,230)
#C9E2E8
(201,226,232)
#D0E5EA
(208,229,234)
#D7E8EC
(215,232,236)
#DEEBEE
(222,235,238)
#E5EEF0
(229,238,240)
#ECF1F2
(236,241,242)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD6E0 color. Also use rgb(173,214,224) instead hex code.

Text Font Color

.myTextColor { color: #ADD6E0; }

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

This text font color is #ADD6E0.


Background Color

.myBgColor { background-color: #ADD6E0; }

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

This div background color is #ADD6E0.


Border color

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

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

This div border color is #ADD6E0.


Opacity

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

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

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

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

This text has shadow with #ADD6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD6E0 on black background.


Color preview on white background

This text has color #ADD6E0 on white background.



Black color preview on #ADD6E0 background

This text has black color on #ADD6E0 background.


White color preview on #ADD6E0 background

This text has white color on #ADD6E0 background.