COLOR #A59DE5

HEX: #A59DE5
RGB: (165,157,229)

Renk bilgisi

#A59DE5 contains mainly blue color. #A59DE5 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A59DE5 color RGB value is (165,157,229).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 157 of 255 = 62%
B 229 of 255 = 90%

165
157
229

R + G + B ~ 72%. #A59DE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 157 + 229 = 551 (100%)
R 165 of 551 ~ 29.95%
G 157 of 551 ~ 28.49%
B 229 of 551 ~ 41.56%

%29.95
%28.49
%41.56

CMYK RENK MODELİ

#A59DE5 rengi CMYK tonu (28,31,0,10).

  • camgöbeği tonu 27.95%
  • eflatun tonu 31.44%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(28,31,0,10)
C28M31Y0K10 
(28%,31%,0%,10%)
(0.28/0.31/0.00/0.10)	

CMYK yüzdeleri

%27.95
%31.44
%0
%10.2

Codes

Color #A59DE5 in popluar color models

A59DE5
RGB165157229
HSL247°58.06%75.69%
HSB/HSV247°31.44%89.80%
CMYK27.95%31.44%0.00%
10.20%

Color #A59DE5 in popluar number systems.

HEXA59DE5
Decimal165157229
Binary101001011001110111100101
Octal245235345

Shades and tints

Shades of #A59DE5

#A59DE5
(165,157,229)
#968FD1
(150,143,209)
#8781BD
(135,129,189)
#7873A9
(120,115,169)
#696595
(105,101,149)
#5A5781
(90,87,129)
#4B496D
(75,73,109)
#3C3B59
(60,59,89)
#2D2D45
(45,45,69)
#1E1F31
(30,31,49)
#0F111D
(15,17,29)
#000000
(0,0,0)

Tints of #A59DE5

#A59DE5
(165,157,229)
#ADA5E7
(173,165,231)
#B5ADE9
(181,173,233)
#BDB5EB
(189,181,235)
#C5BDED
(197,189,237)
#CDC5EF
(205,197,239)
#D5CDF1
(213,205,241)
#DDD5F3
(221,213,243)
#E5DDF5
(229,221,245)
#EDE5F7
(237,229,247)
#F5EDF9
(245,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59DE5; }

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

This text font color is #A59DE5.


Background Color

.myBgColor { background-color: #A59DE5; }

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

This div background color is #A59DE5.


Border color

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

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

This div border color is #A59DE5.


Opacity

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

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

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

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

This text has shadow with #A59DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DE5 on black background.


Color preview on white background

This text has color #A59DE5 on white background.



Black color preview on #A59DE5 background

This text has black color on #A59DE5 background.


White color preview on #A59DE5 background

This text has white color on #A59DE5 background.