COLOR #827D95

HEX: #827D95
RGB: (130,125,149)

Renk bilgisi

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

RGB renk modeli

#827D95 color RGB value is (130,125,149).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 149 of 255 = 58%

130
125
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 149 = 404 (100%)
R 130 of 404 ~ 32.18%
G 125 of 404 ~ 30.94%
B 149 of 404 ~ 36.88%

%32.18
%30.94
%36.88

CMYK RENK MODELİ

#827D95 rengi CMYK tonu (13,16,0,42).

  • camgöbeği tonu 12.75%
  • eflatun tonu 16.11%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(13,16,0,42)
C13M16Y0K42 
(13%,16%,0%,42%)
(0.13/0.16/0.00/0.42)	

CMYK yüzdeleri

%12.75
%16.11
%0
%41.57

Codes

Color #827D95 in popluar color models

827D95
RGB130125149
HSL253°10.17%53.73%
HSB/HSV253°16.11%58.43%
CMYK12.75%16.11%0.00%
41.57%

Color #827D95 in popluar number systems.

HEX827D95
Decimal130125149
Binary10000010111110110010101
Octal202175225

Shades and tints

Shades of #827D95

#827D95
(130,125,149)
#777288
(119,114,136)
#6C677B
(108,103,123)
#615C6E
(97,92,110)
#565161
(86,81,97)
#4B4654
(75,70,84)
#403B47
(64,59,71)
#35303A
(53,48,58)
#2A252D
(42,37,45)
#1F1A20
(31,26,32)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #827D95

#827D95
(130,125,149)
#8D889E
(141,136,158)
#9893A7
(152,147,167)
#A39EB0
(163,158,176)
#AEA9B9
(174,169,185)
#B9B4C2
(185,180,194)
#C4BFCB
(196,191,203)
#CFCAD4
(207,202,212)
#DAD5DD
(218,213,221)
#E5E0E6
(229,224,230)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D95; }

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

This text font color is #827D95.


Background Color

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

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

This div background color is #827D95.


Border color

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

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

This div border color is #827D95.


Opacity

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

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

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

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

This text has shadow with #827D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D95 on black background.


Color preview on white background

This text has color #827D95 on white background.



Black color preview on #827D95 background

This text has black color on #827D95 background.


White color preview on #827D95 background

This text has white color on #827D95 background.