COLOR #A99CB6

HEX: #A99CB6
RGB: (169,156,182)

Color info

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

RGB color model

#A99CB6 color RGB value is (169,156,182).

  • red value is 169;
  • green value is 156;
  • blue value is 182.
RGB:
(169,156,182)
(66%,61%,71%)

RGB channels and saturation

R 169 of 255 = 66%
G 156 of 255 = 61%
B 182 of 255 = 71%

169
156
182

R + G + B ~ 66%. #A99CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 156 + 182 = 507 (100%)
R 169 of 507 ~ 33.33%
G 156 of 507 ~ 30.77%
B 182 of 507 ~ 35.9%

%33.33
%30.77
%35.9

CMYK color model

#A99CB6 color CMYK value is (7,14,0,29).

  • cyan value is 7.14%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(7,14,0,29)
C7M14Y0K29 
(7%,14%,0%,29%)
(0.07/0.14/0.00/0.29)	

CMYK percentages

%7.14
%14.29
%0
%28.63

Codes

Color #A99CB6 in popluar color models

A99CB6
RGB169156182
HSL270°15.12%66.27%
HSB/HSV270°14.29%71.37%
CMYK7.14%14.29%0.00%
28.63%

Color #A99CB6 in popluar number systems.

HEXA99CB6
Decimal169156182
Binary101010011001110010110110
Octal251234266

Shades and tints

Shades of #A99CB6

#A99CB6
(169,156,182)
#9A8EA6
(154,142,166)
#8B8096
(139,128,150)
#7C7286
(124,114,134)
#6D6476
(109,100,118)
#5E5666
(94,86,102)
#4F4856
(79,72,86)
#403A46
(64,58,70)
#312C36
(49,44,54)
#221E26
(34,30,38)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #A99CB6

#A99CB6
(169,156,182)
#B0A5BC
(176,165,188)
#B7AEC2
(183,174,194)
#BEB7C8
(190,183,200)
#C5C0CE
(197,192,206)
#CCC9D4
(204,201,212)
#D3D2DA
(211,210,218)
#DADBE0
(218,219,224)
#E1E4E6
(225,228,230)
#E8EDEC
(232,237,236)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99CB6 color. Also use rgb(169,156,182) instead hex code.

Text Font Color

.myTextColor { color: #A99CB6; }

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

This text font color is #A99CB6.


Background Color

.myBgColor { background-color: #A99CB6; }

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

This div background color is #A99CB6.


Border color

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

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

This div border color is #A99CB6.


Opacity

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

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

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

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

This text has shadow with #A99CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99CB6 on black background.


Color preview on white background

This text has color #A99CB6 on white background.



Black color preview on #A99CB6 background

This text has black color on #A99CB6 background.


White color preview on #A99CB6 background

This text has white color on #A99CB6 background.