COLOR #ADADC6

HEX: #ADADC6
RGB: (173,173,198)

Color info

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

RGB color model

#ADADC6 color RGB value is (173,173,198).

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

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 198 of 255 = 78%

173
173
198

R + G + B ~ 71%. #ADADC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 198 = 544 (100%)
R 173 of 544 ~ 31.8%
G 173 of 544 ~ 31.8%
B 198 of 544 ~ 36.4%

%31.8
%31.8
%36.4

CMYK color model

#ADADC6 color CMYK value is (13,13,0,22).

  • cyan value is 12.63%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(13,13,0,22)
C13M13Y0K22 
(13%,13%,0%,22%)
(0.13/0.13/0.00/0.22)	

CMYK percentages

%12.63
%12.63
%0
%22.35

Codes

Color #ADADC6 in popluar color models

ADADC6
RGB173173198
HSL240°17.99%72.75%
HSB/HSV240°12.63%77.65%
CMYK12.63%12.63%0.00%
22.35%

Color #ADADC6 in popluar number systems.

HEXADADC6
Decimal173173198
Binary101011011010110111000110
Octal255255306

Shades and tints

Shades of #ADADC6

#ADADC6
(173,173,198)
#9E9EB4
(158,158,180)
#8F8FA2
(143,143,162)
#808090
(128,128,144)
#71717E
(113,113,126)
#62626C
(98,98,108)
#53535A
(83,83,90)
#444448
(68,68,72)
#353536
(53,53,54)
#262624
(38,38,36)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADADC6

#ADADC6
(173,173,198)
#B4B4CB
(180,180,203)
#BBBBD0
(187,187,208)
#C2C2D5
(194,194,213)
#C9C9DA
(201,201,218)
#D0D0DF
(208,208,223)
#D7D7E4
(215,215,228)
#DEDEE9
(222,222,233)
#E5E5EE
(229,229,238)
#ECECF3
(236,236,243)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADC6; }

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

This text font color is #ADADC6.


Background Color

.myBgColor { background-color: #ADADC6; }

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

This div background color is #ADADC6.


Border color

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

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

This div border color is #ADADC6.


Opacity

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

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

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

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

This text has shadow with #ADADC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADC6 on black background.


Color preview on white background

This text has color #ADADC6 on white background.



Black color preview on #ADADC6 background

This text has black color on #ADADC6 background.


White color preview on #ADADC6 background

This text has white color on #ADADC6 background.