COLOR #A76C96

HEX: #A76C96
RGB: (167,108,150)

Renk bilgisi

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

RGB renk modeli

#A76C96 color RGB value is (167,108,150).

  • kırmız ton 167;
  • yeşil ton 108;
  • mavi ton 150.
RGB:
(167,108,150)
(65%,42%,59%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 108 of 255 = 42%
B 150 of 255 = 59%

167
108
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 108 + 150 = 425 (100%)
R 167 of 425 ~ 39.29%
G 108 of 425 ~ 25.41%
B 150 of 425 ~ 35.29%

%39.29
%25.41
%35.29

CMYK RENK MODELİ

#A76C96 rengi CMYK tonu (0,35,10,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.33%
  • sarı tonu 10.18%
  • ana renk tonu 34.51%
CMYK:
(0,35,10,35)
C0M35Y10K35 
(0%,35%,10%,35%)
(0.00/0.35/0.10/0.35)	

CMYK yüzdeleri

%0
%35.33
%10.18
%34.51

Codes

Color #A76C96 in popluar color models

A76C96
RGB167108150
HSL317°25.11%53.92%
HSB/HSV317°35.33%65.49%
CMYK0.00%35.33%10.18%
34.51%

Color #A76C96 in popluar number systems.

HEXA76C96
Decimal167108150
Binary10100111110110010010110
Octal247154226

Shades and tints

Shades of #A76C96

#A76C96
(167,108,150)
#986389
(152,99,137)
#895A7C
(137,90,124)
#7A516F
(122,81,111)
#6B4862
(107,72,98)
#5C3F55
(92,63,85)
#4D3648
(77,54,72)
#3E2D3B
(62,45,59)
#2F242E
(47,36,46)
#201B21
(32,27,33)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A76C96

#A76C96
(167,108,150)
#AF799F
(175,121,159)
#B786A8
(183,134,168)
#BF93B1
(191,147,177)
#C7A0BA
(199,160,186)
#CFADC3
(207,173,195)
#D7BACC
(215,186,204)
#DFC7D5
(223,199,213)
#E7D4DE
(231,212,222)
#EFE1E7
(239,225,231)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76C96 color. Also use rgb(167,108,150) instead hex code.

Text Font Color

.myTextColor { color: #A76C96; }

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

This text font color is #A76C96.


Background Color

.myBgColor { background-color: #A76C96; }

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

This div background color is #A76C96.


Border color

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

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

This div border color is #A76C96.


Opacity

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

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

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

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

This text has shadow with #A76C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76C96 on black background.


Color preview on white background

This text has color #A76C96 on white background.



Black color preview on #A76C96 background

This text has black color on #A76C96 background.


White color preview on #A76C96 background

This text has white color on #A76C96 background.