COLOR #ADDDEC

HEX: #ADDDEC
RGB: (173,221,236)

Color info

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

RGB color model

#ADDDEC color RGB value is (173,221,236).

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

RGB channels and saturation

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

173
221
236

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

Portions of RGB colors in percentages

R + G + B =
173 + 221 + 236 = 630 (100%)
R 173 of 630 ~ 27.46%
G 221 of 630 ~ 35.08%
B 236 of 630 ~ 37.46%

%27.46
%35.08
%37.46

CMYK color model

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

  • cyan value is 26.69%
  • magenta value is 6.36%
  • 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
%6.36
%0
%7.45

Codes

Color #ADDDEC in popluar color models

ADDDEC
RGB173221236
HSL194°62.38%80.20%
HSB/HSV194°26.69%92.55%
CMYK26.69%6.36%0.00%
7.45%

Color #ADDDEC in popluar number systems.

HEXADDDEC
Decimal173221236
Binary101011011101110111101100
Octal255335354

Shades and tints

Shades of #ADDDEC

#ADDDEC
(173,221,236)
#9EC9D7
(158,201,215)
#8FB5C2
(143,181,194)
#80A1AD
(128,161,173)
#718D98
(113,141,152)
#627983
(98,121,131)
#53656E
(83,101,110)
#445159
(68,81,89)
#353D44
(53,61,68)
#26292F
(38,41,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #ADDDEC

#ADDDEC
(173,221,236)
#B4E0ED
(180,224,237)
#BBE3EE
(187,227,238)
#C2E6EF
(194,230,239)
#C9E9F0
(201,233,240)
#D0ECF1
(208,236,241)
#D7EFF2
(215,239,242)
#DEF2F3
(222,242,243)
#E5F5F4
(229,245,244)
#ECF8F5
(236,248,245)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDDEC; }

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

This text font color is #ADDDEC.


Background Color

.myBgColor { background-color: #ADDDEC; }

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

This div background color is #ADDDEC.


Border color

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

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

This div border color is #ADDDEC.


Opacity

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

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

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

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

This text has shadow with #ADDDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDDEC on black background.


Color preview on white background

This text has color #ADDDEC on white background.



Black color preview on #ADDDEC background

This text has black color on #ADDDEC background.


White color preview on #ADDDEC background

This text has white color on #ADDDEC background.