COLOR #A59DBF

HEX: #A59DBF
RGB: (165,157,191)

Color info

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

RGB color model

#A59DBF color RGB value is (165,157,191).

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

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 191 of 255 = 75%

165
157
191

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

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 191 = 513 (100%)
R 165 of 513 ~ 32.16%
G 157 of 513 ~ 30.6%
B 191 of 513 ~ 37.23%

%32.16
%30.6
%37.23

CMYK color model

#A59DBF color CMYK value is (14,18,0,25).

  • cyan value is 13.61%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,18,0,25)
C14M18Y0K25 
(14%,18%,0%,25%)
(0.14/0.18/0.00/0.25)	

CMYK percentages

%13.61
%17.8
%0
%25.1

Codes

Color #A59DBF in popluar color models

A59DBF
RGB165157191
HSL254°20.99%68.24%
HSB/HSV254°17.80%74.90%
CMYK13.61%17.80%0.00%
25.10%

Color #A59DBF in popluar number systems.

HEXA59DBF
Decimal165157191
Binary101001011001110110111111
Octal245235277

Shades and tints

Shades of #A59DBF

#A59DBF
(165,157,191)
#968FAE
(150,143,174)
#87819D
(135,129,157)
#78738C
(120,115,140)
#69657B
(105,101,123)
#5A576A
(90,87,106)
#4B4959
(75,73,89)
#3C3B48
(60,59,72)
#2D2D37
(45,45,55)
#1E1F26
(30,31,38)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A59DBF

#A59DBF
(165,157,191)
#ADA5C4
(173,165,196)
#B5ADC9
(181,173,201)
#BDB5CE
(189,181,206)
#C5BDD3
(197,189,211)
#CDC5D8
(205,197,216)
#D5CDDD
(213,205,221)
#DDD5E2
(221,213,226)
#E5DDE7
(229,221,231)
#EDE5EC
(237,229,236)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DBF; }

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

This text font color is #A59DBF.


Background Color

.myBgColor { background-color: #A59DBF; }

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

This div background color is #A59DBF.


Border color

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

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

This div border color is #A59DBF.


Opacity

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

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

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

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

This text has shadow with #A59DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DBF on black background.


Color preview on white background

This text has color #A59DBF on white background.



Black color preview on #A59DBF background

This text has black color on #A59DBF background.


White color preview on #A59DBF background

This text has white color on #A59DBF background.