COLOR #ADD9E8

HEX: #ADD9E8
RGB: (173,217,232)

Color info

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

RGB color model

#ADD9E8 color RGB value is (173,217,232).

  • red value is 173;
  • green value is 217;
  • blue value is 232.
RGB:
(173,217,232)
(68%,85%,91%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 232 of 255 = 91%

173
217
232

R + G + B ~ 81%. #ADD9E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 217 + 232 = 622 (100%)
R 173 of 622 ~ 27.81%
G 217 of 622 ~ 34.89%
B 232 of 622 ~ 37.3%

%27.81
%34.89
%37.3

CMYK color model

#ADD9E8 color CMYK value is (25,6,0,9).

  • cyan value is 25.43%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(25,6,0,9)
C25M6Y0K9 
(25%,6%,0%,9%)
(0.25/0.06/0.00/0.09)	

CMYK percentages

%25.43
%6.47
%0
%9.02

Codes

Color #ADD9E8 in popluar color models

ADD9E8
RGB173217232
HSL195°56.19%79.41%
HSB/HSV195°25.43%90.98%
CMYK25.43%6.47%0.00%
9.02%

Color #ADD9E8 in popluar number systems.

HEXADD9E8
Decimal173217232
Binary101011011101100111101000
Octal255331350

Shades and tints

Shades of #ADD9E8

#ADD9E8
(173,217,232)
#9EC6D3
(158,198,211)
#8FB3BE
(143,179,190)
#80A0A9
(128,160,169)
#718D94
(113,141,148)
#627A7F
(98,122,127)
#53676A
(83,103,106)
#445455
(68,84,85)
#354140
(53,65,64)
#262E2B
(38,46,43)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #ADD9E8

#ADD9E8
(173,217,232)
#B4DCEA
(180,220,234)
#BBDFEC
(187,223,236)
#C2E2EE
(194,226,238)
#C9E5F0
(201,229,240)
#D0E8F2
(208,232,242)
#D7EBF4
(215,235,244)
#DEEEF6
(222,238,246)
#E5F1F8
(229,241,248)
#ECF4FA
(236,244,250)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD9E8 color. Also use rgb(173,217,232) instead hex code.

Text Font Color

.myTextColor { color: #ADD9E8; }

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

This text font color is #ADD9E8.


Background Color

.myBgColor { background-color: #ADD9E8; }

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

This div background color is #ADD9E8.


Border color

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

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

This div border color is #ADD9E8.


Opacity

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

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

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

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

This text has shadow with #ADD9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD9E8 on black background.


Color preview on white background

This text has color #ADD9E8 on white background.



Black color preview on #ADD9E8 background

This text has black color on #ADD9E8 background.


White color preview on #ADD9E8 background

This text has white color on #ADD9E8 background.