COLOR #A596B7

HEX: #A596B7
RGB: (165,150,183)

Color info

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

RGB color model

#A596B7 color RGB value is (165,150,183).

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

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 183 of 255 = 72%

165
150
183

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 183 = 498 (100%)
R 165 of 498 ~ 33.13%
G 150 of 498 ~ 30.12%
B 183 of 498 ~ 36.75%

%33.13
%30.12
%36.75

CMYK color model

#A596B7 color CMYK value is (10,18,0,28).

  • cyan value is 9.84%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(10,18,0,28)
C10M18Y0K28 
(10%,18%,0%,28%)
(0.10/0.18/0.00/0.28)	

CMYK percentages

%9.84
%18.03
%0
%28.24

Codes

Color #A596B7 in popluar color models

A596B7
RGB165150183
HSL267°18.64%65.29%
HSB/HSV267°18.03%71.76%
CMYK9.84%18.03%0.00%
28.24%

Color #A596B7 in popluar number systems.

HEXA596B7
Decimal165150183
Binary101001011001011010110111
Octal245226267

Shades and tints

Shades of #A596B7

#A596B7
(165,150,183)
#9689A7
(150,137,167)
#877C97
(135,124,151)
#786F87
(120,111,135)
#696277
(105,98,119)
#5A5567
(90,85,103)
#4B4857
(75,72,87)
#3C3B47
(60,59,71)
#2D2E37
(45,46,55)
#1E2127
(30,33,39)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A596B7

#A596B7
(165,150,183)
#AD9FBD
(173,159,189)
#B5A8C3
(181,168,195)
#BDB1C9
(189,177,201)
#C5BACF
(197,186,207)
#CDC3D5
(205,195,213)
#D5CCDB
(213,204,219)
#DDD5E1
(221,213,225)
#E5DEE7
(229,222,231)
#EDE7ED
(237,231,237)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596B7; }

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

This text font color is #A596B7.


Background Color

.myBgColor { background-color: #A596B7; }

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

This div background color is #A596B7.


Border color

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

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

This div border color is #A596B7.


Opacity

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

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

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

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

This text has shadow with #A596B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596B7 on black background.


Color preview on white background

This text has color #A596B7 on white background.



Black color preview on #A596B7 background

This text has black color on #A596B7 background.


White color preview on #A596B7 background

This text has white color on #A596B7 background.