COLOR #A597B6

HEX: #A597B6
RGB: (165,151,182)

Renk bilgisi

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

RGB renk modeli

#A597B6 color RGB value is (165,151,182).

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

RGB bağlantıları ve doygunluk

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

165
151
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 151 + 182 = 498 (100%)
R 165 of 498 ~ 33.13%
G 151 of 498 ~ 30.32%
B 182 of 498 ~ 36.55%

%33.13
%30.32
%36.55

CMYK RENK MODELİ

#A597B6 rengi CMYK tonu (9,17,0,29).

  • camgöbeği tonu 9.34%
  • eflatun tonu 17.03%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(9,17,0,29)
C9M17Y0K29 
(9%,17%,0%,29%)
(0.09/0.17/0.00/0.29)	

CMYK yüzdeleri

%9.34
%17.03
%0
%28.63

Codes

Color #A597B6 in popluar color models

A597B6
RGB165151182
HSL267°17.51%65.29%
HSB/HSV267°17.03%71.37%
CMYK9.34%17.03%0.00%
28.63%

Color #A597B6 in popluar number systems.

HEXA597B6
Decimal165151182
Binary101001011001011110110110
Octal245227266

Shades and tints

Shades of #A597B6

#A597B6
(165,151,182)
#968AA6
(150,138,166)
#877D96
(135,125,150)
#787086
(120,112,134)
#696376
(105,99,118)
#5A5666
(90,86,102)
#4B4956
(75,73,86)
#3C3C46
(60,60,70)
#2D2F36
(45,47,54)
#1E2226
(30,34,38)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A597B6

#A597B6
(165,151,182)
#ADA0BC
(173,160,188)
#B5A9C2
(181,169,194)
#BDB2C8
(189,178,200)
#C5BBCE
(197,187,206)
#CDC4D4
(205,196,212)
#D5CDDA
(213,205,218)
#DDD6E0
(221,214,224)
#E5DFE6
(229,223,230)
#EDE8EC
(237,232,236)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A597B6; }

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

This text font color is #A597B6.


Background Color

.myBgColor { background-color: #A597B6; }

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

This div background color is #A597B6.


Border color

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

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

This div border color is #A597B6.


Opacity

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

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

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

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

This text has shadow with #A597B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A597B6 on black background.


Color preview on white background

This text has color #A597B6 on white background.



Black color preview on #A597B6 background

This text has black color on #A597B6 background.


White color preview on #A597B6 background

This text has white color on #A597B6 background.