COLOR #A59CBC

HEX: #A59CBC
RGB: (165,156,188)

Color info

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

RGB color model

#A59CBC color RGB value is (165,156,188).

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

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 188 of 255 = 74%

165
156
188

R + G + B ~ 67%. #A59CBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 188 = 509 (100%)
R 165 of 509 ~ 32.42%
G 156 of 509 ~ 30.65%
B 188 of 509 ~ 36.94%

%32.42
%30.65
%36.94

CMYK color model

#A59CBC color CMYK value is (12,17,0,26).

  • cyan value is 12.23%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,17,0,26)
C12M17Y0K26 
(12%,17%,0%,26%)
(0.12/0.17/0.00/0.26)	

CMYK percentages

%12.23
%17.02
%0
%26.27

Codes

Color #A59CBC in popluar color models

A59CBC
RGB165156188
HSL257°19.28%67.45%
HSB/HSV257°17.02%73.73%
CMYK12.23%17.02%0.00%
26.27%

Color #A59CBC in popluar number systems.

HEXA59CBC
Decimal165156188
Binary101001011001110010111100
Octal245234274

Shades and tints

Shades of #A59CBC

#A59CBC
(165,156,188)
#968EAB
(150,142,171)
#87809A
(135,128,154)
#787289
(120,114,137)
#696478
(105,100,120)
#5A5667
(90,86,103)
#4B4856
(75,72,86)
#3C3A45
(60,58,69)
#2D2C34
(45,44,52)
#1E1E23
(30,30,35)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A59CBC

#A59CBC
(165,156,188)
#ADA5C2
(173,165,194)
#B5AEC8
(181,174,200)
#BDB7CE
(189,183,206)
#C5C0D4
(197,192,212)
#CDC9DA
(205,201,218)
#D5D2E0
(213,210,224)
#DDDBE6
(221,219,230)
#E5E4EC
(229,228,236)
#EDEDF2
(237,237,242)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59CBC; }

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

This text font color is #A59CBC.


Background Color

.myBgColor { background-color: #A59CBC; }

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

This div background color is #A59CBC.


Border color

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

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

This div border color is #A59CBC.


Opacity

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

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

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

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

This text has shadow with #A59CBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CBC on black background.


Color preview on white background

This text has color #A59CBC on white background.



Black color preview on #A59CBC background

This text has black color on #A59CBC background.


White color preview on #A59CBC background

This text has white color on #A59CBC background.