COLOR #A596B6

HEX: #A596B6
RGB: (165,150,182)

Renk bilgisi

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

RGB renk modeli

#A596B6 color RGB value is (165,150,182).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 150 of 255 = 59%
B 182 of 255 = 71%

165
150
182

R + G + B ~ 65%. #A596B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 150 + 182 = 497 (100%)
R 165 of 497 ~ 33.2%
G 150 of 497 ~ 30.18%
B 182 of 497 ~ 36.62%

%33.2
%30.18
%36.62

CMYK RENK MODELİ

#A596B6 rengi CMYK tonu (9,18,0,29).

  • camgöbeği tonu 9.34%
  • eflatun tonu 17.58%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(9,18,0,29)
C9M18Y0K29 
(9%,18%,0%,29%)
(0.09/0.18/0.00/0.29)	

CMYK yüzdeleri

%9.34
%17.58
%0
%28.63

Codes

Color #A596B6 in popluar color models

A596B6
RGB165150182
HSL268°17.98%65.10%
HSB/HSV268°17.58%71.37%
CMYK9.34%17.58%0.00%
28.63%

Color #A596B6 in popluar number systems.

HEXA596B6
Decimal165150182
Binary101001011001011010110110
Octal245226266

Shades and tints

Shades of #A596B6

#A596B6
(165,150,182)
#9689A6
(150,137,166)
#877C96
(135,124,150)
#786F86
(120,111,134)
#696276
(105,98,118)
#5A5566
(90,85,102)
#4B4856
(75,72,86)
#3C3B46
(60,59,70)
#2D2E36
(45,46,54)
#1E2126
(30,33,38)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A596B6

#A596B6
(165,150,182)
#AD9FBC
(173,159,188)
#B5A8C2
(181,168,194)
#BDB1C8
(189,177,200)
#C5BACE
(197,186,206)
#CDC3D4
(205,195,212)
#D5CCDA
(213,204,218)
#DDD5E0
(221,213,224)
#E5DEE6
(229,222,230)
#EDE7EC
(237,231,236)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596B6; }

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

This text font color is #A596B6.


Background Color

.myBgColor { background-color: #A596B6; }

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

This div background color is #A596B6.


Border color

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

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

This div border color is #A596B6.


Opacity

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

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

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

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

This text has shadow with #A596B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596B6 on black background.


Color preview on white background

This text has color #A596B6 on white background.



Black color preview on #A596B6 background

This text has black color on #A596B6 background.


White color preview on #A596B6 background

This text has white color on #A596B6 background.