COLOR #827A88

HEX: #827A88
RGB: (130,122,136)

Color info

#827A88 contains red, green and blue colors in about the same proportion. Web safe color of #827A88 is #996699 (or #969).

RGB color model

#827A88 color RGB value is (130,122,136).

  • red value is 130;
  • green value is 122;
  • blue value is 136.
RGB:
(130,122,136)
(51%,48%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 136 of 255 = 53%

130
122
136

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

Portions of RGB colors in percentages

R + G + B =
130 + 122 + 136 = 388 (100%)
R 130 of 388 ~ 33.51%
G 122 of 388 ~ 31.44%
B 136 of 388 ~ 35.05%

%33.51
%31.44
%35.05

CMYK color model

#827A88 color CMYK value is (4,10,0,47).

  • cyan value is 4.41%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(4,10,0,47)
C4M10Y0K47 
(4%,10%,0%,47%)
(0.04/0.10/0.00/0.47)	

CMYK percentages

%4.41
%10.29
%0
%46.67

Codes

Color #827A88 in popluar color models

827A88
RGB130122136
HSL274°5.56%50.59%
HSB/HSV274°10.29%53.33%
CMYK4.41%10.29%0.00%
46.67%

Color #827A88 in popluar number systems.

HEX827A88
Decimal130122136
Binary10000010111101010001000
Octal202172210

Shades and tints

Shades of #827A88

#827A88
(130,122,136)
#776F7C
(119,111,124)
#6C6470
(108,100,112)
#615964
(97,89,100)
#564E58
(86,78,88)
#4B434C
(75,67,76)
#403840
(64,56,64)
#352D34
(53,45,52)
#2A2228
(42,34,40)
#1F171C
(31,23,28)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #827A88

#827A88
(130,122,136)
#8D8692
(141,134,146)
#98929C
(152,146,156)
#A39EA6
(163,158,166)
#AEAAB0
(174,170,176)
#B9B6BA
(185,182,186)
#C4C2C4
(196,194,196)
#CFCECE
(207,206,206)
#DADAD8
(218,218,216)
#E5E6E2
(229,230,226)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827A88 color. Also use rgb(130,122,136) instead hex code.

Text Font Color

.myTextColor { color: #827A88; }

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

This text font color is #827A88.


Background Color

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

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

This div background color is #827A88.


Border color

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

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

This div border color is #827A88.


Opacity

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

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

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

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

This text has shadow with #827A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A88 on black background.


Color preview on white background

This text has color #827A88 on white background.



Black color preview on #827A88 background

This text has black color on #827A88 background.


White color preview on #827A88 background

This text has white color on #827A88 background.