COLOR #827E98

HEX: #827E98
RGB: (130,126,152)

Renk bilgisi

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

RGB renk modeli

#827E98 color RGB value is (130,126,152).

  • kırmız ton 130;
  • yeşil ton 126;
  • mavi ton 152.
RGB:
(130,126,152)
(51%,49%,60%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 126 of 255 = 49%
B 152 of 255 = 60%

130
126
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 126 + 152 = 408 (100%)
R 130 of 408 ~ 31.86%
G 126 of 408 ~ 30.88%
B 152 of 408 ~ 37.25%

%31.86
%30.88
%37.25

CMYK RENK MODELİ

#827E98 rengi CMYK tonu (14,17,0,40).

  • camgöbeği tonu 14.47%
  • eflatun tonu 17.11%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(14,17,0,40)
C14M17Y0K40 
(14%,17%,0%,40%)
(0.14/0.17/0.00/0.40)	

CMYK yüzdeleri

%14.47
%17.11
%0
%40.39

Codes

Color #827E98 in popluar color models

827E98
RGB130126152
HSL249°11.21%54.51%
HSB/HSV249°17.11%59.61%
CMYK14.47%17.11%0.00%
40.39%

Color #827E98 in popluar number systems.

HEX827E98
Decimal130126152
Binary10000010111111010011000
Octal202176230

Shades and tints

Shades of #827E98

#827E98
(130,126,152)
#77738B
(119,115,139)
#6C687E
(108,104,126)
#615D71
(97,93,113)
#565264
(86,82,100)
#4B4757
(75,71,87)
#403C4A
(64,60,74)
#35313D
(53,49,61)
#2A2630
(42,38,48)
#1F1B23
(31,27,35)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #827E98

#827E98
(130,126,152)
#8D89A1
(141,137,161)
#9894AA
(152,148,170)
#A39FB3
(163,159,179)
#AEAABC
(174,170,188)
#B9B5C5
(185,181,197)
#C4C0CE
(196,192,206)
#CFCBD7
(207,203,215)
#DAD6E0
(218,214,224)
#E5E1E9
(229,225,233)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827E98 color. Also use rgb(130,126,152) instead hex code.

Text Font Color

.myTextColor { color: #827E98; }

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

This text font color is #827E98.


Background Color

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

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

This div background color is #827E98.


Border color

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

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

This div border color is #827E98.


Opacity

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

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

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

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

This text has shadow with #827E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E98 on black background.


Color preview on white background

This text has color #827E98 on white background.



Black color preview on #827E98 background

This text has black color on #827E98 background.


White color preview on #827E98 background

This text has white color on #827E98 background.