COLOR #827D9F

HEX: #827D9F
RGB: (130,125,159)

Renk bilgisi

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

RGB renk modeli

#827D9F color RGB value is (130,125,159).

  • kırmız ton 130;
  • yeşil ton 125;
  • mavi ton 159.
RGB:
(130,125,159)
(51%,49%,62%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 159 of 255 = 62%

130
125
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 159 = 414 (100%)
R 130 of 414 ~ 31.4%
G 125 of 414 ~ 30.19%
B 159 of 414 ~ 38.41%

%31.4
%30.19
%38.41

CMYK RENK MODELİ

#827D9F rengi CMYK tonu (18,21,0,38).

  • camgöbeği tonu 18.24%
  • eflatun tonu 21.38%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(18,21,0,38)
C18M21Y0K38 
(18%,21%,0%,38%)
(0.18/0.21/0.00/0.38)	

CMYK yüzdeleri

%18.24
%21.38
%0
%37.65

Codes

Color #827D9F in popluar color models

827D9F
RGB130125159
HSL249°15.04%55.69%
HSB/HSV249°21.38%62.35%
CMYK18.24%21.38%0.00%
37.65%

Color #827D9F in popluar number systems.

HEX827D9F
Decimal130125159
Binary10000010111110110011111
Octal202175237

Shades and tints

Shades of #827D9F

#827D9F
(130,125,159)
#777291
(119,114,145)
#6C6783
(108,103,131)
#615C75
(97,92,117)
#565167
(86,81,103)
#4B4659
(75,70,89)
#403B4B
(64,59,75)
#35303D
(53,48,61)
#2A252F
(42,37,47)
#1F1A21
(31,26,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #827D9F

#827D9F
(130,125,159)
#8D88A7
(141,136,167)
#9893AF
(152,147,175)
#A39EB7
(163,158,183)
#AEA9BF
(174,169,191)
#B9B4C7
(185,180,199)
#C4BFCF
(196,191,207)
#CFCAD7
(207,202,215)
#DAD5DF
(218,213,223)
#E5E0E7
(229,224,231)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827D9F color. Also use rgb(130,125,159) instead hex code.

Text Font Color

.myTextColor { color: #827D9F; }

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

This text font color is #827D9F.


Background Color

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

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

This div background color is #827D9F.


Border color

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

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

This div border color is #827D9F.


Opacity

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

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

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

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

This text has shadow with #827D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D9F on black background.


Color preview on white background

This text has color #827D9F on white background.



Black color preview on #827D9F background

This text has black color on #827D9F background.


White color preview on #827D9F background

This text has white color on #827D9F background.