COLOR #A59DC6

HEX: #A59DC6
RGB: (165,157,198)

Color info

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

RGB color model

#A59DC6 color RGB value is (165,157,198).

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

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 198 of 255 = 78%

165
157
198

R + G + B ~ 68%. #A59DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 198 = 520 (100%)
R 165 of 520 ~ 31.73%
G 157 of 520 ~ 30.19%
B 198 of 520 ~ 38.08%

%31.73
%30.19
%38.08

CMYK color model

#A59DC6 color CMYK value is (17,21,0,22).

  • cyan value is 16.67%
  • magenta value is 20.71%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (17,21,0,22) C17M21Y0K22 (17%,21%,0%,22%) (0.17/0.21/0.00/0.22)

CMYK percentages

%16.67
%20.71
%0
%22.35

Codes

Color #A59DC6 in popluar color models

A59DC6
RGB165157198
HSL252°26.45%69.61%
HSB/HSV252°20.71%77.65%
CMYK16.67%20.71%0.00%
22.35%

Color #A59DC6 in popluar number systems.

HEXA59DC6
Decimal165157198
Binary101001011001110111000110
Octal245235306

Shades and tints

Shades of #A59DC6

#A59DC6
(165,157,198)
#968FB4
(150,143,180)
#8781A2
(135,129,162)
#787390
(120,115,144)
#69657E
(105,101,126)
#5A576C
(90,87,108)
#4B495A
(75,73,90)
#3C3B48
(60,59,72)
#2D2D36
(45,45,54)
#1E1F24
(30,31,36)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A59DC6

#A59DC6
(165,157,198)
#ADA5CB
(173,165,203)
#B5ADD0
(181,173,208)
#BDB5D5
(189,181,213)
#C5BDDA
(197,189,218)
#CDC5DF
(205,197,223)
#D5CDE4
(213,205,228)
#DDD5E9
(221,213,233)
#E5DDEE
(229,221,238)
#EDE5F3
(237,229,243)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DC6; }

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

This text font color is #A59DC6.


Background Color

.myBgColor { background-color: #A59DC6; }

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

This div background color is #A59DC6.


Border color

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

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

This div border color is #A59DC6.


Opacity

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

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

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

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

This text has shadow with #A59DC6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A59DC6 on black background.


Color preview on white background

This text has color #A59DC6 on white background.



Black color preview on #A59DC6 background

This text has black color on #A59DC6 background.


White color preview on #A59DC6 background

This text has white color on #A59DC6 background.