COLOR #ADAED5

HEX: #ADAED5 RGB: (173,174,213)

Color info

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

RGB color model

#ADAED5 color RGB value is (173,174,213).

RGB: (173,174,213) (68%, 68%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 213 of 255 = 84%

173
174
213

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

Portions of RGB colors in percentages

R + G + B = 173 + 174 + 213 = 560 (100%)
R 173 of 560 ~ 30.89%
G 174 of 560 ~ 31.07%
B 213 of 560 ~ 38.04'%

%30.89
%31.07
%38.04

CMYK color model

#ADAED5 color CMYK value is (19,18,0,16).

  • cyan value is 18.78%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (19,18,0,16)
C19M18Y0K16 (19%, 18%, 0%, 16%)
(0.19 / 0.18 / 0.00 / 0.16)

CMYK percentages

%18.78
%18.31
%0
%16.47

Codes

Color #ADAED5 in popluar color models

AD AE D5
RGB 173 174 213
HSL 239° 32.26% 75.69%
HSB/HSV 239° 18.78% 83.53%
CMYK 18.78% 18.31% 0.00%
16.47%

Color #ADAED5 in popluar number systems.

HEX AD AE D5
Decimal 173 174 213
Binary 10101101 10101110 11010101
Octal 255 256 325

Shades and tints

Shades of #ADAED5

#ADAED5
(173,174,213)
#9E9FC2
(158,159,194)
#8F90AF
(143,144,175)
#80819C
(128,129,156)
#717289
(113,114,137)
#626376
(98,99,118)
#535463
(83,84,99)
#444550
(68,69,80)
#35363D
(53,54,61)
#26272A
(38,39,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADAED5

#ADAED5
(173,174,213)
#B4B5D8
(180,181,216)
#BBBCDB
(187,188,219)
#C2C3DE
(194,195,222)
#C9CAE1
(201,202,225)
#D0D1E4
(208,209,228)
#D7D8E7
(215,216,231)
#DEDFEA
(222,223,234)
#E5E6ED
(229,230,237)
#ECEDF0
(236,237,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAED5; }

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

This text font color is #ADAED5.

Background Color

.myBgColor { background-color: #ADAED5; }

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

This div background color is #ADAED5.

Border color

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

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

This div border color is #ADAED5.

Opacity

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

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

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

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

This text has shadow with #ADAED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAED5.

Preview

Color preview on black background

This text has color #ADAED5 on black background.


Color preview on white background

This text has color #ADAED5 on white background.


Black color preview on #ADAED5 background

This text has black color on #ADAED5 background.


White color preview on #ADAED5 background

This text has white color on #ADAED5 background.


Related colors

Complementary color

Complementary color for #hex is #52512A.


I love getcolorcode.com

Triadic colors

1 #D5ADAE and #AED5AD with #ADAED5 are triadic colors.

2 #D5AEAD and #AEADD5 with #ADAED5 are triadic colors.