COLOR #A99FBE

HEX: #A99FBE RGB: (169,159,190)

Color info

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

RGB color model

#A99FBE color RGB value is (169,159,190).

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

RGB channels and saturation

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

169
159
190

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

Portions of RGB colors in percentages

R + G + B = 169 + 159 + 190 = 518 (100%)
R 169 of 518 ~ 32.63%
G 159 of 518 ~ 30.69%
B 190 of 518 ~ 36.68'%

%32.63
%30.69
%36.68

CMYK color model

#A99FBE color CMYK value is (11,16,0,25).

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

CMYK: (11,16,0,25)
C11M16Y0K25 (11%, 16%, 0%, 25%)
(0.11 / 0.16 / 0.00 / 0.25)

CMYK percentages

%11.05
%16.32
%0
%25.49

Codes

Color #A99FBE in popluar color models

A9 9F BE
RGB 169 159 190
HSL 259° 19.25% 68.43%
HSB/HSV 259° 16.32% 74.51%
CMYK 11.05% 16.32% 0.00%
25.49%

Color #A99FBE in popluar number systems.

HEX A9 9F BE
Decimal 169 159 190
Binary 10101001 10011111 10111110
Octal 251 237 276

Shades and tints

Shades of #A99FBE

#A99FBE
(169,159,190)
#9A91AD
(154,145,173)
#8B839C
(139,131,156)
#7C758B
(124,117,139)
#6D677A
(109,103,122)
#5E5969
(94,89,105)
#4F4B58
(79,75,88)
#403D47
(64,61,71)
#312F36
(49,47,54)
#222125
(34,33,37)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #A99FBE

#A99FBE
(169,159,190)
#B0A7C3
(176,167,195)
#B7AFC8
(183,175,200)
#BEB7CD
(190,183,205)
#C5BFD2
(197,191,210)
#CCC7D7
(204,199,215)
#D3CFDC
(211,207,220)
#DAD7E1
(218,215,225)
#E1DFE6
(225,223,230)
#E8E7EB
(232,231,235)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99FBE; }

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

This text font color is #A99FBE.

Background Color

.myBgColor { background-color: #A99FBE; }

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

This div background color is #A99FBE.

Border color

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

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

This div border color is #A99FBE.

Opacity

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

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

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

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

This text has shadow with #A99FBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99FBE.

Preview

Color preview on black background

This text has color #A99FBE on black background.


Color preview on white background

This text has color #A99FBE on white background.


Black color preview on #A99FBE background

This text has black color on #A99FBE background.


White color preview on #A99FBE background

This text has white color on #A99FBE background.


Related colors

Complementary color

Complementary color for #hex is #566041.


I love getcolorcode.com

Triadic colors

1 #BEA99F and #9FBEA9 with #A99FBE are triadic colors.

2 #BE9FA9 and #9FA9BE with #A99FBE are triadic colors.