COLOR #ADCEE7

HEX: #ADCEE7
RGB: (173,206,231)

Color info

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

RGB color model

#ADCEE7 color RGB value is (173,206,231).

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

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 231 of 255 = 91%

173
206
231

R + G + B ~ 80%. #ADCEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 206 + 231 = 610 (100%)
R 173 of 610 ~ 28.36%
G 206 of 610 ~ 33.77%
B 231 of 610 ~ 37.87%

%28.36
%33.77
%37.87

CMYK color model

#ADCEE7 color CMYK value is (25,11,0,9).

  • cyan value is 25.11%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(25,11,0,9)
C25M11Y0K9 
(25%,11%,0%,9%)
(0.25/0.11/0.00/0.09)	

CMYK percentages

%25.11
%10.82
%0
%9.41

Codes

Color #ADCEE7 in popluar color models

ADCEE7
RGB173206231
HSL206°54.72%79.22%
HSB/HSV206°25.11%90.59%
CMYK25.11%10.82%0.00%
9.41%

Color #ADCEE7 in popluar number systems.

HEXADCEE7
Decimal173206231
Binary101011011100111011100111
Octal255316347

Shades and tints

Shades of #ADCEE7

#ADCEE7
(173,206,231)
#9EBCD2
(158,188,210)
#8FAABD
(143,170,189)
#8098A8
(128,152,168)
#718693
(113,134,147)
#62747E
(98,116,126)
#536269
(83,98,105)
#445054
(68,80,84)
#353E3F
(53,62,63)
#262C2A
(38,44,42)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADCEE7

#ADCEE7
(173,206,231)
#B4D2E9
(180,210,233)
#BBD6EB
(187,214,235)
#C2DAED
(194,218,237)
#C9DEEF
(201,222,239)
#D0E2F1
(208,226,241)
#D7E6F3
(215,230,243)
#DEEAF5
(222,234,245)
#E5EEF7
(229,238,247)
#ECF2F9
(236,242,249)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEE7; }

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

This text font color is #ADCEE7.


Background Color

.myBgColor { background-color: #ADCEE7; }

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

This div background color is #ADCEE7.


Border color

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

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

This div border color is #ADCEE7.


Opacity

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

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

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

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

This text has shadow with #ADCEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCEE7 on black background.


Color preview on white background

This text has color #ADCEE7 on white background.



Black color preview on #ADCEE7 background

This text has black color on #ADCEE7 background.


White color preview on #ADCEE7 background

This text has white color on #ADCEE7 background.