COLOR #A99DBE

HEX: #A99DBE RGB: (169,157,190)

Color info

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

RGB color model

#A99DBE color RGB value is (169,157,190).

RGB: (169,157,190) (66%, 62%, 75%)

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 190 of 255 = 75%

169
157
190

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

Portions of RGB colors in percentages

R + G + B = 169 + 157 + 190 = 516 (100%)
R 169 of 516 ~ 32.75%
G 157 of 516 ~ 30.43%
B 190 of 516 ~ 36.82'%

%32.75
%30.43
%36.82

CMYK color model

#A99DBE color CMYK value is (11,17,0,25).

  • cyan value is 11.05%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (11,17,0,25)
C11M17Y0K25 (11%, 17%, 0%, 25%)
(0.11 / 0.17 / 0.00 / 0.25)

CMYK percentages

%11.05
%17.37
%0
%25.49

Codes

Color #A99DBE in popluar color models

A9 9D BE
RGB 169 157 190
HSL 262° 20.25% 68.04%
HSB/HSV 262° 17.37% 74.51%
CMYK 11.05% 17.37% 0.00%
25.49%

Color #A99DBE in popluar number systems.

HEX A9 9D BE
Decimal 169 157 190
Binary 10101001 10011101 10111110
Octal 251 235 276

Shades and tints

Shades of #A99DBE

#A99DBE
(169,157,190)
#9A8FAD
(154,143,173)
#8B819C
(139,129,156)
#7C738B
(124,115,139)
#6D657A
(109,101,122)
#5E5769
(94,87,105)
#4F4958
(79,73,88)
#403B47
(64,59,71)
#312D36
(49,45,54)
#221F25
(34,31,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A99DBE

#A99DBE
(169,157,190)
#B0A5C3
(176,165,195)
#B7ADC8
(183,173,200)
#BEB5CD
(190,181,205)
#C5BDD2
(197,189,210)
#CCC5D7
(204,197,215)
#D3CDDC
(211,205,220)
#DAD5E1
(218,213,225)
#E1DDE6
(225,221,230)
#E8E5EB
(232,229,235)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99DBE; }

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

This text font color is #A99DBE.

Background Color

.myBgColor { background-color: #A99DBE; }

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

This div background color is #A99DBE.

Border color

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

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

This div border color is #A99DBE.

Opacity

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

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

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

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

This text has shadow with #A99DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99DBE.

Preview

Color preview on black background

This text has color #A99DBE on black background.


Color preview on white background

This text has color #A99DBE on white background.


Black color preview on #A99DBE background

This text has black color on #A99DBE background.


White color preview on #A99DBE background

This text has white color on #A99DBE background.


Related colors

Complementary color

Complementary color for #hex is #566241.


I love getcolorcode.com

Triadic colors

1 #BEA99D and #9DBEA9 with #A99DBE are triadic colors.

2 #BE9DA9 and #9DA9BE with #A99DBE are triadic colors.