COLOR #ADAED0

HEX: #ADAED0
RGB: (173,174,208)

Color info

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

RGB color model

#ADAED0 color RGB value is (173,174,208).

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

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 208 of 255 = 82%

173
174
208

R + G + B ~ 73%. #ADAED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 208 = 555 (100%)
R 173 of 555 ~ 31.17%
G 174 of 555 ~ 31.35%
B 208 of 555 ~ 37.48%

%31.17
%31.35
%37.48

CMYK color model

#ADAED0 color CMYK value is (17,16,0,18).

  • cyan value is 16.83%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(17,16,0,18)
C17M16Y0K18 
(17%,16%,0%,18%)
(0.17/0.16/0.00/0.18)	

CMYK percentages

%16.83
%16.35
%0
%18.43

Codes

Color #ADAED0 in popluar color models

ADAED0
RGB173174208
HSL238°27.13%74.71%
HSB/HSV238°16.83%81.57%
CMYK16.83%16.35%0.00%
18.43%

Color #ADAED0 in popluar number systems.

HEXADAED0
Decimal173174208
Binary101011011010111011010000
Octal255256320

Shades and tints

Shades of #ADAED0

#ADAED0
(173,174,208)
#9E9FBE
(158,159,190)
#8F90AC
(143,144,172)
#80819A
(128,129,154)
#717288
(113,114,136)
#626376
(98,99,118)
#535464
(83,84,100)
#444552
(68,69,82)
#353640
(53,54,64)
#26272E
(38,39,46)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #ADAED0

#ADAED0
(173,174,208)
#B4B5D4
(180,181,212)
#BBBCD8
(187,188,216)
#C2C3DC
(194,195,220)
#C9CAE0
(201,202,224)
#D0D1E4
(208,209,228)
#D7D8E8
(215,216,232)
#DEDFEC
(222,223,236)
#E5E6F0
(229,230,240)
#ECEDF4
(236,237,244)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAED0; }

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

This text font color is #ADAED0.


Background Color

.myBgColor { background-color: #ADAED0; }

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

This div background color is #ADAED0.


Border color

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

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

This div border color is #ADAED0.


Opacity

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

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

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

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

This text has shadow with #ADAED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAED0 on black background.


Color preview on white background

This text has color #ADAED0 on white background.



Black color preview on #ADAED0 background

This text has black color on #ADAED0 background.


White color preview on #ADAED0 background

This text has white color on #ADAED0 background.