COLOR #807C88

HEX: #807C88
RGB: (128,124,136)

Color info

#807C88 contains red, green and blue colors in about the same proportion. Web safe color of #807C88 is #666699 (or #669).

RGB color model

#807C88 color RGB value is (128,124,136).

  • red value is 128;
  • green value is 124;
  • blue value is 136.
RGB:
(128,124,136)
(50%,49%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 124 of 255 = 49%
B 136 of 255 = 53%

128
124
136

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

Portions of RGB colors in percentages

R + G + B =
128 + 124 + 136 = 388 (100%)
R 128 of 388 ~ 32.99%
G 124 of 388 ~ 31.96%
B 136 of 388 ~ 35.05%

%32.99
%31.96
%35.05

CMYK color model

#807C88 color CMYK value is (6,9,0,47).

  • cyan value is 5.88%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(6,9,0,47)
C6M9Y0K47 
(6%,9%,0%,47%)
(0.06/0.09/0.00/0.47)	

CMYK percentages

%5.88
%8.82
%0
%46.67

Codes

Color #807C88 in popluar color models

807C88
RGB128124136
HSL260°4.80%50.98%
HSB/HSV260°8.82%53.33%
CMYK5.88%8.82%0.00%
46.67%

Color #807C88 in popluar number systems.

HEX807C88
Decimal128124136
Binary10000000111110010001000
Octal200174210

Shades and tints

Shades of #807C88

#807C88
(128,124,136)
#75717C
(117,113,124)
#6A6670
(106,102,112)
#5F5B64
(95,91,100)
#545058
(84,80,88)
#49454C
(73,69,76)
#3E3A40
(62,58,64)
#332F34
(51,47,52)
#282428
(40,36,40)
#1D191C
(29,25,28)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #807C88

#807C88
(128,124,136)
#8B8792
(139,135,146)
#96929C
(150,146,156)
#A19DA6
(161,157,166)
#ACA8B0
(172,168,176)
#B7B3BA
(183,179,186)
#C2BEC4
(194,190,196)
#CDC9CE
(205,201,206)
#D8D4D8
(216,212,216)
#E3DFE2
(227,223,226)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807C88 color. Also use rgb(128,124,136) instead hex code.

Text Font Color

.myTextColor { color: #807C88; }

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

This text font color is #807C88.


Background Color

.myBgColor { background-color: #807C88; }

<div style="background-color:#807C88">Inner text</div>

This div background color is #807C88.


Border color

.myBorderColor { border: 1px solid #807C88; }

<div style="border:3px solid #807C88">Div</div>

This div border color is #807C88.


Opacity

.myOpacity80 { color: #807C88; opacity: 0.8; }

<p style="color:#807C88;opacity:0.8;">80%</p>

Text with #807C88 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 #807C88;}

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

This text has shadow with #807C88 color.

.textShadow {text-shadow: 3px 3px 1px #807C88, 3px 3px 1px red;}

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

This text has shadow with #807C88 primary color and red secondary color.


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

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

This text has shadow with #807C88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807C88 on black background.


Color preview on white background

This text has color #807C88 on white background.



Black color preview on #807C88 background

This text has black color on #807C88 background.


White color preview on #807C88 background

This text has white color on #807C88 background.