COLOR #A296B4

HEX: #A296B4
RGB: (162,150,180)

Color info

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

RGB color model

#A296B4 color RGB value is (162,150,180).

  • red value is 162;
  • green value is 150;
  • blue value is 180.
RGB:
(162,150,180)
(64%,59%,71%)

RGB channels and saturation

R 162 of 255 = 64%
G 150 of 255 = 59%
B 180 of 255 = 71%

162
150
180

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

Portions of RGB colors in percentages

R + G + B =
162 + 150 + 180 = 492 (100%)
R 162 of 492 ~ 32.93%
G 150 of 492 ~ 30.49%
B 180 of 492 ~ 36.59%

%32.93
%30.49
%36.59

CMYK color model

#A296B4 color CMYK value is (10,17,0,29).

  • cyan value is 10.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(10,17,0,29)
C10M17Y0K29 
(10%,17%,0%,29%)
(0.10/0.17/0.00/0.29)	

CMYK percentages

%10
%16.67
%0
%29.41

Codes

Color #A296B4 in popluar color models

A296B4
RGB162150180
HSL264°16.67%64.71%
HSB/HSV264°16.67%70.59%
CMYK10.00%16.67%0.00%
29.41%

Color #A296B4 in popluar number systems.

HEXA296B4
Decimal162150180
Binary101000101001011010110100
Octal242226264

Shades and tints

Shades of #A296B4

#A296B4
(162,150,180)
#9489A4
(148,137,164)
#867C94
(134,124,148)
#786F84
(120,111,132)
#6A6274
(106,98,116)
#5C5564
(92,85,100)
#4E4854
(78,72,84)
#403B44
(64,59,68)
#322E34
(50,46,52)
#242124
(36,33,36)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #A296B4

#A296B4
(162,150,180)
#AA9FBA
(170,159,186)
#B2A8C0
(178,168,192)
#BAB1C6
(186,177,198)
#C2BACC
(194,186,204)
#CAC3D2
(202,195,210)
#D2CCD8
(210,204,216)
#DAD5DE
(218,213,222)
#E2DEE4
(226,222,228)
#EAE7EA
(234,231,234)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A296B4 color. Also use rgb(162,150,180) instead hex code.

Text Font Color

.myTextColor { color: #A296B4; }

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

This text font color is #A296B4.


Background Color

.myBgColor { background-color: #A296B4; }

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

This div background color is #A296B4.


Border color

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

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

This div border color is #A296B4.


Opacity

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

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

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

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

This text has shadow with #A296B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A296B4 on black background.


Color preview on white background

This text has color #A296B4 on white background.



Black color preview on #A296B4 background

This text has black color on #A296B4 background.


White color preview on #A296B4 background

This text has white color on #A296B4 background.