COLOR #A59CB4

HEX: #A59CB4
RGB: (165,156,180)

Color info

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

RGB color model

#A59CB4 color RGB value is (165,156,180).

  • red value is 165;
  • green value is 156;
  • blue value is 180.
RGB:
(165,156,180)
(65%,61%,71%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 180 of 255 = 71%

165
156
180

R + G + B ~ 66%. #A59CB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 180 = 501 (100%)
R 165 of 501 ~ 32.93%
G 156 of 501 ~ 31.14%
B 180 of 501 ~ 35.93%

%32.93
%31.14
%35.93

CMYK color model

#A59CB4 color CMYK value is (8,13,0,29).

  • cyan value is 8.33%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(8,13,0,29)
C8M13Y0K29 
(8%,13%,0%,29%)
(0.08/0.13/0.00/0.29)	

CMYK percentages

%8.33
%13.33
%0
%29.41

Codes

Color #A59CB4 in popluar color models

A59CB4
RGB165156180
HSL263°13.79%65.88%
HSB/HSV263°13.33%70.59%
CMYK8.33%13.33%0.00%
29.41%

Color #A59CB4 in popluar number systems.

HEXA59CB4
Decimal165156180
Binary101001011001110010110100
Octal245234264

Shades and tints

Shades of #A59CB4

#A59CB4
(165,156,180)
#968EA4
(150,142,164)
#878094
(135,128,148)
#787284
(120,114,132)
#696474
(105,100,116)
#5A5664
(90,86,100)
#4B4854
(75,72,84)
#3C3A44
(60,58,68)
#2D2C34
(45,44,52)
#1E1E24
(30,30,36)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #A59CB4

#A59CB4
(165,156,180)
#ADA5BA
(173,165,186)
#B5AEC0
(181,174,192)
#BDB7C6
(189,183,198)
#C5C0CC
(197,192,204)
#CDC9D2
(205,201,210)
#D5D2D8
(213,210,216)
#DDDBDE
(221,219,222)
#E5E4E4
(229,228,228)
#EDEDEA
(237,237,234)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59CB4 color. Also use rgb(165,156,180) instead hex code.

Text Font Color

.myTextColor { color: #A59CB4; }

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

This text font color is #A59CB4.


Background Color

.myBgColor { background-color: #A59CB4; }

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

This div background color is #A59CB4.


Border color

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

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

This div border color is #A59CB4.


Opacity

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

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

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

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

This text has shadow with #A59CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CB4 on black background.


Color preview on white background

This text has color #A59CB4 on white background.



Black color preview on #A59CB4 background

This text has black color on #A59CB4 background.


White color preview on #A59CB4 background

This text has white color on #A59CB4 background.