COLOR #A99EBF

HEX: #A99EBF
RGB: (169,158,191)

Color info

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

RGB color model

#A99EBF color RGB value is (169,158,191).

  • red value is 169;
  • green value is 158;
  • blue value is 191.
RGB:
(169,158,191)
(66%,62%,75%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 191 of 255 = 75%

169
158
191

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

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 191 = 518 (100%)
R 169 of 518 ~ 32.63%
G 158 of 518 ~ 30.5%
B 191 of 518 ~ 36.87%

%32.63
%30.5
%36.87

CMYK color model

#A99EBF color CMYK value is (12,17,0,25).

  • cyan value is 11.52%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(12,17,0,25)
C12M17Y0K25 
(12%,17%,0%,25%)
(0.12/0.17/0.00/0.25)	

CMYK percentages

%11.52
%17.28
%0
%25.1

Codes

Color #A99EBF in popluar color models

A99EBF
RGB169158191
HSL260°20.50%68.43%
HSB/HSV260°17.28%74.90%
CMYK11.52%17.28%0.00%
25.10%

Color #A99EBF in popluar number systems.

HEXA99EBF
Decimal169158191
Binary101010011001111010111111
Octal251236277

Shades and tints

Shades of #A99EBF

#A99EBF
(169,158,191)
#9A90AE
(154,144,174)
#8B829D
(139,130,157)
#7C748C
(124,116,140)
#6D667B
(109,102,123)
#5E586A
(94,88,106)
#4F4A59
(79,74,89)
#403C48
(64,60,72)
#312E37
(49,46,55)
#222026
(34,32,38)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A99EBF

#A99EBF
(169,158,191)
#B0A6C4
(176,166,196)
#B7AEC9
(183,174,201)
#BEB6CE
(190,182,206)
#C5BED3
(197,190,211)
#CCC6D8
(204,198,216)
#D3CEDD
(211,206,221)
#DAD6E2
(218,214,226)
#E1DEE7
(225,222,231)
#E8E6EC
(232,230,236)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99EBF color. Also use rgb(169,158,191) instead hex code.

Text Font Color

.myTextColor { color: #A99EBF; }

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

This text font color is #A99EBF.


Background Color

.myBgColor { background-color: #A99EBF; }

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

This div background color is #A99EBF.


Border color

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

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

This div border color is #A99EBF.


Opacity

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

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

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

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

This text has shadow with #A99EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99EBF on black background.


Color preview on white background

This text has color #A99EBF on white background.



Black color preview on #A99EBF background

This text has black color on #A99EBF background.


White color preview on #A99EBF background

This text has white color on #A99EBF background.