COLOR #A99DCD

HEX: #A99DCD RGB: (169,157,205)

Color info

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

RGB color model

#A99DCD color RGB value is (169,157,205).

RGB: (169,157,205) (66%, 62%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 205 of 255 = 80%

169
157
205

R + G + B ~ 69%. #A99DCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 157 + 205 = 531 (100%)
R 169 of 531 ~ 31.83%
G 157 of 531 ~ 29.57%
B 205 of 531 ~ 38.61'%

%31.83
%29.57
%38.61

CMYK color model

#A99DCD color CMYK value is (18,23,0,20).

  • cyan value is 17.56%
  • magenta value is 23.41%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (18,23,0,20)
C18M23Y0K20 (18%, 23%, 0%, 20%)
(0.18 / 0.23 / 0.00 / 0.20)

CMYK percentages

%17.56
%23.41
%0
%19.61

Codes

Color #A99DCD in popluar color models

A9 9D CD
RGB 169 157 205
HSL 255° 32.43% 70.98%
HSB/HSV 255° 23.41% 80.39%
CMYK 17.56% 23.41% 0.00%
19.61%

Color #A99DCD in popluar number systems.

HEX A9 9D CD
Decimal 169 157 205
Binary 10101001 10011101 11001101
Octal 251 235 315

Shades and tints

Shades of #A99DCD

#A99DCD
(169,157,205)
#9A8FBB
(154,143,187)
#8B81A9
(139,129,169)
#7C7397
(124,115,151)
#6D6585
(109,101,133)
#5E5773
(94,87,115)
#4F4961
(79,73,97)
#403B4F
(64,59,79)
#312D3D
(49,45,61)
#221F2B
(34,31,43)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #A99DCD

#A99DCD
(169,157,205)
#B0A5D1
(176,165,209)
#B7ADD5
(183,173,213)
#BEB5D9
(190,181,217)
#C5BDDD
(197,189,221)
#CCC5E1
(204,197,225)
#D3CDE5
(211,205,229)
#DAD5E9
(218,213,233)
#E1DDED
(225,221,237)
#E8E5F1
(232,229,241)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99DCD; }

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

This text font color is #A99DCD.

Background Color

.myBgColor { background-color: #A99DCD; }

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

This div background color is #A99DCD.

Border color

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

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

This div border color is #A99DCD.

Opacity

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

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

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

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

This text has shadow with #A99DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99DCD.

Preview

Color preview on black background

This text has color #A99DCD on black background.


Color preview on white background

This text has color #A99DCD on white background.


Black color preview on #A99DCD background

This text has black color on #A99DCD background.


White color preview on #A99DCD background

This text has white color on #A99DCD background.


Related colors

Complementary color

Complementary color for #hex is #566232.


I love getcolorcode.com

Triadic colors

1 #CDA99D and #9DCDA9 with #A99DCD are triadic colors.

2 #CD9DA9 and #9DA9CD with #A99DCD are triadic colors.