COLOR #ADCCE9

HEX: #ADCCE9
RGB: (173,204,233)

Color info

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

RGB color model

#ADCCE9 color RGB value is (173,204,233).

  • red value is 173;
  • green value is 204;
  • blue value is 233.
RGB:
(173,204,233)
(68%,80%,91%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 233 of 255 = 91%

173
204
233

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

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 233 = 610 (100%)
R 173 of 610 ~ 28.36%
G 204 of 610 ~ 33.44%
B 233 of 610 ~ 38.2%

%28.36
%33.44
%38.2

CMYK color model

#ADCCE9 color CMYK value is (26,12,0,9).

  • cyan value is 25.75%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(26,12,0,9)
C26M12Y0K9 
(26%,12%,0%,9%)
(0.26/0.12/0.00/0.09)	

CMYK percentages

%25.75
%12.45
%0
%8.63

Codes

Color #ADCCE9 in popluar color models

ADCCE9
RGB173204233
HSL209°57.69%79.61%
HSB/HSV209°25.75%91.37%
CMYK25.75%12.45%0.00%
8.63%

Color #ADCCE9 in popluar number systems.

HEXADCCE9
Decimal173204233
Binary101011011100110011101001
Octal255314351

Shades and tints

Shades of #ADCCE9

#ADCCE9
(173,204,233)
#9EBAD4
(158,186,212)
#8FA8BF
(143,168,191)
#8096AA
(128,150,170)
#718495
(113,132,149)
#627280
(98,114,128)
#53606B
(83,96,107)
#444E56
(68,78,86)
#353C41
(53,60,65)
#262A2C
(38,42,44)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADCCE9

#ADCCE9
(173,204,233)
#B4D0EB
(180,208,235)
#BBD4ED
(187,212,237)
#C2D8EF
(194,216,239)
#C9DCF1
(201,220,241)
#D0E0F3
(208,224,243)
#D7E4F5
(215,228,245)
#DEE8F7
(222,232,247)
#E5ECF9
(229,236,249)
#ECF0FB
(236,240,251)
#F3F4FD
(243,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCCE9 color. Also use rgb(173,204,233) instead hex code.

Text Font Color

.myTextColor { color: #ADCCE9; }

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

This text font color is #ADCCE9.


Background Color

.myBgColor { background-color: #ADCCE9; }

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

This div background color is #ADCCE9.


Border color

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

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

This div border color is #ADCCE9.


Opacity

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

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

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

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

This text has shadow with #ADCCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCE9 on black background.


Color preview on white background

This text has color #ADCCE9 on white background.



Black color preview on #ADCCE9 background

This text has black color on #ADCCE9 background.


White color preview on #ADCCE9 background

This text has white color on #ADCCE9 background.