COLOR #A59DCB

HEX: #A59DCB RGB: (165,157,203)

Color info

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

RGB color model

#A59DCB color RGB value is (165,157,203).

RGB: (165,157,203) (65%, 62%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 203 of 255 = 80%

165
157
203

R + G + B ~ 69%. #A59DCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 157 + 203 = 525 (100%)
R 165 of 525 ~ 31.43%
G 157 of 525 ~ 29.9%
B 203 of 525 ~ 38.67'%

%31.43
%29.9
%38.67

CMYK color model

#A59DCB color CMYK value is (19,23,0,20).

  • cyan value is 18.72%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (19,23,0,20)
C19M23Y0K20 (19%, 23%, 0%, 20%)
(0.19 / 0.23 / 0.00 / 0.20)

CMYK percentages

%18.72
%22.66
%0
%20.39

Codes

Color #A59DCB in popluar color models

A5 9D CB
RGB 165 157 203
HSL 250° 30.67% 70.59%
HSB/HSV 250° 22.66% 79.61%
CMYK 18.72% 22.66% 0.00%
20.39%

Color #A59DCB in popluar number systems.

HEX A5 9D CB
Decimal 165 157 203
Binary 10100101 10011101 11001011
Octal 245 235 313

Shades and tints

Shades of #A59DCB

#A59DCB
(165,157,203)
#968FB9
(150,143,185)
#8781A7
(135,129,167)
#787395
(120,115,149)
#696583
(105,101,131)
#5A5771
(90,87,113)
#4B495F
(75,73,95)
#3C3B4D
(60,59,77)
#2D2D3B
(45,45,59)
#1E1F29
(30,31,41)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A59DCB

#A59DCB
(165,157,203)
#ADA5CF
(173,165,207)
#B5ADD3
(181,173,211)
#BDB5D7
(189,181,215)
#C5BDDB
(197,189,219)
#CDC5DF
(205,197,223)
#D5CDE3
(213,205,227)
#DDD5E7
(221,213,231)
#E5DDEB
(229,221,235)
#EDE5EF
(237,229,239)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DCB; }

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

This text font color is #A59DCB.

Background Color

.myBgColor { background-color: #A59DCB; }

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

This div background color is #A59DCB.

Border color

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

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

This div border color is #A59DCB.

Opacity

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

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

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

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

This text has shadow with #A59DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59DCB.

Preview

Color preview on black background

This text has color #A59DCB on black background.


Color preview on white background

This text has color #A59DCB on white background.


Black color preview on #A59DCB background

This text has black color on #A59DCB background.


White color preview on #A59DCB background

This text has white color on #A59DCB background.


Related colors

Complementary color

Complementary color for #hex is #5A6234.


I love getcolorcode.com

Triadic colors

1 #CBA59D and #9DCBA5 with #A59DCB are triadic colors.

2 #CB9DA5 and #9DA5CB with #A59DCB are triadic colors.