COLOR #827397

HEX: #827397
RGB: (130,115,151)

Renk bilgisi

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

RGB renk modeli

#827397 color RGB value is (130,115,151).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 115 of 255 = 45%
B 151 of 255 = 59%

130
115
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 115 + 151 = 396 (100%)
R 130 of 396 ~ 32.83%
G 115 of 396 ~ 29.04%
B 151 of 396 ~ 38.13%

%32.83
%29.04
%38.13

CMYK RENK MODELİ

#827397 rengi CMYK tonu (14,24,0,41).

  • camgöbeği tonu 13.91%
  • eflatun tonu 23.84%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(14,24,0,41)
C14M24Y0K41 
(14%,24%,0%,41%)
(0.14/0.24/0.00/0.41)	

CMYK yüzdeleri

%13.91
%23.84
%0
%40.78

Codes

Color #827397 in popluar color models

827397
RGB130115151
HSL265°14.75%52.16%
HSB/HSV265°23.84%59.22%
CMYK13.91%23.84%0.00%
40.78%

Color #827397 in popluar number systems.

HEX827397
Decimal130115151
Binary10000010111001110010111
Octal202163227

Shades and tints

Shades of #827397

#827397
(130,115,151)
#77698A
(119,105,138)
#6C5F7D
(108,95,125)
#615570
(97,85,112)
#564B63
(86,75,99)
#4B4156
(75,65,86)
#403749
(64,55,73)
#352D3C
(53,45,60)
#2A232F
(42,35,47)
#1F1922
(31,25,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #827397

#827397
(130,115,151)
#8D7FA0
(141,127,160)
#988BA9
(152,139,169)
#A397B2
(163,151,178)
#AEA3BB
(174,163,187)
#B9AFC4
(185,175,196)
#C4BBCD
(196,187,205)
#CFC7D6
(207,199,214)
#DAD3DF
(218,211,223)
#E5DFE8
(229,223,232)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827397; }

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

This text font color is #827397.


Background Color

.myBgColor { background-color: #827397; }

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

This div background color is #827397.


Border color

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

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

This div border color is #827397.


Opacity

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

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

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

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

This text has shadow with #827397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827397 on black background.


Color preview on white background

This text has color #827397 on white background.



Black color preview on #827397 background

This text has black color on #827397 background.


White color preview on #827397 background

This text has white color on #827397 background.