COLOR #807985

HEX: #807985
RGB: (128,121,133)

Color info

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

RGB color model

#807985 color RGB value is (128,121,133).

  • red value is 128;
  • green value is 121;
  • blue value is 133.
RGB:
(128,121,133)
(50%,47%,52%)

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 133 of 255 = 52%

128
121
133

R + G + B ~ 50%. #807985 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 121 + 133 = 382 (100%)
R 128 of 382 ~ 33.51%
G 121 of 382 ~ 31.68%
B 133 of 382 ~ 34.82%

%33.51
%31.68
%34.82

CMYK color model

#807985 color CMYK value is (4,9,0,48).

  • cyan value is 3.76%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(4,9,0,48)
C4M9Y0K48 
(4%,9%,0%,48%)
(0.04/0.09/0.00/0.48)	

CMYK percentages

%3.76
%9.02
%0
%47.84

Codes

Color #807985 in popluar color models

807985
RGB128121133
HSL275°4.72%49.80%
HSB/HSV275°9.02%52.16%
CMYK3.76%9.02%0.00%
47.84%

Color #807985 in popluar number systems.

HEX807985
Decimal128121133
Binary10000000111100110000101
Octal200171205

Shades and tints

Shades of #807985

#807985
(128,121,133)
#756E79
(117,110,121)
#6A636D
(106,99,109)
#5F5861
(95,88,97)
#544D55
(84,77,85)
#494249
(73,66,73)
#3E373D
(62,55,61)
#332C31
(51,44,49)
#282125
(40,33,37)
#1D1619
(29,22,25)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #807985

#807985
(128,121,133)
#8B8590
(139,133,144)
#96919B
(150,145,155)
#A19DA6
(161,157,166)
#ACA9B1
(172,169,177)
#B7B5BC
(183,181,188)
#C2C1C7
(194,193,199)
#CDCDD2
(205,205,210)
#D8D9DD
(216,217,221)
#E3E5E8
(227,229,232)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807985 color. Also use rgb(128,121,133) instead hex code.

Text Font Color

.myTextColor { color: #807985; }

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

This text font color is #807985.


Background Color

.myBgColor { background-color: #807985; }

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

This div background color is #807985.


Border color

.myBorderColor { border: 1px solid #807985; }

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

This div border color is #807985.


Opacity

.myOpacity80 { color: #807985; opacity: 0.8; }

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

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

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

This text has shadow with #807985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807985 on black background.


Color preview on white background

This text has color #807985 on white background.



Black color preview on #807985 background

This text has black color on #807985 background.


White color preview on #807985 background

This text has white color on #807985 background.