COLOR #827B8D

HEX: #827B8D
RGB: (130,123,141)

Renk bilgisi

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

RGB renk modeli

#827B8D color RGB value is (130,123,141).

  • kırmız ton 130;
  • yeşil ton 123;
  • mavi ton 141.
RGB:
(130,123,141)
(51%,48%,55%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 123 of 255 = 48%
B 141 of 255 = 55%

130
123
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 123 + 141 = 394 (100%)
R 130 of 394 ~ 32.99%
G 123 of 394 ~ 31.22%
B 141 of 394 ~ 35.79%

%32.99
%31.22
%35.79

CMYK RENK MODELİ

#827B8D rengi CMYK tonu (8,13,0,45).

  • camgöbeği tonu 7.80%
  • eflatun tonu 12.77%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(8,13,0,45)
C8M13Y0K45 
(8%,13%,0%,45%)
(0.08/0.13/0.00/0.45)	

CMYK yüzdeleri

%7.8
%12.77
%0
%44.71

Codes

Color #827B8D in popluar color models

827B8D
RGB130123141
HSL263°7.32%51.76%
HSB/HSV263°12.77%55.29%
CMYK7.80%12.77%0.00%
44.71%

Color #827B8D in popluar number systems.

HEX827B8D
Decimal130123141
Binary10000010111101110001101
Octal202173215

Shades and tints

Shades of #827B8D

#827B8D
(130,123,141)
#777081
(119,112,129)
#6C6575
(108,101,117)
#615A69
(97,90,105)
#564F5D
(86,79,93)
#4B4451
(75,68,81)
#403945
(64,57,69)
#352E39
(53,46,57)
#2A232D
(42,35,45)
#1F1821
(31,24,33)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #827B8D

#827B8D
(130,123,141)
#8D8797
(141,135,151)
#9893A1
(152,147,161)
#A39FAB
(163,159,171)
#AEABB5
(174,171,181)
#B9B7BF
(185,183,191)
#C4C3C9
(196,195,201)
#CFCFD3
(207,207,211)
#DADBDD
(218,219,221)
#E5E7E7
(229,231,231)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827B8D color. Also use rgb(130,123,141) instead hex code.

Text Font Color

.myTextColor { color: #827B8D; }

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

This text font color is #827B8D.


Background Color

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

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

This div background color is #827B8D.


Border color

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

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

This div border color is #827B8D.


Opacity

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

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

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

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

This text has shadow with #827B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827B8D on black background.


Color preview on white background

This text has color #827B8D on white background.



Black color preview on #827B8D background

This text has black color on #827B8D background.


White color preview on #827B8D background

This text has white color on #827B8D background.