COLOR #ADADBE

HEX: #ADADBE
RGB: (173,173,190)

Color info

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

RGB color model

#ADADBE color RGB value is (173,173,190).

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

RGB channels and saturation

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

173
173
190

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

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 190 = 536 (100%)
R 173 of 536 ~ 32.28%
G 173 of 536 ~ 32.28%
B 190 of 536 ~ 35.45%

%32.28
%32.28
%35.45

CMYK color model

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

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

CMYK percentages

%8.95
%8.95
%0
%25.49

Codes

Color #ADADBE in popluar color models

ADADBE
RGB173173190
HSL240°11.56%71.18%
HSB/HSV240°8.95%74.51%
CMYK8.95%8.95%0.00%
25.49%

Color #ADADBE in popluar number systems.

HEXADADBE
Decimal173173190
Binary101011011010110110111110
Octal255255276

Shades and tints

Shades of #ADADBE

#ADADBE
(173,173,190)
#9E9EAD
(158,158,173)
#8F8F9C
(143,143,156)
#80808B
(128,128,139)
#71717A
(113,113,122)
#626269
(98,98,105)
#535358
(83,83,88)
#444447
(68,68,71)
#353536
(53,53,54)
#262625
(38,38,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADADBE

#ADADBE
(173,173,190)
#B4B4C3
(180,180,195)
#BBBBC8
(187,187,200)
#C2C2CD
(194,194,205)
#C9C9D2
(201,201,210)
#D0D0D7
(208,208,215)
#D7D7DC
(215,215,220)
#DEDEE1
(222,222,225)
#E5E5E6
(229,229,230)
#ECECEB
(236,236,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADBE; }

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

This text font color is #ADADBE.


Background Color

.myBgColor { background-color: #ADADBE; }

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

This div background color is #ADADBE.


Border color

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

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

This div border color is #ADADBE.


Opacity

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

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

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

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

This text has shadow with #ADADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADBE on black background.


Color preview on white background

This text has color #ADADBE on white background.



Black color preview on #ADADBE background

This text has black color on #ADADBE background.


White color preview on #ADADBE background

This text has white color on #ADADBE background.