COLOR #A59DB7

HEX: #A59DB7
RGB: (165,157,183)

Color info

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

RGB color model

#A59DB7 color RGB value is (165,157,183).

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

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 183 of 255 = 72%

165
157
183

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

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 183 = 505 (100%)
R 165 of 505 ~ 32.67%
G 157 of 505 ~ 31.09%
B 183 of 505 ~ 36.24%

%32.67
%31.09
%36.24

CMYK color model

#A59DB7 color CMYK value is (10,14,0,28).

  • cyan value is 9.84%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(10,14,0,28)
C10M14Y0K28 
(10%,14%,0%,28%)
(0.10/0.14/0.00/0.28)	

CMYK percentages

%9.84
%14.21
%0
%28.24

Codes

Color #A59DB7 in popluar color models

A59DB7
RGB165157183
HSL258°15.29%66.67%
HSB/HSV258°14.21%71.76%
CMYK9.84%14.21%0.00%
28.24%

Color #A59DB7 in popluar number systems.

HEXA59DB7
Decimal165157183
Binary101001011001110110110111
Octal245235267

Shades and tints

Shades of #A59DB7

#A59DB7
(165,157,183)
#968FA7
(150,143,167)
#878197
(135,129,151)
#787387
(120,115,135)
#696577
(105,101,119)
#5A5767
(90,87,103)
#4B4957
(75,73,87)
#3C3B47
(60,59,71)
#2D2D37
(45,45,55)
#1E1F27
(30,31,39)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A59DB7

#A59DB7
(165,157,183)
#ADA5BD
(173,165,189)
#B5ADC3
(181,173,195)
#BDB5C9
(189,181,201)
#C5BDCF
(197,189,207)
#CDC5D5
(205,197,213)
#D5CDDB
(213,205,219)
#DDD5E1
(221,213,225)
#E5DDE7
(229,221,231)
#EDE5ED
(237,229,237)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DB7; }

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

This text font color is #A59DB7.


Background Color

.myBgColor { background-color: #A59DB7; }

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

This div background color is #A59DB7.


Border color

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

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

This div border color is #A59DB7.


Opacity

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

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

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

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

This text has shadow with #A59DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DB7 on black background.


Color preview on white background

This text has color #A59DB7 on white background.



Black color preview on #A59DB7 background

This text has black color on #A59DB7 background.


White color preview on #A59DB7 background

This text has white color on #A59DB7 background.