COLOR #8476B6

HEX: #8476B6
RGB: (132,118,182)

Renk bilgisi

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

RGB renk modeli

#8476B6 color RGB value is (132,118,182).

  • kırmız ton 132;
  • yeşil ton 118;
  • mavi ton 182.
RGB:
(132,118,182)
(52%,46%,71%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 118 of 255 = 46%
B 182 of 255 = 71%

132
118
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 118 + 182 = 432 (100%)
R 132 of 432 ~ 30.56%
G 118 of 432 ~ 27.31%
B 182 of 432 ~ 42.13%

%30.56
%27.31
%42.13

CMYK RENK MODELİ

#8476B6 rengi CMYK tonu (27,35,0,29).

  • camgöbeği tonu 27.47%
  • eflatun tonu 35.16%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(27,35,0,29)
C27M35Y0K29 
(27%,35%,0%,29%)
(0.27/0.35/0.00/0.29)	

CMYK yüzdeleri

%27.47
%35.16
%0
%28.63

Codes

Color #8476B6 in popluar color models

8476B6
RGB132118182
HSL253°30.48%58.82%
HSB/HSV253°35.16%71.37%
CMYK27.47%35.16%0.00%
28.63%

Color #8476B6 in popluar number systems.

HEX8476B6
Decimal132118182
Binary10000100111011010110110
Octal204166266

Shades and tints

Shades of #8476B6

#8476B6
(132,118,182)
#786CA6
(120,108,166)
#6C6296
(108,98,150)
#605886
(96,88,134)
#544E76
(84,78,118)
#484466
(72,68,102)
#3C3A56
(60,58,86)
#303046
(48,48,70)
#242636
(36,38,54)
#181C26
(24,28,38)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #8476B6

#8476B6
(132,118,182)
#8F82BC
(143,130,188)
#9A8EC2
(154,142,194)
#A59AC8
(165,154,200)
#B0A6CE
(176,166,206)
#BBB2D4
(187,178,212)
#C6BEDA
(198,190,218)
#D1CAE0
(209,202,224)
#DCD6E6
(220,214,230)
#E7E2EC
(231,226,236)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8476B6 color. Also use rgb(132,118,182) instead hex code.

Text Font Color

.myTextColor { color: #8476B6; }

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

This text font color is #8476B6.


Background Color

.myBgColor { background-color: #8476B6; }

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

This div background color is #8476B6.


Border color

.myBorderColor { border: 1px solid #8476B6; }

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

This div border color is #8476B6.


Opacity

.myOpacity80 { color: #8476B6; opacity: 0.8; }

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

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

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

This text has shadow with #8476B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8476B6 on black background.


Color preview on white background

This text has color #8476B6 on white background.



Black color preview on #8476B6 background

This text has black color on #8476B6 background.


White color preview on #8476B6 background

This text has white color on #8476B6 background.