COLOR #A47997

HEX: #A47997
RGB: (164,121,151)

Renk bilgisi

#A47997 contains red, green and blue colors in about the same proportion. #A47997 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#A47997 color RGB value is (164,121,151).

  • kırmız ton 164;
  • yeşil ton 121;
  • mavi ton 151.
RGB:
(164,121,151)
(64%,47%,59%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 121 of 255 = 47%
B 151 of 255 = 59%

164
121
151

R + G + B ~ 57%. #A47997 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 121 + 151 = 436 (100%)
R 164 of 436 ~ 37.61%
G 121 of 436 ~ 27.75%
B 151 of 436 ~ 34.63%

%37.61
%27.75
%34.63

CMYK RENK MODELİ

#A47997 rengi CMYK tonu (0,26,8,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.22%
  • sarı tonu 7.93%
  • ana renk tonu 35.69%
CMYK:
(0,26,8,36)
C0M26Y8K36 
(0%,26%,8%,36%)
(0.00/0.26/0.08/0.36)	

CMYK yüzdeleri

%0
%26.22
%7.93
%35.69

Codes

Color #A47997 in popluar color models

A47997
RGB164121151
HSL318°19.11%55.88%
HSB/HSV318°26.22%64.31%
CMYK0.00%26.22%7.93%
35.69%

Color #A47997 in popluar number systems.

HEXA47997
Decimal164121151
Binary10100100111100110010111
Octal244171227

Shades and tints

Shades of #A47997

#A47997
(164,121,151)
#966E8A
(150,110,138)
#88637D
(136,99,125)
#7A5870
(122,88,112)
#6C4D63
(108,77,99)
#5E4256
(94,66,86)
#503749
(80,55,73)
#422C3C
(66,44,60)
#34212F
(52,33,47)
#261622
(38,22,34)
#180B15
(24,11,21)
#000000
(0,0,0)

Tints of #A47997

#A47997
(164,121,151)
#AC85A0
(172,133,160)
#B491A9
(180,145,169)
#BC9DB2
(188,157,178)
#C4A9BB
(196,169,187)
#CCB5C4
(204,181,196)
#D4C1CD
(212,193,205)
#DCCDD6
(220,205,214)
#E4D9DF
(228,217,223)
#ECE5E8
(236,229,232)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47997 color. Also use rgb(164,121,151) instead hex code.

Text Font Color

.myTextColor { color: #A47997; }

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

This text font color is #A47997.


Background Color

.myBgColor { background-color: #A47997; }

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

This div background color is #A47997.


Border color

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

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

This div border color is #A47997.


Opacity

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

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

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

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

This text has shadow with #A47997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47997 on black background.


Color preview on white background

This text has color #A47997 on white background.



Black color preview on #A47997 background

This text has black color on #A47997 background.


White color preview on #A47997 background

This text has white color on #A47997 background.