COLOR #ADCEE4

HEX: #ADCEE4
RGB: (173,206,228)

Color info

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

RGB color model

#ADCEE4 color RGB value is (173,206,228).

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

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 228 of 255 = 89%

173
206
228

R + G + B ~ 79%. #ADCEE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 206 + 228 = 607 (100%)
R 173 of 607 ~ 28.5%
G 206 of 607 ~ 33.94%
B 228 of 607 ~ 37.56%

%28.5
%33.94
%37.56

CMYK color model

#ADCEE4 color CMYK value is (24,10,0,11).

  • cyan value is 24.12%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(24,10,0,11)
C24M10Y0K11 
(24%,10%,0%,11%)
(0.24/0.10/0.00/0.11)	

CMYK percentages

%24.12
%9.65
%0
%10.59

Codes

Color #ADCEE4 in popluar color models

ADCEE4
RGB173206228
HSL204°50.46%78.63%
HSB/HSV204°24.12%89.41%
CMYK24.12%9.65%0.00%
10.59%

Color #ADCEE4 in popluar number systems.

HEXADCEE4
Decimal173206228
Binary101011011100111011100100
Octal255316344

Shades and tints

Shades of #ADCEE4

#ADCEE4
(173,206,228)
#9EBCD0
(158,188,208)
#8FAABC
(143,170,188)
#8098A8
(128,152,168)
#718694
(113,134,148)
#627480
(98,116,128)
#53626C
(83,98,108)
#445058
(68,80,88)
#353E44
(53,62,68)
#262C30
(38,44,48)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #ADCEE4

#ADCEE4
(173,206,228)
#B4D2E6
(180,210,230)
#BBD6E8
(187,214,232)
#C2DAEA
(194,218,234)
#C9DEEC
(201,222,236)
#D0E2EE
(208,226,238)
#D7E6F0
(215,230,240)
#DEEAF2
(222,234,242)
#E5EEF4
(229,238,244)
#ECF2F6
(236,242,246)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEE4; }

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

This text font color is #ADCEE4.


Background Color

.myBgColor { background-color: #ADCEE4; }

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

This div background color is #ADCEE4.


Border color

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

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

This div border color is #ADCEE4.


Opacity

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

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

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

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

This text has shadow with #ADCEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCEE4 on black background.


Color preview on white background

This text has color #ADCEE4 on white background.



Black color preview on #ADCEE4 background

This text has black color on #ADCEE4 background.


White color preview on #ADCEE4 background

This text has white color on #ADCEE4 background.