COLOR #A59DC9

HEX: #A59DC9
RGB: (165,157,201)

Renk bilgisi

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

RGB renk modeli

#A59DC9 color RGB value is (165,157,201).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 157 of 255 = 62%
B 201 of 255 = 79%

165
157
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 157 + 201 = 523 (100%)
R 165 of 523 ~ 31.55%
G 157 of 523 ~ 30.02%
B 201 of 523 ~ 38.43%

%31.55
%30.02
%38.43

CMYK RENK MODELİ

#A59DC9 rengi CMYK tonu (18,22,0,21).

  • camgöbeği tonu 17.91%
  • eflatun tonu 21.89%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(18,22,0,21)
C18M22Y0K21 
(18%,22%,0%,21%)
(0.18/0.22/0.00/0.21)	

CMYK yüzdeleri

%17.91
%21.89
%0
%21.18

Codes

Color #A59DC9 in popluar color models

A59DC9
RGB165157201
HSL251°28.95%70.20%
HSB/HSV251°21.89%78.82%
CMYK17.91%21.89%0.00%
21.18%

Color #A59DC9 in popluar number systems.

HEXA59DC9
Decimal165157201
Binary101001011001110111001001
Octal245235311

Shades and tints

Shades of #A59DC9

#A59DC9
(165,157,201)
#968FB7
(150,143,183)
#8781A5
(135,129,165)
#787393
(120,115,147)
#696581
(105,101,129)
#5A576F
(90,87,111)
#4B495D
(75,73,93)
#3C3B4B
(60,59,75)
#2D2D39
(45,45,57)
#1E1F27
(30,31,39)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A59DC9

#A59DC9
(165,157,201)
#ADA5CD
(173,165,205)
#B5ADD1
(181,173,209)
#BDB5D5
(189,181,213)
#C5BDD9
(197,189,217)
#CDC5DD
(205,197,221)
#D5CDE1
(213,205,225)
#DDD5E5
(221,213,229)
#E5DDE9
(229,221,233)
#EDE5ED
(237,229,237)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DC9; }

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

This text font color is #A59DC9.


Background Color

.myBgColor { background-color: #A59DC9; }

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

This div background color is #A59DC9.


Border color

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

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

This div border color is #A59DC9.


Opacity

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

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

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

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

This text has shadow with #A59DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DC9 on black background.


Color preview on white background

This text has color #A59DC9 on white background.



Black color preview on #A59DC9 background

This text has black color on #A59DC9 background.


White color preview on #A59DC9 background

This text has white color on #A59DC9 background.