COLOR #ADAEE5

HEX: #ADAEE5
RGB: (173,174,229)

Color info

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

RGB color model

#ADAEE5 color RGB value is (173,174,229).

  • red value is 173;
  • green value is 174;
  • blue value is 229.
RGB:
(173,174,229)
(68%,68%,90%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 229 of 255 = 90%

173
174
229

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

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 229 = 576 (100%)
R 173 of 576 ~ 30.03%
G 174 of 576 ~ 30.21%
B 229 of 576 ~ 39.76%

%30.03
%30.21
%39.76

CMYK color model

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

  • cyan value is 24.45%
  • magenta value is 24.02%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,24,0,10)
C24M24Y0K10 
(24%,24%,0%,10%)
(0.24/0.24/0.00/0.10)	

CMYK percentages

%24.45
%24.02
%0
%10.2

Codes

Color #ADAEE5 in popluar color models

ADAEE5
RGB173174229
HSL239°51.85%78.82%
HSB/HSV239°24.45%89.80%
CMYK24.45%24.02%0.00%
10.20%

Color #ADAEE5 in popluar number systems.

HEXADAEE5
Decimal173174229
Binary101011011010111011100101
Octal255256345

Shades and tints

Shades of #ADAEE5

#ADAEE5
(173,174,229)
#9E9FD1
(158,159,209)
#8F90BD
(143,144,189)
#8081A9
(128,129,169)
#717295
(113,114,149)
#626381
(98,99,129)
#53546D
(83,84,109)
#444559
(68,69,89)
#353645
(53,54,69)
#262731
(38,39,49)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #ADAEE5

#ADAEE5
(173,174,229)
#B4B5E7
(180,181,231)
#BBBCE9
(187,188,233)
#C2C3EB
(194,195,235)
#C9CAED
(201,202,237)
#D0D1EF
(208,209,239)
#D7D8F1
(215,216,241)
#DEDFF3
(222,223,243)
#E5E6F5
(229,230,245)
#ECEDF7
(236,237,247)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAEE5 color. Also use rgb(173,174,229) instead hex code.

Text Font Color

.myTextColor { color: #ADAEE5; }

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

This text font color is #ADAEE5.


Background Color

.myBgColor { background-color: #ADAEE5; }

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

This div background color is #ADAEE5.


Border color

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

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

This div border color is #ADAEE5.


Opacity

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

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

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

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

This text has shadow with #ADAEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEE5 on black background.


Color preview on white background

This text has color #ADAEE5 on white background.



Black color preview on #ADAEE5 background

This text has black color on #ADAEE5 background.


White color preview on #ADAEE5 background

This text has white color on #ADAEE5 background.