COLOR #ADDFEC

HEX: #ADDFEC RGB: (173,223,236)

Color info

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

RGB color model

#ADDFEC color RGB value is (173,223,236).

RGB: (173,223,236) (68%, 87%, 93%)

RGB channels and saturation

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

173
223
236

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

Portions of RGB colors in percentages

R + G + B = 173 + 223 + 236 = 632 (100%)
R 173 of 632 ~ 27.37%
G 223 of 632 ~ 35.28%
B 236 of 632 ~ 37.34'%

%27.37
%35.28
%37.34

CMYK color model

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

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

Codes

Color #ADDFEC in popluar color models

AD DF EC
RGB 173 223 236
HSL 192° 62.38% 80.20%
HSB/HSV 192° 26.69% 92.55%
CMYK 26.69% 5.51% 0.00%
7.45%

Color #ADDFEC in popluar number systems.

HEX AD DF EC
Decimal 173 223 236
Binary 10101101 11011111 11101100
Octal 255 337 354

Shades and tints

Shades of #ADDFEC

#ADDFEC
(173,223,236)
#9ECBD7
(158,203,215)
#8FB7C2
(143,183,194)
#80A3AD
(128,163,173)
#718F98
(113,143,152)
#627B83
(98,123,131)
#53676E
(83,103,110)
#445359
(68,83,89)
#353F44
(53,63,68)
#262B2F
(38,43,47)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #ADDFEC

#ADDFEC
(173,223,236)
#B4E1ED
(180,225,237)
#BBE3EE
(187,227,238)
#C2E5EF
(194,229,239)
#C9E7F0
(201,231,240)
#D0E9F1
(208,233,241)
#D7EBF2
(215,235,242)
#DEEDF3
(222,237,243)
#E5EFF4
(229,239,244)
#ECF1F5
(236,241,245)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDFEC; }

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

This text font color is #ADDFEC.

Background Color

.myBgColor { background-color: #ADDFEC; }

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

This div background color is #ADDFEC.

Border color

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

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

This div border color is #ADDFEC.

Opacity

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

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

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

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

This text has shadow with #ADDFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDFEC.

Preview

Color preview on black background

This text has color #ADDFEC on black background.


Color preview on white background

This text has color #ADDFEC on white background.


Black color preview on #ADDFEC background

This text has black color on #ADDFEC background.


White color preview on #ADDFEC background

This text has white color on #ADDFEC background.


Related colors

Complementary color

Complementary color for #hex is #522013.


I love getcolorcode.com

Triadic colors

1 #ECADDF and #DFECAD with #ADDFEC are triadic colors.

2 #ECDFAD and #DFADEC with #ADDFEC are triadic colors.