COLOR #827C93

HEX: #827C93
RGB: (130,124,147)

Renk bilgisi

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

RGB renk modeli

#827C93 color RGB value is (130,124,147).

  • kırmız ton 130;
  • yeşil ton 124;
  • mavi ton 147.
RGB:
(130,124,147)
(51%,49%,58%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 124 of 255 = 49%
B 147 of 255 = 58%

130
124
147

R + G + B ~ 53%. #827C93 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 124 + 147 = 401 (100%)
R 130 of 401 ~ 32.42%
G 124 of 401 ~ 30.92%
B 147 of 401 ~ 36.66%

%32.42
%30.92
%36.66

CMYK RENK MODELİ

#827C93 rengi CMYK tonu (12,16,0,42).

  • camgöbeği tonu 11.56%
  • eflatun tonu 15.65%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(12,16,0,42)
C12M16Y0K42 
(12%,16%,0%,42%)
(0.12/0.16/0.00/0.42)	

CMYK yüzdeleri

%11.56
%15.65
%0
%42.35

Codes

Color #827C93 in popluar color models

827C93
RGB130124147
HSL256°9.62%53.14%
HSB/HSV256°15.65%57.65%
CMYK11.56%15.65%0.00%
42.35%

Color #827C93 in popluar number systems.

HEX827C93
Decimal130124147
Binary10000010111110010010011
Octal202174223

Shades and tints

Shades of #827C93

#827C93
(130,124,147)
#777186
(119,113,134)
#6C6679
(108,102,121)
#615B6C
(97,91,108)
#56505F
(86,80,95)
#4B4552
(75,69,82)
#403A45
(64,58,69)
#352F38
(53,47,56)
#2A242B
(42,36,43)
#1F191E
(31,25,30)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #827C93

#827C93
(130,124,147)
#8D879C
(141,135,156)
#9892A5
(152,146,165)
#A39DAE
(163,157,174)
#AEA8B7
(174,168,183)
#B9B3C0
(185,179,192)
#C4BEC9
(196,190,201)
#CFC9D2
(207,201,210)
#DAD4DB
(218,212,219)
#E5DFE4
(229,223,228)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827C93 color. Also use rgb(130,124,147) instead hex code.

Text Font Color

.myTextColor { color: #827C93; }

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

This text font color is #827C93.


Background Color

.myBgColor { background-color: #827C93; }

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

This div background color is #827C93.


Border color

.myBorderColor { border: 1px solid #827C93; }

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

This div border color is #827C93.


Opacity

.myOpacity80 { color: #827C93; opacity: 0.8; }

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

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

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

This text has shadow with #827C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C93 on black background.


Color preview on white background

This text has color #827C93 on white background.



Black color preview on #827C93 background

This text has black color on #827C93 background.


White color preview on #827C93 background

This text has white color on #827C93 background.