COLOR #A76B9C

HEX: #A76B9C
RGB: (167,107,156)

Renk bilgisi

#A76B9C contains mainly red and blue colors. #A76B9C ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#A76B9C color RGB value is (167,107,156).

  • kırmız ton 167;
  • yeşil ton 107;
  • mavi ton 156.
RGB:
(167,107,156)
(65%,42%,61%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 107 of 255 = 42%
B 156 of 255 = 61%

167
107
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 107 + 156 = 430 (100%)
R 167 of 430 ~ 38.84%
G 107 of 430 ~ 24.88%
B 156 of 430 ~ 36.28%

%38.84
%24.88
%36.28

CMYK RENK MODELİ

#A76B9C rengi CMYK tonu (0,36,7,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.93%
  • sarı tonu 6.59%
  • ana renk tonu 34.51%
CMYK:
(0,36,7,35)
C0M36Y7K35 
(0%,36%,7%,35%)
(0.00/0.36/0.07/0.35)	

CMYK yüzdeleri

%0
%35.93
%6.59
%34.51

Codes

Color #A76B9C in popluar color models

A76B9C
RGB167107156
HSL311°25.42%53.73%
HSB/HSV311°35.93%65.49%
CMYK0.00%35.93%6.59%
34.51%

Color #A76B9C in popluar number systems.

HEXA76B9C
Decimal167107156
Binary10100111110101110011100
Octal247153234

Shades and tints

Shades of #A76B9C

#A76B9C
(167,107,156)
#98628E
(152,98,142)
#895980
(137,89,128)
#7A5072
(122,80,114)
#6B4764
(107,71,100)
#5C3E56
(92,62,86)
#4D3548
(77,53,72)
#3E2C3A
(62,44,58)
#2F232C
(47,35,44)
#201A1E
(32,26,30)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #A76B9C

#A76B9C
(167,107,156)
#AF78A5
(175,120,165)
#B785AE
(183,133,174)
#BF92B7
(191,146,183)
#C79FC0
(199,159,192)
#CFACC9
(207,172,201)
#D7B9D2
(215,185,210)
#DFC6DB
(223,198,219)
#E7D3E4
(231,211,228)
#EFE0ED
(239,224,237)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76B9C color. Also use rgb(167,107,156) instead hex code.

Text Font Color

.myTextColor { color: #A76B9C; }

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

This text font color is #A76B9C.


Background Color

.myBgColor { background-color: #A76B9C; }

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

This div background color is #A76B9C.


Border color

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

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

This div border color is #A76B9C.


Opacity

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

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

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

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

This text has shadow with #A76B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76B9C on black background.


Color preview on white background

This text has color #A76B9C on white background.



Black color preview on #A76B9C background

This text has black color on #A76B9C background.


White color preview on #A76B9C background

This text has white color on #A76B9C background.