COLOR #ADAEBE

HEX: #ADAEBE
RGB: (173,174,190)

Color info

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

RGB color model

#ADAEBE color RGB value is (173,174,190).

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

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 190 of 255 = 75%

173
174
190

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

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 190 = 537 (100%)
R 173 of 537 ~ 32.22%
G 174 of 537 ~ 32.4%
B 190 of 537 ~ 35.38%

%32.22
%32.4
%35.38

CMYK color model

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

  • cyan value is 8.95%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,8,0,25)
C9M8Y0K25 
(9%,8%,0%,25%)
(0.09/0.08/0.00/0.25)	

CMYK percentages

%8.95
%8.42
%0
%25.49

Codes

Color #ADAEBE in popluar color models

ADAEBE
RGB173174190
HSL236°11.56%71.18%
HSB/HSV236°8.95%74.51%
CMYK8.95%8.42%0.00%
25.49%

Color #ADAEBE in popluar number systems.

HEXADAEBE
Decimal173174190
Binary101011011010111010111110
Octal255256276

Shades and tints

Shades of #ADAEBE

#ADAEBE
(173,174,190)
#9E9FAD
(158,159,173)
#8F909C
(143,144,156)
#80818B
(128,129,139)
#71727A
(113,114,122)
#626369
(98,99,105)
#535458
(83,84,88)
#444547
(68,69,71)
#353636
(53,54,54)
#262725
(38,39,37)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #ADAEBE

#ADAEBE
(173,174,190)
#B4B5C3
(180,181,195)
#BBBCC8
(187,188,200)
#C2C3CD
(194,195,205)
#C9CAD2
(201,202,210)
#D0D1D7
(208,209,215)
#D7D8DC
(215,216,220)
#DEDFE1
(222,223,225)
#E5E6E6
(229,230,230)
#ECEDEB
(236,237,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEBE; }

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

This text font color is #ADAEBE.


Background Color

.myBgColor { background-color: #ADAEBE; }

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

This div background color is #ADAEBE.


Border color

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

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

This div border color is #ADAEBE.


Opacity

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

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

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

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

This text has shadow with #ADAEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEBE on black background.


Color preview on white background

This text has color #ADAEBE on white background.



Black color preview on #ADAEBE background

This text has black color on #ADAEBE background.


White color preview on #ADAEBE background

This text has white color on #ADAEBE background.