COLOR #A996D0

HEX: #A996D0
RGB: (169,150,208)

Color info

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

RGB color model

#A996D0 color RGB value is (169,150,208).

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

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 208 of 255 = 82%

169
150
208

R + G + B ~ 69%. #A996D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 208 = 527 (100%)
R 169 of 527 ~ 32.07%
G 150 of 527 ~ 28.46%
B 208 of 527 ~ 39.47%

%32.07
%28.46
%39.47

CMYK color model

#A996D0 color CMYK value is (19,28,0,18).

  • cyan value is 18.75%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(19,28,0,18)
C19M28Y0K18 
(19%,28%,0%,18%)
(0.19/0.28/0.00/0.18)	

CMYK percentages

%18.75
%27.88
%0
%18.43

Codes

Color #A996D0 in popluar color models

A996D0
RGB169150208
HSL260°38.16%70.20%
HSB/HSV260°27.88%81.57%
CMYK18.75%27.88%0.00%
18.43%

Color #A996D0 in popluar number systems.

HEXA996D0
Decimal169150208
Binary101010011001011011010000
Octal251226320

Shades and tints

Shades of #A996D0

#A996D0
(169,150,208)
#9A89BE
(154,137,190)
#8B7CAC
(139,124,172)
#7C6F9A
(124,111,154)
#6D6288
(109,98,136)
#5E5576
(94,85,118)
#4F4864
(79,72,100)
#403B52
(64,59,82)
#312E40
(49,46,64)
#22212E
(34,33,46)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #A996D0

#A996D0
(169,150,208)
#B09FD4
(176,159,212)
#B7A8D8
(183,168,216)
#BEB1DC
(190,177,220)
#C5BAE0
(197,186,224)
#CCC3E4
(204,195,228)
#D3CCE8
(211,204,232)
#DAD5EC
(218,213,236)
#E1DEF0
(225,222,240)
#E8E7F4
(232,231,244)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A996D0; }

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

This text font color is #A996D0.


Background Color

.myBgColor { background-color: #A996D0; }

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

This div background color is #A996D0.


Border color

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

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

This div border color is #A996D0.


Opacity

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

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

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

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

This text has shadow with #A996D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A996D0 on black background.


Color preview on white background

This text has color #A996D0 on white background.



Black color preview on #A996D0 background

This text has black color on #A996D0 background.


White color preview on #A996D0 background

This text has white color on #A996D0 background.