COLOR #ADAEBC

HEX: #ADAEBC RGB: (173,174,188)

Color info

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

RGB color model

#ADAEBC color RGB value is (173,174,188).

RGB: (173,174,188) (68%, 68%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 188 of 255 = 74%

173
174
188

R + G + B ~ 70%. #ADAEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 174 + 188 = 535 (100%)
R 173 of 535 ~ 32.34%
G 174 of 535 ~ 32.52%
B 188 of 535 ~ 35.14'%

%32.34
%32.52
%35.14

CMYK color model

#ADAEBC color CMYK value is (8,7,0,26).

  • cyan value is 7.98%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (8,7,0,26)
C8M7Y0K26 (8%, 7%, 0%, 26%)
(0.08 / 0.07 / 0.00 / 0.26)

CMYK percentages

%7.98
%7.45
%0
%26.27

Codes

Color #ADAEBC in popluar color models

AD AE BC
RGB 173 174 188
HSL 236° 10.07% 70.78%
HSB/HSV 236° 7.98% 73.73%
CMYK 7.98% 7.45% 0.00%
26.27%

Color #ADAEBC in popluar number systems.

HEX AD AE BC
Decimal 173 174 188
Binary 10101101 10101110 10111100
Octal 255 256 274

Shades and tints

Shades of #ADAEBC

#ADAEBC
(173,174,188)
#9E9FAB
(158,159,171)
#8F909A
(143,144,154)
#808189
(128,129,137)
#717278
(113,114,120)
#626367
(98,99,103)
#535456
(83,84,86)
#444545
(68,69,69)
#353634
(53,54,52)
#262723
(38,39,35)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #ADAEBC

#ADAEBC
(173,174,188)
#B4B5C2
(180,181,194)
#BBBCC8
(187,188,200)
#C2C3CE
(194,195,206)
#C9CAD4
(201,202,212)
#D0D1DA
(208,209,218)
#D7D8E0
(215,216,224)
#DEDFE6
(222,223,230)
#E5E6EC
(229,230,236)
#ECEDF2
(236,237,242)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEBC; }

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

This text font color is #ADAEBC.

Background Color

.myBgColor { background-color: #ADAEBC; }

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

This div background color is #ADAEBC.

Border color

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

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

This div border color is #ADAEBC.

Opacity

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

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

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

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

This text has shadow with #ADAEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAEBC.

Preview

Color preview on black background

This text has color #ADAEBC on black background.


Color preview on white background

This text has color #ADAEBC on white background.


Black color preview on #ADAEBC background

This text has black color on #ADAEBC background.


White color preview on #ADAEBC background

This text has white color on #ADAEBC background.


Related colors

Complementary color

Complementary color for #hex is #525143.


I love getcolorcode.com

Triadic colors

1 #BCADAE and #AEBCAD with #ADAEBC are triadic colors.

2 #BCAEAD and #AEADBC with #ADAEBC are triadic colors.