COLOR #827C97

HEX: #827C97
RGB: (130,124,151)

Renk bilgisi

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

RGB renk modeli

#827C97 color RGB value is (130,124,151).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 124 of 255 = 49%
B 151 of 255 = 59%

130
124
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 124 + 151 = 405 (100%)
R 130 of 405 ~ 32.1%
G 124 of 405 ~ 30.62%
B 151 of 405 ~ 37.28%

%32.1
%30.62
%37.28

CMYK RENK MODELİ

#827C97 rengi CMYK tonu (14,18,0,41).

  • camgöbeği tonu 13.91%
  • eflatun tonu 17.88%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(14,18,0,41)
C14M18Y0K41 
(14%,18%,0%,41%)
(0.14/0.18/0.00/0.41)	

CMYK yüzdeleri

%13.91
%17.88
%0
%40.78

Codes

Color #827C97 in popluar color models

827C97
RGB130124151
HSL253°11.49%53.92%
HSB/HSV253°17.88%59.22%
CMYK13.91%17.88%0.00%
40.78%

Color #827C97 in popluar number systems.

HEX827C97
Decimal130124151
Binary10000010111110010010111
Octal202174227

Shades and tints

Shades of #827C97

#827C97
(130,124,151)
#77718A
(119,113,138)
#6C667D
(108,102,125)
#615B70
(97,91,112)
#565063
(86,80,99)
#4B4556
(75,69,86)
#403A49
(64,58,73)
#352F3C
(53,47,60)
#2A242F
(42,36,47)
#1F1922
(31,25,34)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #827C97

#827C97
(130,124,151)
#8D87A0
(141,135,160)
#9892A9
(152,146,169)
#A39DB2
(163,157,178)
#AEA8BB
(174,168,187)
#B9B3C4
(185,179,196)
#C4BECD
(196,190,205)
#CFC9D6
(207,201,214)
#DAD4DF
(218,212,223)
#E5DFE8
(229,223,232)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C97; }

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

This text font color is #827C97.


Background Color

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

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

This div background color is #827C97.


Border color

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

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

This div border color is #827C97.


Opacity

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

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

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

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

This text has shadow with #827C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C97 on black background.


Color preview on white background

This text has color #827C97 on white background.



Black color preview on #827C97 background

This text has black color on #827C97 background.


White color preview on #827C97 background

This text has white color on #827C97 background.