COLOR #A99FCE

HEX: #A99FCE
RGB: (169,159,206)

Color info

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

RGB color model

#A99FCE color RGB value is (169,159,206).

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

RGB channels and saturation

R 169 of 255 = 66%
G 159 of 255 = 62%
B 206 of 255 = 81%

169
159
206

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

Portions of RGB colors in percentages

R + G + B =
169 + 159 + 206 = 534 (100%)
R 169 of 534 ~ 31.65%
G 159 of 534 ~ 29.78%
B 206 of 534 ~ 38.58%

%31.65
%29.78
%38.58

CMYK color model

#A99FCE color CMYK value is (18,23,0,19).

  • cyan value is 17.96%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,23,0,19)
C18M23Y0K19 
(18%,23%,0%,19%)
(0.18/0.23/0.00/0.19)	

CMYK percentages

%17.96
%22.82
%0
%19.22

Codes

Color #A99FCE in popluar color models

A99FCE
RGB169159206
HSL253°32.41%71.57%
HSB/HSV253°22.82%80.78%
CMYK17.96%22.82%0.00%
19.22%

Color #A99FCE in popluar number systems.

HEXA99FCE
Decimal169159206
Binary101010011001111111001110
Octal251237316

Shades and tints

Shades of #A99FCE

#A99FCE
(169,159,206)
#9A91BC
(154,145,188)
#8B83AA
(139,131,170)
#7C7598
(124,117,152)
#6D6786
(109,103,134)
#5E5974
(94,89,116)
#4F4B62
(79,75,98)
#403D50
(64,61,80)
#312F3E
(49,47,62)
#22212C
(34,33,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #A99FCE

#A99FCE
(169,159,206)
#B0A7D2
(176,167,210)
#B7AFD6
(183,175,214)
#BEB7DA
(190,183,218)
#C5BFDE
(197,191,222)
#CCC7E2
(204,199,226)
#D3CFE6
(211,207,230)
#DAD7EA
(218,215,234)
#E1DFEE
(225,223,238)
#E8E7F2
(232,231,242)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99FCE; }

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

This text font color is #A99FCE.


Background Color

.myBgColor { background-color: #A99FCE; }

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

This div background color is #A99FCE.


Border color

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

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

This div border color is #A99FCE.


Opacity

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

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

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

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

This text has shadow with #A99FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99FCE on black background.


Color preview on white background

This text has color #A99FCE on white background.



Black color preview on #A99FCE background

This text has black color on #A99FCE background.


White color preview on #A99FCE background

This text has white color on #A99FCE background.