COLOR #A37C98

HEX: #A37C98
RGB: (163,124,152)

Renk bilgisi

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

RGB renk modeli

#A37C98 color RGB value is (163,124,152).

  • kırmız ton 163;
  • yeşil ton 124;
  • mavi ton 152.
RGB:
(163,124,152)
(64%,49%,60%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 124 of 255 = 49%
B 152 of 255 = 60%

163
124
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 124 + 152 = 439 (100%)
R 163 of 439 ~ 37.13%
G 124 of 439 ~ 28.25%
B 152 of 439 ~ 34.62%

%37.13
%28.25
%34.62

CMYK RENK MODELİ

#A37C98 rengi CMYK tonu (0,24,7,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.93%
  • sarı tonu 6.75%
  • ana renk tonu 36.08%
CMYK:
(0,24,7,36)
C0M24Y7K36 
(0%,24%,7%,36%)
(0.00/0.24/0.07/0.36)	

CMYK yüzdeleri

%0
%23.93
%6.75
%36.08

Codes

Color #A37C98 in popluar color models

A37C98
RGB163124152
HSL317°17.49%56.27%
HSB/HSV317°23.93%63.92%
CMYK0.00%23.93%6.75%
36.08%

Color #A37C98 in popluar number systems.

HEXA37C98
Decimal163124152
Binary10100011111110010011000
Octal243174230

Shades and tints

Shades of #A37C98

#A37C98
(163,124,152)
#95718B
(149,113,139)
#87667E
(135,102,126)
#795B71
(121,91,113)
#6B5064
(107,80,100)
#5D4557
(93,69,87)
#4F3A4A
(79,58,74)
#412F3D
(65,47,61)
#332430
(51,36,48)
#251923
(37,25,35)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #A37C98

#A37C98
(163,124,152)
#AB87A1
(171,135,161)
#B392AA
(179,146,170)
#BB9DB3
(187,157,179)
#C3A8BC
(195,168,188)
#CBB3C5
(203,179,197)
#D3BECE
(211,190,206)
#DBC9D7
(219,201,215)
#E3D4E0
(227,212,224)
#EBDFE9
(235,223,233)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37C98 color. Also use rgb(163,124,152) instead hex code.

Text Font Color

.myTextColor { color: #A37C98; }

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

This text font color is #A37C98.


Background Color

.myBgColor { background-color: #A37C98; }

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

This div background color is #A37C98.


Border color

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

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

This div border color is #A37C98.


Opacity

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

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

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

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

This text has shadow with #A37C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C98 on black background.


Color preview on white background

This text has color #A37C98 on white background.



Black color preview on #A37C98 background

This text has black color on #A37C98 background.


White color preview on #A37C98 background

This text has white color on #A37C98 background.