COLOR #A096BB

HEX: #A096BB
RGB: (160,150,187)

Color info

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

RGB color model

#A096BB color RGB value is (160,150,187).

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

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 187 of 255 = 73%

160
150
187

R + G + B ~ 65%. #A096BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 150 + 187 = 497 (100%)
R 160 of 497 ~ 32.19%
G 150 of 497 ~ 30.18%
B 187 of 497 ~ 37.63%

%32.19
%30.18
%37.63

CMYK color model

#A096BB color CMYK value is (14,20,0,27).

  • cyan value is 14.44%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(14,20,0,27)
C14M20Y0K27 
(14%,20%,0%,27%)
(0.14/0.20/0.00/0.27)	

CMYK percentages

%14.44
%19.79
%0
%26.67

Codes

Color #A096BB in popluar color models

A096BB
RGB160150187
HSL256°21.39%66.08%
HSB/HSV256°19.79%73.33%
CMYK14.44%19.79%0.00%
26.67%

Color #A096BB in popluar number systems.

HEXA096BB
Decimal160150187
Binary101000001001011010111011
Octal240226273

Shades and tints

Shades of #A096BB

#A096BB
(160,150,187)
#9289AA
(146,137,170)
#847C99
(132,124,153)
#766F88
(118,111,136)
#686277
(104,98,119)
#5A5566
(90,85,102)
#4C4855
(76,72,85)
#3E3B44
(62,59,68)
#302E33
(48,46,51)
#222122
(34,33,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #A096BB

#A096BB
(160,150,187)
#A89FC1
(168,159,193)
#B0A8C7
(176,168,199)
#B8B1CD
(184,177,205)
#C0BAD3
(192,186,211)
#C8C3D9
(200,195,217)
#D0CCDF
(208,204,223)
#D8D5E5
(216,213,229)
#E0DEEB
(224,222,235)
#E8E7F1
(232,231,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A096BB; }

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

This text font color is #A096BB.


Background Color

.myBgColor { background-color: #A096BB; }

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

This div background color is #A096BB.


Border color

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

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

This div border color is #A096BB.


Opacity

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

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

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

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

This text has shadow with #A096BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A096BB on black background.


Color preview on white background

This text has color #A096BB on white background.



Black color preview on #A096BB background

This text has black color on #A096BB background.


White color preview on #A096BB background

This text has white color on #A096BB background.