COLOR #ADCEEE

HEX: #ADCEEE
RGB: (173,206,238)

Color info

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

RGB color model

#ADCEEE color RGB value is (173,206,238).

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

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 238 of 255 = 93%

173
206
238

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

Portions of RGB colors in percentages

R + G + B =
173 + 206 + 238 = 617 (100%)
R 173 of 617 ~ 28.04%
G 206 of 617 ~ 33.39%
B 238 of 617 ~ 38.57%

%28.04
%33.39
%38.57

CMYK color model

#ADCEEE color CMYK value is (27,13,0,7).

  • cyan value is 27.31%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(27,13,0,7)
C27M13Y0K7 
(27%,13%,0%,7%)
(0.27/0.13/0.00/0.07)	

CMYK percentages

%27.31
%13.45
%0
%6.67

Codes

Color #ADCEEE in popluar color models

ADCEEE
RGB173206238
HSL210°65.66%80.59%
HSB/HSV210°27.31%93.33%
CMYK27.31%13.45%0.00%
6.67%

Color #ADCEEE in popluar number systems.

HEXADCEEE
Decimal173206238
Binary101011011100111011101110
Octal255316356

Shades and tints

Shades of #ADCEEE

#ADCEEE
(173,206,238)
#9EBCD9
(158,188,217)
#8FAAC4
(143,170,196)
#8098AF
(128,152,175)
#71869A
(113,134,154)
#627485
(98,116,133)
#536270
(83,98,112)
#44505B
(68,80,91)
#353E46
(53,62,70)
#262C31
(38,44,49)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #ADCEEE

#ADCEEE
(173,206,238)
#B4D2EF
(180,210,239)
#BBD6F0
(187,214,240)
#C2DAF1
(194,218,241)
#C9DEF2
(201,222,242)
#D0E2F3
(208,226,243)
#D7E6F4
(215,230,244)
#DEEAF5
(222,234,245)
#E5EEF6
(229,238,246)
#ECF2F7
(236,242,247)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEEE; }

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

This text font color is #ADCEEE.


Background Color

.myBgColor { background-color: #ADCEEE; }

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

This div background color is #ADCEEE.


Border color

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

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

This div border color is #ADCEEE.


Opacity

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

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

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

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

This text has shadow with #ADCEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCEEE on black background.


Color preview on white background

This text has color #ADCEEE on white background.



Black color preview on #ADCEEE background

This text has black color on #ADCEEE background.


White color preview on #ADCEEE background

This text has white color on #ADCEEE background.