COLOR #A76FC7

HEX: #A76FC7
RGB: (167,111,199)

Renk bilgisi

#A76FC7 contains mainly red and blue colors. #A76FC7 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#A76FC7 color RGB value is (167,111,199).

  • kırmız ton 167;
  • yeşil ton 111;
  • mavi ton 199.
RGB:
(167,111,199)
(65%,44%,78%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 111 of 255 = 44%
B 199 of 255 = 78%

167
111
199

R + G + B ~ 62%. #A76FC7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 111 + 199 = 477 (100%)
R 167 of 477 ~ 35.01%
G 111 of 477 ~ 23.27%
B 199 of 477 ~ 41.72%

%35.01
%23.27
%41.72

CMYK RENK MODELİ

#A76FC7 rengi CMYK tonu (16,44,0,22).

  • camgöbeği tonu 16.08%
  • eflatun tonu 44.22%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(16,44,0,22)
C16M44Y0K22 
(16%,44%,0%,22%)
(0.16/0.44/0.00/0.22)	

CMYK yüzdeleri

%16.08
%44.22
%0
%21.96

Codes

Color #A76FC7 in popluar color models

A76FC7
RGB167111199
HSL278°44.00%60.78%
HSB/HSV278°44.22%78.04%
CMYK16.08%44.22%0.00%
21.96%

Color #A76FC7 in popluar number systems.

HEXA76FC7
Decimal167111199
Binary10100111110111111000111
Octal247157307

Shades and tints

Shades of #A76FC7

#A76FC7
(167,111,199)
#9865B5
(152,101,181)
#895BA3
(137,91,163)
#7A5191
(122,81,145)
#6B477F
(107,71,127)
#5C3D6D
(92,61,109)
#4D335B
(77,51,91)
#3E2949
(62,41,73)
#2F1F37
(47,31,55)
#201525
(32,21,37)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #A76FC7

#A76FC7
(167,111,199)
#AF7CCC
(175,124,204)
#B789D1
(183,137,209)
#BF96D6
(191,150,214)
#C7A3DB
(199,163,219)
#CFB0E0
(207,176,224)
#D7BDE5
(215,189,229)
#DFCAEA
(223,202,234)
#E7D7EF
(231,215,239)
#EFE4F4
(239,228,244)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76FC7 color. Also use rgb(167,111,199) instead hex code.

Text Font Color

.myTextColor { color: #A76FC7; }

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

This text font color is #A76FC7.


Background Color

.myBgColor { background-color: #A76FC7; }

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

This div background color is #A76FC7.


Border color

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

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

This div border color is #A76FC7.


Opacity

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

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

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

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

This text has shadow with #A76FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76FC7 on black background.


Color preview on white background

This text has color #A76FC7 on white background.



Black color preview on #A76FC7 background

This text has black color on #A76FC7 background.


White color preview on #A76FC7 background

This text has white color on #A76FC7 background.