COLOR #A59CB2

HEX: #A59CB2
RGB: (165,156,178)

Color info

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

RGB color model

#A59CB2 color RGB value is (165,156,178).

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

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 178 of 255 = 70%

165
156
178

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

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 178 = 499 (100%)
R 165 of 499 ~ 33.07%
G 156 of 499 ~ 31.26%
B 178 of 499 ~ 35.67%

%33.07
%31.26
%35.67

CMYK color model

#A59CB2 color CMYK value is (7,12,0,30).

  • cyan value is 7.30%
  • magenta value is 12.36%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(7,12,0,30)
C7M12Y0K30 
(7%,12%,0%,30%)
(0.07/0.12/0.00/0.30)	

CMYK percentages

%7.3
%12.36
%0
%30.2

Codes

Color #A59CB2 in popluar color models

A59CB2
RGB165156178
HSL265°12.50%65.49%
HSB/HSV265°12.36%69.80%
CMYK7.30%12.36%0.00%
30.20%

Color #A59CB2 in popluar number systems.

HEXA59CB2
Decimal165156178
Binary101001011001110010110010
Octal245234262

Shades and tints

Shades of #A59CB2

#A59CB2
(165,156,178)
#968EA2
(150,142,162)
#878092
(135,128,146)
#787282
(120,114,130)
#696472
(105,100,114)
#5A5662
(90,86,98)
#4B4852
(75,72,82)
#3C3A42
(60,58,66)
#2D2C32
(45,44,50)
#1E1E22
(30,30,34)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A59CB2

#A59CB2
(165,156,178)
#ADA5B9
(173,165,185)
#B5AEC0
(181,174,192)
#BDB7C7
(189,183,199)
#C5C0CE
(197,192,206)
#CDC9D5
(205,201,213)
#D5D2DC
(213,210,220)
#DDDBE3
(221,219,227)
#E5E4EA
(229,228,234)
#EDEDF1
(237,237,241)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59CB2; }

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

This text font color is #A59CB2.


Background Color

.myBgColor { background-color: #A59CB2; }

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

This div background color is #A59CB2.


Border color

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

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

This div border color is #A59CB2.


Opacity

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

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

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

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

This text has shadow with #A59CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CB2 on black background.


Color preview on white background

This text has color #A59CB2 on white background.



Black color preview on #A59CB2 background

This text has black color on #A59CB2 background.


White color preview on #A59CB2 background

This text has white color on #A59CB2 background.