COLOR #ADAFE0

HEX: #ADAFE0
RGB: (173,175,224)

Color info

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

RGB color model

#ADAFE0 color RGB value is (173,175,224).

  • red value is 173;
  • green value is 175;
  • blue value is 224.
RGB:
(173,175,224)
(68%,69%,88%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 224 of 255 = 88%

173
175
224

R + G + B ~ 75%. #ADAFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 224 = 572 (100%)
R 173 of 572 ~ 30.24%
G 175 of 572 ~ 30.59%
B 224 of 572 ~ 39.16%

%30.24
%30.59
%39.16

CMYK color model

#ADAFE0 color CMYK value is (23,22,0,12).

  • cyan value is 22.77%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(23,22,0,12)
C23M22Y0K12 
(23%,22%,0%,12%)
(0.23/0.22/0.00/0.12)	

CMYK percentages

%22.77
%21.88
%0
%12.16

Codes

Color #ADAFE0 in popluar color models

ADAFE0
RGB173175224
HSL238°45.13%77.84%
HSB/HSV238°22.77%87.84%
CMYK22.77%21.88%0.00%
12.16%

Color #ADAFE0 in popluar number systems.

HEXADAFE0
Decimal173175224
Binary101011011010111111100000
Octal255257340

Shades and tints

Shades of #ADAFE0

#ADAFE0
(173,175,224)
#9EA0CC
(158,160,204)
#8F91B8
(143,145,184)
#8082A4
(128,130,164)
#717390
(113,115,144)
#62647C
(98,100,124)
#535568
(83,85,104)
#444654
(68,70,84)
#353740
(53,55,64)
#26282C
(38,40,44)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #ADAFE0

#ADAFE0
(173,175,224)
#B4B6E2
(180,182,226)
#BBBDE4
(187,189,228)
#C2C4E6
(194,196,230)
#C9CBE8
(201,203,232)
#D0D2EA
(208,210,234)
#D7D9EC
(215,217,236)
#DEE0EE
(222,224,238)
#E5E7F0
(229,231,240)
#ECEEF2
(236,238,242)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAFE0 color. Also use rgb(173,175,224) instead hex code.

Text Font Color

.myTextColor { color: #ADAFE0; }

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

This text font color is #ADAFE0.


Background Color

.myBgColor { background-color: #ADAFE0; }

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

This div background color is #ADAFE0.


Border color

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

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

This div border color is #ADAFE0.


Opacity

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

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

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

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

This text has shadow with #ADAFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAFE0 on black background.


Color preview on white background

This text has color #ADAFE0 on white background.



Black color preview on #ADAFE0 background

This text has black color on #ADAFE0 background.


White color preview on #ADAFE0 background

This text has white color on #ADAFE0 background.