COLOR #A59DB4

HEX: #A59DB4
RGB: (165,157,180)

Renk bilgisi

#A59DB4 contains red, green and blue colors in about the same proportion. #A59DB4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A59DB4 color RGB value is (165,157,180).

  • kırmız ton 165;
  • yeşil ton 157;
  • mavi ton 180.
RGB:
(165,157,180)
(65%,62%,71%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 157 of 255 = 62%
B 180 of 255 = 71%

165
157
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 157 + 180 = 502 (100%)
R 165 of 502 ~ 32.87%
G 157 of 502 ~ 31.27%
B 180 of 502 ~ 35.86%

%32.87
%31.27
%35.86

CMYK RENK MODELİ

#A59DB4 rengi CMYK tonu (8,13,0,29).

  • camgöbeği tonu 8.33%
  • eflatun tonu 12.78%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(8,13,0,29)
C8M13Y0K29 
(8%,13%,0%,29%)
(0.08/0.13/0.00/0.29)	

CMYK yüzdeleri

%8.33
%12.78
%0
%29.41

Codes

Color #A59DB4 in popluar color models

A59DB4
RGB165157180
HSL261°13.29%66.08%
HSB/HSV261°12.78%70.59%
CMYK8.33%12.78%0.00%
29.41%

Color #A59DB4 in popluar number systems.

HEXA59DB4
Decimal165157180
Binary101001011001110110110100
Octal245235264

Shades and tints

Shades of #A59DB4

#A59DB4
(165,157,180)
#968FA4
(150,143,164)
#878194
(135,129,148)
#787384
(120,115,132)
#696574
(105,101,116)
#5A5764
(90,87,100)
#4B4954
(75,73,84)
#3C3B44
(60,59,68)
#2D2D34
(45,45,52)
#1E1F24
(30,31,36)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #A59DB4

#A59DB4
(165,157,180)
#ADA5BA
(173,165,186)
#B5ADC0
(181,173,192)
#BDB5C6
(189,181,198)
#C5BDCC
(197,189,204)
#CDC5D2
(205,197,210)
#D5CDD8
(213,205,216)
#DDD5DE
(221,213,222)
#E5DDE4
(229,221,228)
#EDE5EA
(237,229,234)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DB4; }

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

This text font color is #A59DB4.


Background Color

.myBgColor { background-color: #A59DB4; }

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

This div background color is #A59DB4.


Border color

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

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

This div border color is #A59DB4.


Opacity

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

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

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

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

This text has shadow with #A59DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DB4 on black background.


Color preview on white background

This text has color #A59DB4 on white background.



Black color preview on #A59DB4 background

This text has black color on #A59DB4 background.


White color preview on #A59DB4 background

This text has white color on #A59DB4 background.