COLOR #ADAECB

HEX: #ADAECB RGB: (173,174,203)

Color info

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

RGB color model

#ADAECB color RGB value is (173,174,203).

RGB: (173,174,203) (68%, 68%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 203 of 255 = 80%

173
174
203

R + G + B ~ 72%. #ADAECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 174 + 203 = 550 (100%)
R 173 of 550 ~ 31.45%
G 174 of 550 ~ 31.64%
B 203 of 550 ~ 36.91'%

%31.45
%31.64
%36.91

CMYK color model

#ADAECB color CMYK value is (15,14,0,20).

  • cyan value is 14.78%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (15,14,0,20) C15M14Y0K20 (15%,14%,0%,20%) (0.15/0.14/0.00/0.20) 

CMYK percentages

%14.78
%14.29
%0
%20.39

Codes

Color #ADAECB in popluar color models

AD AE CB
RGB 173 174 203
HSL 238° 22.39% 73.73%
HSB/HSV 238° 14.78% 79.61%
CMYK 14.78% 14.29% 0.00%
20.39%

Color #ADAECB in popluar number systems.

HEX AD AE CB
Decimal 173 174 203
Binary 10101101 10101110 11001011
Octal 255 256 313

Shades and tints

Shades of #ADAECB

#ADAECB
(173,174,203)
#9E9FB9
(158,159,185)
#8F90A7
(143,144,167)
#808195
(128,129,149)
#717283
(113,114,131)
#626371
(98,99,113)
#53545F
(83,84,95)
#44454D
(68,69,77)
#35363B
(53,54,59)
#262729
(38,39,41)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADAECB

#ADAECB
(173,174,203)
#B4B5CF
(180,181,207)
#BBBCD3
(187,188,211)
#C2C3D7
(194,195,215)
#C9CADB
(201,202,219)
#D0D1DF
(208,209,223)
#D7D8E3
(215,216,227)
#DEDFE7
(222,223,231)
#E5E6EB
(229,230,235)
#ECEDEF
(236,237,239)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAECB; }

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

This text font color is #ADAECB.

Background Color

.myBgColor { background-color: #ADAECB; }

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

This div background color is #ADAECB.

Border color

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

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

This div border color is #ADAECB.

Opacity

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

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

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

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

This text has shadow with #ADAECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAECB.

Preview

Color preview on black background

This text has color #ADAECB on black background.


Color preview on white background

This text has color #ADAECB on white background.


Black color preview on #ADAECB background

This text has black color on #ADAECB background.


White color preview on #ADAECB background

This text has white color on #ADAECB background.


Related colors

Complementary color

Complementary color for #hex is #525134.


I love getcolorcode.com

Triadic colors

1 #CBADAE and #AECBAD with #ADAECB are triadic colors.

2 #CBAEAD and #AEADCB with #ADAECB are triadic colors.