COLOR #ADAEE7

HEX: #ADAEE7
RGB: (173,174,231)

Color info

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

RGB color model

#ADAEE7 color RGB value is (173,174,231).

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

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 231 of 255 = 91%

173
174
231

R + G + B ~ 76%. #ADAEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 231 = 578 (100%)
R 173 of 578 ~ 29.93%
G 174 of 578 ~ 30.1%
B 231 of 578 ~ 39.97%

%29.93
%30.1
%39.97

CMYK color model

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

  • cyan value is 25.11%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(25,25,0,9)
C25M25Y0K9 
(25%,25%,0%,9%)
(0.25/0.25/0.00/0.09)	

CMYK percentages

%25.11
%24.68
%0
%9.41

Codes

Color #ADAEE7 in popluar color models

ADAEE7
RGB173174231
HSL239°54.72%79.22%
HSB/HSV239°25.11%90.59%
CMYK25.11%24.68%0.00%
9.41%

Color #ADAEE7 in popluar number systems.

HEXADAEE7
Decimal173174231
Binary101011011010111011100111
Octal255256347

Shades and tints

Shades of #ADAEE7

#ADAEE7
(173,174,231)
#9E9FD2
(158,159,210)
#8F90BD
(143,144,189)
#8081A8
(128,129,168)
#717293
(113,114,147)
#62637E
(98,99,126)
#535469
(83,84,105)
#444554
(68,69,84)
#35363F
(53,54,63)
#26272A
(38,39,42)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #ADAEE7

#ADAEE7
(173,174,231)
#B4B5E9
(180,181,233)
#BBBCEB
(187,188,235)
#C2C3ED
(194,195,237)
#C9CAEF
(201,202,239)
#D0D1F1
(208,209,241)
#D7D8F3
(215,216,243)
#DEDFF5
(222,223,245)
#E5E6F7
(229,230,247)
#ECEDF9
(236,237,249)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEE7; }

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

This text font color is #ADAEE7.


Background Color

.myBgColor { background-color: #ADAEE7; }

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

This div background color is #ADAEE7.


Border color

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

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

This div border color is #ADAEE7.


Opacity

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

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

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

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

This text has shadow with #ADAEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEE7 on black background.


Color preview on white background

This text has color #ADAEE7 on white background.



Black color preview on #ADAEE7 background

This text has black color on #ADAEE7 background.


White color preview on #ADAEE7 background

This text has white color on #ADAEE7 background.