COLOR #ADA0C2

HEX: #ADA0C2
RGB: (173,160,194)

Color info

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

RGB color model

#ADA0C2 color RGB value is (173,160,194).

  • red value is 173;
  • green value is 160;
  • blue value is 194.
RGB:
(173,160,194)
(68%,63%,76%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 194 of 255 = 76%

173
160
194

R + G + B ~ 69%. #ADA0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 194 = 527 (100%)
R 173 of 527 ~ 32.83%
G 160 of 527 ~ 30.36%
B 194 of 527 ~ 36.81%

%32.83
%30.36
%36.81

CMYK color model

#ADA0C2 color CMYK value is (11,18,0,24).

  • cyan value is 10.82%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(11,18,0,24)
C11M18Y0K24 
(11%,18%,0%,24%)
(0.11/0.18/0.00/0.24)	

CMYK percentages

%10.82
%17.53
%0
%23.92

Codes

Color #ADA0C2 in popluar color models

ADA0C2
RGB173160194
HSL263°21.79%69.41%
HSB/HSV263°17.53%76.08%
CMYK10.82%17.53%0.00%
23.92%

Color #ADA0C2 in popluar number systems.

HEXADA0C2
Decimal173160194
Binary101011011010000011000010
Octal255240302

Shades and tints

Shades of #ADA0C2

#ADA0C2
(173,160,194)
#9E92B1
(158,146,177)
#8F84A0
(143,132,160)
#80768F
(128,118,143)
#71687E
(113,104,126)
#625A6D
(98,90,109)
#534C5C
(83,76,92)
#443E4B
(68,62,75)
#35303A
(53,48,58)
#262229
(38,34,41)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADA0C2

#ADA0C2
(173,160,194)
#B4A8C7
(180,168,199)
#BBB0CC
(187,176,204)
#C2B8D1
(194,184,209)
#C9C0D6
(201,192,214)
#D0C8DB
(208,200,219)
#D7D0E0
(215,208,224)
#DED8E5
(222,216,229)
#E5E0EA
(229,224,234)
#ECE8EF
(236,232,239)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0C2; }

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

This text font color is #ADA0C2.


Background Color

.myBgColor { background-color: #ADA0C2; }

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

This div background color is #ADA0C2.


Border color

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

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

This div border color is #ADA0C2.


Opacity

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

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

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

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

This text has shadow with #ADA0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0C2 on black background.


Color preview on white background

This text has color #ADA0C2 on white background.



Black color preview on #ADA0C2 background

This text has black color on #ADA0C2 background.


White color preview on #ADA0C2 background

This text has white color on #ADA0C2 background.