COLOR #ADAACD

HEX: #ADAACD
RGB: (173,170,205)

Color info

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

RGB color model

#ADAACD color RGB value is (173,170,205).

  • red value is 173;
  • green value is 170;
  • blue value is 205.
RGB:
(173,170,205)
(68%,67%,80%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 205 of 255 = 80%

173
170
205

R + G + B ~ 72%. #ADAACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 205 = 548 (100%)
R 173 of 548 ~ 31.57%
G 170 of 548 ~ 31.02%
B 205 of 548 ~ 37.41%

%31.57
%31.02
%37.41

CMYK color model

#ADAACD color CMYK value is (16,17,0,20).

  • cyan value is 15.61%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(16,17,0,20)
C16M17Y0K20 
(16%,17%,0%,20%)
(0.16/0.17/0.00/0.20)	

CMYK percentages

%15.61
%17.07
%0
%19.61

Codes

Color #ADAACD in popluar color models

ADAACD
RGB173170205
HSL245°25.93%73.53%
HSB/HSV245°17.07%80.39%
CMYK15.61%17.07%0.00%
19.61%

Color #ADAACD in popluar number systems.

HEXADAACD
Decimal173170205
Binary101011011010101011001101
Octal255252315

Shades and tints

Shades of #ADAACD

#ADAACD
(173,170,205)
#9E9BBB
(158,155,187)
#8F8CA9
(143,140,169)
#807D97
(128,125,151)
#716E85
(113,110,133)
#625F73
(98,95,115)
#535061
(83,80,97)
#44414F
(68,65,79)
#35323D
(53,50,61)
#26232B
(38,35,43)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADAACD

#ADAACD
(173,170,205)
#B4B1D1
(180,177,209)
#BBB8D5
(187,184,213)
#C2BFD9
(194,191,217)
#C9C6DD
(201,198,221)
#D0CDE1
(208,205,225)
#D7D4E5
(215,212,229)
#DEDBE9
(222,219,233)
#E5E2ED
(229,226,237)
#ECE9F1
(236,233,241)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAACD; }

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

This text font color is #ADAACD.


Background Color

.myBgColor { background-color: #ADAACD; }

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

This div background color is #ADAACD.


Border color

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

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

This div border color is #ADAACD.


Opacity

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

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

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

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

This text has shadow with #ADAACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAACD on black background.


Color preview on white background

This text has color #ADAACD on white background.



Black color preview on #ADAACD background

This text has black color on #ADAACD background.


White color preview on #ADAACD background

This text has white color on #ADAACD background.