COLOR #A59BBD

HEX: #A59BBD
RGB: (165,155,189)

Color info

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

RGB color model

#A59BBD color RGB value is (165,155,189).

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

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 189 of 255 = 74%

165
155
189

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

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 189 = 509 (100%)
R 165 of 509 ~ 32.42%
G 155 of 509 ~ 30.45%
B 189 of 509 ~ 37.13%

%32.42
%30.45
%37.13

CMYK color model

#A59BBD color CMYK value is (13,18,0,26).

  • cyan value is 12.70%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,18,0,26)
C13M18Y0K26 
(13%,18%,0%,26%)
(0.13/0.18/0.00/0.26)	

CMYK percentages

%12.7
%17.99
%0
%25.88

Codes

Color #A59BBD in popluar color models

A59BBD
RGB165155189
HSL258°20.48%67.45%
HSB/HSV258°17.99%74.12%
CMYK12.70%17.99%0.00%
25.88%

Color #A59BBD in popluar number systems.

HEXA59BBD
Decimal165155189
Binary101001011001101110111101
Octal245233275

Shades and tints

Shades of #A59BBD

#A59BBD
(165,155,189)
#968DAC
(150,141,172)
#877F9B
(135,127,155)
#78718A
(120,113,138)
#696379
(105,99,121)
#5A5568
(90,85,104)
#4B4757
(75,71,87)
#3C3946
(60,57,70)
#2D2B35
(45,43,53)
#1E1D24
(30,29,36)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #A59BBD

#A59BBD
(165,155,189)
#ADA4C3
(173,164,195)
#B5ADC9
(181,173,201)
#BDB6CF
(189,182,207)
#C5BFD5
(197,191,213)
#CDC8DB
(205,200,219)
#D5D1E1
(213,209,225)
#DDDAE7
(221,218,231)
#E5E3ED
(229,227,237)
#EDECF3
(237,236,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59BBD color. Also use rgb(165,155,189) instead hex code.

Text Font Color

.myTextColor { color: #A59BBD; }

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

This text font color is #A59BBD.


Background Color

.myBgColor { background-color: #A59BBD; }

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

This div background color is #A59BBD.


Border color

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

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

This div border color is #A59BBD.


Opacity

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

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

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

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

This text has shadow with #A59BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BBD on black background.


Color preview on white background

This text has color #A59BBD on white background.



Black color preview on #A59BBD background

This text has black color on #A59BBD background.


White color preview on #A59BBD background

This text has white color on #A59BBD background.