COLOR #AD91CC

HEX: #AD91CC
RGB: (173,145,204)

Color info

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

RGB color model

#AD91CC color RGB value is (173,145,204).

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

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 204 of 255 = 80%

173
145
204

R + G + B ~ 68%. #AD91CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 145 + 204 = 522 (100%)
R 173 of 522 ~ 33.14%
G 145 of 522 ~ 27.78%
B 204 of 522 ~ 39.08%

%33.14
%27.78
%39.08

CMYK color model

#AD91CC color CMYK value is (15,29,0,20).

  • cyan value is 15.20%
  • magenta value is 28.92%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,29,0,20)
C15M29Y0K20 
(15%,29%,0%,20%)
(0.15/0.29/0.00/0.20)	

CMYK percentages

%15.2
%28.92
%0
%20

Codes

Color #AD91CC in popluar color models

AD91CC
RGB173145204
HSL268°36.65%68.43%
HSB/HSV268°28.92%80.00%
CMYK15.20%28.92%0.00%
20.00%

Color #AD91CC in popluar number systems.

HEXAD91CC
Decimal173145204
Binary101011011001000111001100
Octal255221314

Shades and tints

Shades of #AD91CC

#AD91CC
(173,145,204)
#9E84BA
(158,132,186)
#8F77A8
(143,119,168)
#806A96
(128,106,150)
#715D84
(113,93,132)
#625072
(98,80,114)
#534360
(83,67,96)
#44364E
(68,54,78)
#35293C
(53,41,60)
#261C2A
(38,28,42)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #AD91CC

#AD91CC
(173,145,204)
#B49BD0
(180,155,208)
#BBA5D4
(187,165,212)
#C2AFD8
(194,175,216)
#C9B9DC
(201,185,220)
#D0C3E0
(208,195,224)
#D7CDE4
(215,205,228)
#DED7E8
(222,215,232)
#E5E1EC
(229,225,236)
#ECEBF0
(236,235,240)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD91CC; }

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

This text font color is #AD91CC.


Background Color

.myBgColor { background-color: #AD91CC; }

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

This div background color is #AD91CC.


Border color

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

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

This div border color is #AD91CC.


Opacity

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

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

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

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

This text has shadow with #AD91CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD91CC on black background.


Color preview on white background

This text has color #AD91CC on white background.



Black color preview on #AD91CC background

This text has black color on #AD91CC background.


White color preview on #AD91CC background

This text has white color on #AD91CC background.