COLOR #A996BB

HEX: #A996BB
RGB: (169,150,187)

Color info

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

RGB color model

#A996BB color RGB value is (169,150,187).

  • red value is 169;
  • green value is 150;
  • blue value is 187.
RGB:
(169,150,187)
(66%,59%,73%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 187 of 255 = 73%

169
150
187

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

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 187 = 506 (100%)
R 169 of 506 ~ 33.4%
G 150 of 506 ~ 29.64%
B 187 of 506 ~ 36.96%

%33.4
%29.64
%36.96

CMYK color model

#A996BB color CMYK value is (10,20,0,27).

  • cyan value is 9.63%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,20,0,27)
C10M20Y0K27 
(10%,20%,0%,27%)
(0.10/0.20/0.00/0.27)	

CMYK percentages

%9.63
%19.79
%0
%26.67

Codes

Color #A996BB in popluar color models

A996BB
RGB169150187
HSL271°21.39%66.08%
HSB/HSV271°19.79%73.33%
CMYK9.63%19.79%0.00%
26.67%

Color #A996BB in popluar number systems.

HEXA996BB
Decimal169150187
Binary101010011001011010111011
Octal251226273

Shades and tints

Shades of #A996BB

#A996BB
(169,150,187)
#9A89AA
(154,137,170)
#8B7C99
(139,124,153)
#7C6F88
(124,111,136)
#6D6277
(109,98,119)
#5E5566
(94,85,102)
#4F4855
(79,72,85)
#403B44
(64,59,68)
#312E33
(49,46,51)
#222122
(34,33,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A996BB

#A996BB
(169,150,187)
#B09FC1
(176,159,193)
#B7A8C7
(183,168,199)
#BEB1CD
(190,177,205)
#C5BAD3
(197,186,211)
#CCC3D9
(204,195,217)
#D3CCDF
(211,204,223)
#DAD5E5
(218,213,229)
#E1DEEB
(225,222,235)
#E8E7F1
(232,231,241)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A996BB color. Also use rgb(169,150,187) instead hex code.

Text Font Color

.myTextColor { color: #A996BB; }

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

This text font color is #A996BB.


Background Color

.myBgColor { background-color: #A996BB; }

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

This div background color is #A996BB.


Border color

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

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

This div border color is #A996BB.


Opacity

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

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

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

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

This text has shadow with #A996BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A996BB on black background.


Color preview on white background

This text has color #A996BB on white background.



Black color preview on #A996BB background

This text has black color on #A996BB background.


White color preview on #A996BB background

This text has white color on #A996BB background.