COLOR #A76E9B

HEX: #A76E9B
RGB: (167,110,155)

Renk bilgisi

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

RGB renk modeli

#A76E9B color RGB value is (167,110,155).

  • kırmız ton 167;
  • yeşil ton 110;
  • mavi ton 155.
RGB:
(167,110,155)
(65%,43%,61%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 110 of 255 = 43%
B 155 of 255 = 61%

167
110
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 110 + 155 = 432 (100%)
R 167 of 432 ~ 38.66%
G 110 of 432 ~ 25.46%
B 155 of 432 ~ 35.88%

%38.66
%25.46
%35.88

CMYK RENK MODELİ

#A76E9B rengi CMYK tonu (0,34,7,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.13%
  • sarı tonu 7.19%
  • ana renk tonu 34.51%
CMYK:
(0,34,7,35)
C0M34Y7K35 
(0%,34%,7%,35%)
(0.00/0.34/0.07/0.35)	

CMYK yüzdeleri

%0
%34.13
%7.19
%34.51

Codes

Color #A76E9B in popluar color models

A76E9B
RGB167110155
HSL313°24.46%54.31%
HSB/HSV313°34.13%65.49%
CMYK0.00%34.13%7.19%
34.51%

Color #A76E9B in popluar number systems.

HEXA76E9B
Decimal167110155
Binary10100111110111010011011
Octal247156233

Shades and tints

Shades of #A76E9B

#A76E9B
(167,110,155)
#98648D
(152,100,141)
#895A7F
(137,90,127)
#7A5071
(122,80,113)
#6B4663
(107,70,99)
#5C3C55
(92,60,85)
#4D3247
(77,50,71)
#3E2839
(62,40,57)
#2F1E2B
(47,30,43)
#20141D
(32,20,29)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #A76E9B

#A76E9B
(167,110,155)
#AF7BA4
(175,123,164)
#B788AD
(183,136,173)
#BF95B6
(191,149,182)
#C7A2BF
(199,162,191)
#CFAFC8
(207,175,200)
#D7BCD1
(215,188,209)
#DFC9DA
(223,201,218)
#E7D6E3
(231,214,227)
#EFE3EC
(239,227,236)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76E9B color. Also use rgb(167,110,155) instead hex code.

Text Font Color

.myTextColor { color: #A76E9B; }

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

This text font color is #A76E9B.


Background Color

.myBgColor { background-color: #A76E9B; }

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

This div background color is #A76E9B.


Border color

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

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

This div border color is #A76E9B.


Opacity

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

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

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

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

This text has shadow with #A76E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76E9B on black background.


Color preview on white background

This text has color #A76E9B on white background.



Black color preview on #A76E9B background

This text has black color on #A76E9B background.


White color preview on #A76E9B background

This text has white color on #A76E9B background.