COLOR #A99BC2

HEX: #A99BC2
RGB: (169,155,194)

Color info

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

RGB color model

#A99BC2 color RGB value is (169,155,194).

  • red value is 169;
  • green value is 155;
  • blue value is 194.
RGB:
(169,155,194)
(66%,61%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 194 of 255 = 76%

169
155
194

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

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 194 = 518 (100%)
R 169 of 518 ~ 32.63%
G 155 of 518 ~ 29.92%
B 194 of 518 ~ 37.45%

%32.63
%29.92
%37.45

CMYK color model

#A99BC2 color CMYK value is (13,20,0,24).

  • cyan value is 12.89%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(13,20,0,24)
C13M20Y0K24 
(13%,20%,0%,24%)
(0.13/0.20/0.00/0.24)	

CMYK percentages

%12.89
%20.1
%0
%23.92

Codes

Color #A99BC2 in popluar color models

A99BC2
RGB169155194
HSL262°24.22%68.43%
HSB/HSV262°20.10%76.08%
CMYK12.89%20.10%0.00%
23.92%

Color #A99BC2 in popluar number systems.

HEXA99BC2
Decimal169155194
Binary101010011001101111000010
Octal251233302

Shades and tints

Shades of #A99BC2

#A99BC2
(169,155,194)
#9A8DB1
(154,141,177)
#8B7FA0
(139,127,160)
#7C718F
(124,113,143)
#6D637E
(109,99,126)
#5E556D
(94,85,109)
#4F475C
(79,71,92)
#40394B
(64,57,75)
#312B3A
(49,43,58)
#221D29
(34,29,41)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #A99BC2

#A99BC2
(169,155,194)
#B0A4C7
(176,164,199)
#B7ADCC
(183,173,204)
#BEB6D1
(190,182,209)
#C5BFD6
(197,191,214)
#CCC8DB
(204,200,219)
#D3D1E0
(211,209,224)
#DADAE5
(218,218,229)
#E1E3EA
(225,227,234)
#E8ECEF
(232,236,239)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99BC2 color. Also use rgb(169,155,194) instead hex code.

Text Font Color

.myTextColor { color: #A99BC2; }

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

This text font color is #A99BC2.


Background Color

.myBgColor { background-color: #A99BC2; }

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

This div background color is #A99BC2.


Border color

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

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

This div border color is #A99BC2.


Opacity

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

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

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

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

This text has shadow with #A99BC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99BC2 on black background.


Color preview on white background

This text has color #A99BC2 on white background.



Black color preview on #A99BC2 background

This text has black color on #A99BC2 background.


White color preview on #A99BC2 background

This text has white color on #A99BC2 background.