COLOR #A59CB6

HEX: #A59CB6
RGB: (165,156,182)

Renk bilgisi

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

RGB renk modeli

#A59CB6 color RGB value is (165,156,182).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 156 of 255 = 61%
B 182 of 255 = 71%

165
156
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 156 + 182 = 503 (100%)
R 165 of 503 ~ 32.8%
G 156 of 503 ~ 31.01%
B 182 of 503 ~ 36.18%

%32.8
%31.01
%36.18

CMYK RENK MODELİ

#A59CB6 rengi CMYK tonu (9,14,0,29).

  • camgöbeği tonu 9.34%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(9,14,0,29)
C9M14Y0K29 
(9%,14%,0%,29%)
(0.09/0.14/0.00/0.29)	

CMYK yüzdeleri

%9.34
%14.29
%0
%28.63

Codes

Color #A59CB6 in popluar color models

A59CB6
RGB165156182
HSL261°15.12%66.27%
HSB/HSV261°14.29%71.37%
CMYK9.34%14.29%0.00%
28.63%

Color #A59CB6 in popluar number systems.

HEXA59CB6
Decimal165156182
Binary101001011001110010110110
Octal245234266

Shades and tints

Shades of #A59CB6

#A59CB6
(165,156,182)
#968EA6
(150,142,166)
#878096
(135,128,150)
#787286
(120,114,134)
#696476
(105,100,118)
#5A5666
(90,86,102)
#4B4856
(75,72,86)
#3C3A46
(60,58,70)
#2D2C36
(45,44,54)
#1E1E26
(30,30,38)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #A59CB6

#A59CB6
(165,156,182)
#ADA5BC
(173,165,188)
#B5AEC2
(181,174,194)
#BDB7C8
(189,183,200)
#C5C0CE
(197,192,206)
#CDC9D4
(205,201,212)
#D5D2DA
(213,210,218)
#DDDBE0
(221,219,224)
#E5E4E6
(229,228,230)
#EDEDEC
(237,237,236)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59CB6; }

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

This text font color is #A59CB6.


Background Color

.myBgColor { background-color: #A59CB6; }

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

This div background color is #A59CB6.


Border color

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

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

This div border color is #A59CB6.


Opacity

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

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

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

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

This text has shadow with #A59CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CB6 on black background.


Color preview on white background

This text has color #A59CB6 on white background.



Black color preview on #A59CB6 background

This text has black color on #A59CB6 background.


White color preview on #A59CB6 background

This text has white color on #A59CB6 background.