COLOR #A99DCF

HEX: #A99DCF
RGB: (169,157,207)

Color info

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

RGB color model

#A99DCF color RGB value is (169,157,207).

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

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 207 of 255 = 81%

169
157
207

R + G + B ~ 70%. #A99DCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 157 + 207 = 533 (100%)
R 169 of 533 ~ 31.71%
G 157 of 533 ~ 29.46%
B 207 of 533 ~ 38.84%

%31.71
%29.46
%38.84

CMYK color model

#A99DCF color CMYK value is (18,24,0,19).

  • cyan value is 18.36%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(18,24,0,19)
C18M24Y0K19 
(18%,24%,0%,19%)
(0.18/0.24/0.00/0.19)	

CMYK percentages

%18.36
%24.15
%0
%18.82

Codes

Color #A99DCF in popluar color models

A99DCF
RGB169157207
HSL254°34.25%71.37%
HSB/HSV254°24.15%81.18%
CMYK18.36%24.15%0.00%
18.82%

Color #A99DCF in popluar number systems.

HEXA99DCF
Decimal169157207
Binary101010011001110111001111
Octal251235317

Shades and tints

Shades of #A99DCF

#A99DCF
(169,157,207)
#9A8FBD
(154,143,189)
#8B81AB
(139,129,171)
#7C7399
(124,115,153)
#6D6587
(109,101,135)
#5E5775
(94,87,117)
#4F4963
(79,73,99)
#403B51
(64,59,81)
#312D3F
(49,45,63)
#221F2D
(34,31,45)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #A99DCF

#A99DCF
(169,157,207)
#B0A5D3
(176,165,211)
#B7ADD7
(183,173,215)
#BEB5DB
(190,181,219)
#C5BDDF
(197,189,223)
#CCC5E3
(204,197,227)
#D3CDE7
(211,205,231)
#DAD5EB
(218,213,235)
#E1DDEF
(225,221,239)
#E8E5F3
(232,229,243)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99DCF; }

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

This text font color is #A99DCF.


Background Color

.myBgColor { background-color: #A99DCF; }

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

This div background color is #A99DCF.


Border color

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

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

This div border color is #A99DCF.


Opacity

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

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

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

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

This text has shadow with #A99DCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99DCF on black background.


Color preview on white background

This text has color #A99DCF on white background.



Black color preview on #A99DCF background

This text has black color on #A99DCF background.


White color preview on #A99DCF background

This text has white color on #A99DCF background.