COLOR #ADDEEC

HEX: #ADDEEC
RGB: (173,222,236)

Color info

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

RGB color model

#ADDEEC color RGB value is (173,222,236).

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

RGB channels and saturation

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

173
222
236

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

Portions of RGB colors in percentages

R + G + B =
173 + 222 + 236 = 631 (100%)
R 173 of 631 ~ 27.42%
G 222 of 631 ~ 35.18%
B 236 of 631 ~ 37.4%

%27.42
%35.18
%37.4

CMYK color model

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

  • cyan value is 26.69%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(27,6,0,7)
C27M6Y0K7 
(27%,6%,0%,7%)
(0.27/0.06/0.00/0.07)	

CMYK percentages

%26.69
%5.93
%0
%7.45

Codes

Color #ADDEEC in popluar color models

ADDEEC
RGB173222236
HSL193°62.38%80.20%
HSB/HSV193°26.69%92.55%
CMYK26.69%5.93%0.00%
7.45%

Color #ADDEEC in popluar number systems.

HEXADDEEC
Decimal173222236
Binary101011011101111011101100
Octal255336354

Shades and tints

Shades of #ADDEEC

#ADDEEC
(173,222,236)
#9ECAD7
(158,202,215)
#8FB6C2
(143,182,194)
#80A2AD
(128,162,173)
#718E98
(113,142,152)
#627A83
(98,122,131)
#53666E
(83,102,110)
#445259
(68,82,89)
#353E44
(53,62,68)
#262A2F
(38,42,47)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #ADDEEC

#ADDEEC
(173,222,236)
#B4E1ED
(180,225,237)
#BBE4EE
(187,228,238)
#C2E7EF
(194,231,239)
#C9EAF0
(201,234,240)
#D0EDF1
(208,237,241)
#D7F0F2
(215,240,242)
#DEF3F3
(222,243,243)
#E5F6F4
(229,246,244)
#ECF9F5
(236,249,245)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDEEC; }

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

This text font color is #ADDEEC.


Background Color

.myBgColor { background-color: #ADDEEC; }

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

This div background color is #ADDEEC.


Border color

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

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

This div border color is #ADDEEC.


Opacity

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

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

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

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

This text has shadow with #ADDEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDEEC on black background.


Color preview on white background

This text has color #ADDEEC on white background.



Black color preview on #ADDEEC background

This text has black color on #ADDEEC background.


White color preview on #ADDEEC background

This text has white color on #ADDEEC background.