COLOR #A99DC2

HEX: #A99DC2
RGB: (169,157,194)

Color info

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

RGB color model

#A99DC2 color RGB value is (169,157,194).

  • red value is 169;
  • green value is 157;
  • blue value is 194.
RGB:
(169,157,194)
(66%,62%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 194 of 255 = 76%

169
157
194

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

Portions of RGB colors in percentages

R + G + B =
169 + 157 + 194 = 520 (100%)
R 169 of 520 ~ 32.5%
G 157 of 520 ~ 30.19%
B 194 of 520 ~ 37.31%

%32.5
%30.19
%37.31

CMYK color model

#A99DC2 color CMYK value is (13,19,0,24).

  • cyan value is 12.89%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(13,19,0,24)
C13M19Y0K24 
(13%,19%,0%,24%)
(0.13/0.19/0.00/0.24)	

CMYK percentages

%12.89
%19.07
%0
%23.92

Codes

Color #A99DC2 in popluar color models

A99DC2
RGB169157194
HSL259°23.27%68.82%
HSB/HSV259°19.07%76.08%
CMYK12.89%19.07%0.00%
23.92%

Color #A99DC2 in popluar number systems.

HEXA99DC2
Decimal169157194
Binary101010011001110111000010
Octal251235302

Shades and tints

Shades of #A99DC2

#A99DC2
(169,157,194)
#9A8FB1
(154,143,177)
#8B81A0
(139,129,160)
#7C738F
(124,115,143)
#6D657E
(109,101,126)
#5E576D
(94,87,109)
#4F495C
(79,73,92)
#403B4B
(64,59,75)
#312D3A
(49,45,58)
#221F29
(34,31,41)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #A99DC2

#A99DC2
(169,157,194)
#B0A5C7
(176,165,199)
#B7ADCC
(183,173,204)
#BEB5D1
(190,181,209)
#C5BDD6
(197,189,214)
#CCC5DB
(204,197,219)
#D3CDE0
(211,205,224)
#DAD5E5
(218,213,229)
#E1DDEA
(225,221,234)
#E8E5EF
(232,229,239)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99DC2 color. Also use rgb(169,157,194) instead hex code.

Text Font Color

.myTextColor { color: #A99DC2; }

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

This text font color is #A99DC2.


Background Color

.myBgColor { background-color: #A99DC2; }

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

This div background color is #A99DC2.


Border color

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

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

This div border color is #A99DC2.


Opacity

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

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

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

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

This text has shadow with #A99DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99DC2 on black background.


Color preview on white background

This text has color #A99DC2 on white background.



Black color preview on #A99DC2 background

This text has black color on #A99DC2 background.


White color preview on #A99DC2 background

This text has white color on #A99DC2 background.