COLOR #ADDEEE

HEX: #ADDEEE
RGB: (173,222,238)

Color info

#ADDEEE contains mainly green and blue colors. Web safe color of #ADDEEE is #99CCFF (or #9CF).

RGB color model

#ADDEEE color RGB value is (173,222,238).

  • red value is 173;
  • green value is 222;
  • blue value is 238.
RGB:
(173,222,238)
(68%,87%,93%)

RGB channels and saturation

R 173 of 255 = 68%
G 222 of 255 = 87%
B 238 of 255 = 93%

173
222
238

R + G + B ~ 83%. #ADDEEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 222 + 238 = 633 (100%)
R 173 of 633 ~ 27.33%
G 222 of 633 ~ 35.07%
B 238 of 633 ~ 37.6%

%27.33
%35.07
%37.6

CMYK color model

#ADDEEE color CMYK value is (27,7,0,7).

  • cyan value is 27.31%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(27,7,0,7)
C27M7Y0K7 
(27%,7%,0%,7%)
(0.27/0.07/0.00/0.07)	

CMYK percentages

%27.31
%6.72
%0
%6.67

Codes

Color #ADDEEE in popluar color models

ADDEEE
RGB173222238
HSL195°65.66%80.59%
HSB/HSV195°27.31%93.33%
CMYK27.31%6.72%0.00%
6.67%

Color #ADDEEE in popluar number systems.

HEXADDEEE
Decimal173222238
Binary101011011101111011101110
Octal255336356

Shades and tints

Shades of #ADDEEE

#ADDEEE
(173,222,238)
#9ECAD9
(158,202,217)
#8FB6C4
(143,182,196)
#80A2AF
(128,162,175)
#718E9A
(113,142,154)
#627A85
(98,122,133)
#536670
(83,102,112)
#44525B
(68,82,91)
#353E46
(53,62,70)
#262A31
(38,42,49)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #ADDEEE

#ADDEEE
(173,222,238)
#B4E1EF
(180,225,239)
#BBE4F0
(187,228,240)
#C2E7F1
(194,231,241)
#C9EAF2
(201,234,242)
#D0EDF3
(208,237,243)
#D7F0F4
(215,240,244)
#DEF3F5
(222,243,245)
#E5F6F6
(229,246,246)
#ECF9F7
(236,249,247)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDEEE color. Also use rgb(173,222,238) instead hex code.

Text Font Color

.myTextColor { color: #ADDEEE; }

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

This text font color is #ADDEEE.


Background Color

.myBgColor { background-color: #ADDEEE; }

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

This div background color is #ADDEEE.


Border color

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

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

This div border color is #ADDEEE.


Opacity

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

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

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

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

This text has shadow with #ADDEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDEEE on black background.


Color preview on white background

This text has color #ADDEEE on white background.



Black color preview on #ADDEEE background

This text has black color on #ADDEEE background.


White color preview on #ADDEEE background

This text has white color on #ADDEEE background.