COLOR #AD91CA

HEX: #AD91CA
RGB: (173,145,202)

Color info

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

RGB color model

#AD91CA color RGB value is (173,145,202).

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

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 202 of 255 = 79%

173
145
202

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

Portions of RGB colors in percentages

R + G + B =
173 + 145 + 202 = 520 (100%)
R 173 of 520 ~ 33.27%
G 145 of 520 ~ 27.88%
B 202 of 520 ~ 38.85%

%33.27
%27.88
%38.85

CMYK color model

#AD91CA color CMYK value is (14,28,0,21).

  • cyan value is 14.36%
  • magenta value is 28.22%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(14,28,0,21)
C14M28Y0K21 
(14%,28%,0%,21%)
(0.14/0.28/0.00/0.21)	

CMYK percentages

%14.36
%28.22
%0
%20.78

Codes

Color #AD91CA in popluar color models

AD91CA
RGB173145202
HSL269°34.97%68.04%
HSB/HSV269°28.22%79.22%
CMYK14.36%28.22%0.00%
20.78%

Color #AD91CA in popluar number systems.

HEXAD91CA
Decimal173145202
Binary101011011001000111001010
Octal255221312

Shades and tints

Shades of #AD91CA

#AD91CA
(173,145,202)
#9E84B8
(158,132,184)
#8F77A6
(143,119,166)
#806A94
(128,106,148)
#715D82
(113,93,130)
#625070
(98,80,112)
#53435E
(83,67,94)
#44364C
(68,54,76)
#35293A
(53,41,58)
#261C28
(38,28,40)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #AD91CA

#AD91CA
(173,145,202)
#B49BCE
(180,155,206)
#BBA5D2
(187,165,210)
#C2AFD6
(194,175,214)
#C9B9DA
(201,185,218)
#D0C3DE
(208,195,222)
#D7CDE2
(215,205,226)
#DED7E6
(222,215,230)
#E5E1EA
(229,225,234)
#ECEBEE
(236,235,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD91CA; }

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

This text font color is #AD91CA.


Background Color

.myBgColor { background-color: #AD91CA; }

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

This div background color is #AD91CA.


Border color

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

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

This div border color is #AD91CA.


Opacity

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

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

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

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

This text has shadow with #AD91CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD91CA on black background.


Color preview on white background

This text has color #AD91CA on white background.



Black color preview on #AD91CA background

This text has black color on #AD91CA background.


White color preview on #AD91CA background

This text has white color on #AD91CA background.