COLOR #ADDCE4

HEX: #ADDCE4
RGB: (173,220,228)

Color info

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

RGB color model

#ADDCE4 color RGB value is (173,220,228).

  • red value is 173;
  • green value is 220;
  • blue value is 228.
RGB:
(173,220,228)
(68%,86%,89%)

RGB channels and saturation

R 173 of 255 = 68%
G 220 of 255 = 86%
B 228 of 255 = 89%

173
220
228

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

Portions of RGB colors in percentages

R + G + B =
173 + 220 + 228 = 621 (100%)
R 173 of 621 ~ 27.86%
G 220 of 621 ~ 35.43%
B 228 of 621 ~ 36.71%

%27.86
%35.43
%36.71

CMYK color model

#ADDCE4 color CMYK value is (24,4,0,11).

  • cyan value is 24.12%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(24,4,0,11)
C24M4Y0K11 
(24%,4%,0%,11%)
(0.24/0.04/0.00/0.11)	

CMYK percentages

%24.12
%3.51
%0
%10.59

Codes

Color #ADDCE4 in popluar color models

ADDCE4
RGB173220228
HSL189°50.46%78.63%
HSB/HSV189°24.12%89.41%
CMYK24.12%3.51%0.00%
10.59%

Color #ADDCE4 in popluar number systems.

HEXADDCE4
Decimal173220228
Binary101011011101110011100100
Octal255334344

Shades and tints

Shades of #ADDCE4

#ADDCE4
(173,220,228)
#9EC8D0
(158,200,208)
#8FB4BC
(143,180,188)
#80A0A8
(128,160,168)
#718C94
(113,140,148)
#627880
(98,120,128)
#53646C
(83,100,108)
#445058
(68,80,88)
#353C44
(53,60,68)
#262830
(38,40,48)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #ADDCE4

#ADDCE4
(173,220,228)
#B4DFE6
(180,223,230)
#BBE2E8
(187,226,232)
#C2E5EA
(194,229,234)
#C9E8EC
(201,232,236)
#D0EBEE
(208,235,238)
#D7EEF0
(215,238,240)
#DEF1F2
(222,241,242)
#E5F4F4
(229,244,244)
#ECF7F6
(236,247,246)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDCE4 color. Also use rgb(173,220,228) instead hex code.

Text Font Color

.myTextColor { color: #ADDCE4; }

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

This text font color is #ADDCE4.


Background Color

.myBgColor { background-color: #ADDCE4; }

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

This div background color is #ADDCE4.


Border color

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

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

This div border color is #ADDCE4.


Opacity

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

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

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

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

This text has shadow with #ADDCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDCE4 on black background.


Color preview on white background

This text has color #ADDCE4 on white background.



Black color preview on #ADDCE4 background

This text has black color on #ADDCE4 background.


White color preview on #ADDCE4 background

This text has white color on #ADDCE4 background.