COLOR #A59FBE

HEX: #A59FBE
RGB: (165,159,190)

Renk bilgisi

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

RGB renk modeli

#A59FBE color RGB value is (165,159,190).

  • kırmız ton 165;
  • yeşil ton 159;
  • mavi ton 190.
RGB:
(165,159,190)
(65%,62%,75%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 159 of 255 = 62%
B 190 of 255 = 75%

165
159
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 159 + 190 = 514 (100%)
R 165 of 514 ~ 32.1%
G 159 of 514 ~ 30.93%
B 190 of 514 ~ 36.96%

%32.1
%30.93
%36.96

CMYK RENK MODELİ

#A59FBE rengi CMYK tonu (13,16,0,25).

  • camgöbeği tonu 13.16%
  • eflatun tonu 16.32%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(13,16,0,25)
C13M16Y0K25 
(13%,16%,0%,25%)
(0.13/0.16/0.00/0.25)	

CMYK yüzdeleri

%13.16
%16.32
%0
%25.49

Codes

Color #A59FBE in popluar color models

A59FBE
RGB165159190
HSL252°19.25%68.43%
HSB/HSV252°16.32%74.51%
CMYK13.16%16.32%0.00%
25.49%

Color #A59FBE in popluar number systems.

HEXA59FBE
Decimal165159190
Binary101001011001111110111110
Octal245237276

Shades and tints

Shades of #A59FBE

#A59FBE
(165,159,190)
#9691AD
(150,145,173)
#87839C
(135,131,156)
#78758B
(120,117,139)
#69677A
(105,103,122)
#5A5969
(90,89,105)
#4B4B58
(75,75,88)
#3C3D47
(60,61,71)
#2D2F36
(45,47,54)
#1E2125
(30,33,37)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A59FBE

#A59FBE
(165,159,190)
#ADA7C3
(173,167,195)
#B5AFC8
(181,175,200)
#BDB7CD
(189,183,205)
#C5BFD2
(197,191,210)
#CDC7D7
(205,199,215)
#D5CFDC
(213,207,220)
#DDD7E1
(221,215,225)
#E5DFE6
(229,223,230)
#EDE7EB
(237,231,235)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59FBE color. Also use rgb(165,159,190) instead hex code.

Text Font Color

.myTextColor { color: #A59FBE; }

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

This text font color is #A59FBE.


Background Color

.myBgColor { background-color: #A59FBE; }

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

This div background color is #A59FBE.


Border color

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

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

This div border color is #A59FBE.


Opacity

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

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

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

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

This text has shadow with #A59FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59FBE on black background.


Color preview on white background

This text has color #A59FBE on white background.



Black color preview on #A59FBE background

This text has black color on #A59FBE background.


White color preview on #A59FBE background

This text has white color on #A59FBE background.