COLOR #ADAACC

HEX: #ADAACC
RGB: (173,170,204)

Color info

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

RGB color model

#ADAACC color RGB value is (173,170,204).

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

RGB channels and saturation

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

173
170
204

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 204 = 547 (100%)
R 173 of 547 ~ 31.63%
G 170 of 547 ~ 31.08%
B 204 of 547 ~ 37.29%

%31.63
%31.08
%37.29

CMYK color model

#ADAACC color CMYK value is (15,17,0,20).

  • cyan value is 15.20%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,17,0,20)
C15M17Y0K20 
(15%,17%,0%,20%)
(0.15/0.17/0.00/0.20)	

CMYK percentages

%15.2
%16.67
%0
%20

Codes

Color #ADAACC in popluar color models

ADAACC
RGB173170204
HSL245°25.00%73.33%
HSB/HSV245°16.67%80.00%
CMYK15.20%16.67%0.00%
20.00%

Color #ADAACC in popluar number systems.

HEXADAACC
Decimal173170204
Binary101011011010101011001100
Octal255252314

Shades and tints

Shades of #ADAACC

#ADAACC
(173,170,204)
#9E9BBA
(158,155,186)
#8F8CA8
(143,140,168)
#807D96
(128,125,150)
#716E84
(113,110,132)
#625F72
(98,95,114)
#535060
(83,80,96)
#44414E
(68,65,78)
#35323C
(53,50,60)
#26232A
(38,35,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADAACC

#ADAACC
(173,170,204)
#B4B1D0
(180,177,208)
#BBB8D4
(187,184,212)
#C2BFD8
(194,191,216)
#C9C6DC
(201,198,220)
#D0CDE0
(208,205,224)
#D7D4E4
(215,212,228)
#DEDBE8
(222,219,232)
#E5E2EC
(229,226,236)
#ECE9F0
(236,233,240)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAACC; }

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

This text font color is #ADAACC.


Background Color

.myBgColor { background-color: #ADAACC; }

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

This div background color is #ADAACC.


Border color

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

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

This div border color is #ADAACC.


Opacity

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

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

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

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

This text has shadow with #ADAACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAACC on black background.


Color preview on white background

This text has color #ADAACC on white background.



Black color preview on #ADAACC background

This text has black color on #ADAACC background.


White color preview on #ADAACC background

This text has white color on #ADAACC background.