COLOR #A59CDB

HEX: #A59CDB
RGB: (165,156,219)

Renk bilgisi

#A59CDB contains mainly red and blue colors. #A59CDB ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A59CDB color RGB value is (165,156,219).

  • kırmız ton 165;
  • yeşil ton 156;
  • mavi ton 219.
RGB:
(165,156,219)
(65%,61%,86%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 156 of 255 = 61%
B 219 of 255 = 86%

165
156
219

R + G + B ~ 71%. #A59CDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 156 + 219 = 540 (100%)
R 165 of 540 ~ 30.56%
G 156 of 540 ~ 28.89%
B 219 of 540 ~ 40.56%

%30.56
%28.89
%40.56

CMYK RENK MODELİ

#A59CDB rengi CMYK tonu (25,29,0,14).

  • camgöbeği tonu 24.66%
  • eflatun tonu 28.77%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(25,29,0,14)
C25M29Y0K14 
(25%,29%,0%,14%)
(0.25/0.29/0.00/0.14)	

CMYK yüzdeleri

%24.66
%28.77
%0
%14.12

Codes

Color #A59CDB in popluar color models

A59CDB
RGB165156219
HSL249°46.67%73.53%
HSB/HSV249°28.77%85.88%
CMYK24.66%28.77%0.00%
14.12%

Color #A59CDB in popluar number systems.

HEXA59CDB
Decimal165156219
Binary101001011001110011011011
Octal245234333

Shades and tints

Shades of #A59CDB

#A59CDB
(165,156,219)
#968EC8
(150,142,200)
#8780B5
(135,128,181)
#7872A2
(120,114,162)
#69648F
(105,100,143)
#5A567C
(90,86,124)
#4B4869
(75,72,105)
#3C3A56
(60,58,86)
#2D2C43
(45,44,67)
#1E1E30
(30,30,48)
#0F101D
(15,16,29)
#000000
(0,0,0)

Tints of #A59CDB

#A59CDB
(165,156,219)
#ADA5DE
(173,165,222)
#B5AEE1
(181,174,225)
#BDB7E4
(189,183,228)
#C5C0E7
(197,192,231)
#CDC9EA
(205,201,234)
#D5D2ED
(213,210,237)
#DDDBF0
(221,219,240)
#E5E4F3
(229,228,243)
#EDEDF6
(237,237,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59CDB color. Also use rgb(165,156,219) instead hex code.

Text Font Color

.myTextColor { color: #A59CDB; }

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

This text font color is #A59CDB.


Background Color

.myBgColor { background-color: #A59CDB; }

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

This div background color is #A59CDB.


Border color

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

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

This div border color is #A59CDB.


Opacity

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

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

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

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

This text has shadow with #A59CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CDB on black background.


Color preview on white background

This text has color #A59CDB on white background.



Black color preview on #A59CDB background

This text has black color on #A59CDB background.


White color preview on #A59CDB background

This text has white color on #A59CDB background.