COLOR #A596B3

HEX: #A596B3
RGB: (165,150,179)

Color info

#A596B3 contains red, green and blue colors in about the same proportion. Web safe color of #A596B3 is #999999 (or #999).

RGB color model

#A596B3 color RGB value is (165,150,179).

  • red value is 165;
  • green value is 150;
  • blue value is 179.
RGB:
(165,150,179)
(65%,59%,70%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 179 of 255 = 70%

165
150
179

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 179 = 494 (100%)
R 165 of 494 ~ 33.4%
G 150 of 494 ~ 30.36%
B 179 of 494 ~ 36.23%

%33.4
%30.36
%36.23

CMYK color model

#A596B3 color CMYK value is (8,16,0,30).

  • cyan value is 7.82%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(8,16,0,30)
C8M16Y0K30 
(8%,16%,0%,30%)
(0.08/0.16/0.00/0.30)	

CMYK percentages

%7.82
%16.2
%0
%29.8

Codes

Color #A596B3 in popluar color models

A596B3
RGB165150179
HSL271°16.02%64.51%
HSB/HSV271°16.20%70.20%
CMYK7.82%16.20%0.00%
29.80%

Color #A596B3 in popluar number systems.

HEXA596B3
Decimal165150179
Binary101001011001011010110011
Octal245226263

Shades and tints

Shades of #A596B3

#A596B3
(165,150,179)
#9689A3
(150,137,163)
#877C93
(135,124,147)
#786F83
(120,111,131)
#696273
(105,98,115)
#5A5563
(90,85,99)
#4B4853
(75,72,83)
#3C3B43
(60,59,67)
#2D2E33
(45,46,51)
#1E2123
(30,33,35)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A596B3

#A596B3
(165,150,179)
#AD9FB9
(173,159,185)
#B5A8BF
(181,168,191)
#BDB1C5
(189,177,197)
#C5BACB
(197,186,203)
#CDC3D1
(205,195,209)
#D5CCD7
(213,204,215)
#DDD5DD
(221,213,221)
#E5DEE3
(229,222,227)
#EDE7E9
(237,231,233)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A596B3 color. Also use rgb(165,150,179) instead hex code.

Text Font Color

.myTextColor { color: #A596B3; }

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

This text font color is #A596B3.


Background Color

.myBgColor { background-color: #A596B3; }

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

This div background color is #A596B3.


Border color

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

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

This div border color is #A596B3.


Opacity

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

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

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

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

This text has shadow with #A596B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596B3 on black background.


Color preview on white background

This text has color #A596B3 on white background.



Black color preview on #A596B3 background

This text has black color on #A596B3 background.


White color preview on #A596B3 background

This text has white color on #A596B3 background.