COLOR #A37BA6

HEX: #A37BA6
RGB: (163,123,166)

Renk bilgisi

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

RGB renk modeli

#A37BA6 color RGB value is (163,123,166).

  • kırmız ton 163;
  • yeşil ton 123;
  • mavi ton 166.
RGB:
(163,123,166)
(64%,48%,65%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 123 of 255 = 48%
B 166 of 255 = 65%

163
123
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 123 + 166 = 452 (100%)
R 163 of 452 ~ 36.06%
G 123 of 452 ~ 27.21%
B 166 of 452 ~ 36.73%

%36.06
%27.21
%36.73

CMYK RENK MODELİ

#A37BA6 rengi CMYK tonu (2,26,0,35).

  • camgöbeği tonu 1.81%
  • eflatun tonu 25.90%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(2,26,0,35)
C2M26Y0K35 
(2%,26%,0%,35%)
(0.02/0.26/0.00/0.35)	

CMYK yüzdeleri

%1.81
%25.9
%0
%34.9

Codes

Color #A37BA6 in popluar color models

A37BA6
RGB163123166
HSL296°19.46%56.67%
HSB/HSV296°25.90%65.10%
CMYK1.81%25.90%0.00%
34.90%

Color #A37BA6 in popluar number systems.

HEXA37BA6
Decimal163123166
Binary10100011111101110100110
Octal243173246

Shades and tints

Shades of #A37BA6

#A37BA6
(163,123,166)
#957097
(149,112,151)
#876588
(135,101,136)
#795A79
(121,90,121)
#6B4F6A
(107,79,106)
#5D445B
(93,68,91)
#4F394C
(79,57,76)
#412E3D
(65,46,61)
#33232E
(51,35,46)
#25181F
(37,24,31)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #A37BA6

#A37BA6
(163,123,166)
#AB87AE
(171,135,174)
#B393B6
(179,147,182)
#BB9FBE
(187,159,190)
#C3ABC6
(195,171,198)
#CBB7CE
(203,183,206)
#D3C3D6
(211,195,214)
#DBCFDE
(219,207,222)
#E3DBE6
(227,219,230)
#EBE7EE
(235,231,238)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37BA6 color. Also use rgb(163,123,166) instead hex code.

Text Font Color

.myTextColor { color: #A37BA6; }

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

This text font color is #A37BA6.


Background Color

.myBgColor { background-color: #A37BA6; }

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

This div background color is #A37BA6.


Border color

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

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

This div border color is #A37BA6.


Opacity

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

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

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

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

This text has shadow with #A37BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37BA6 on black background.


Color preview on white background

This text has color #A37BA6 on white background.



Black color preview on #A37BA6 background

This text has black color on #A37BA6 background.


White color preview on #A37BA6 background

This text has white color on #A37BA6 background.