COLOR #807D99

HEX: #807D99 RGB: (128,125,153)

Color info

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

RGB color model

#807D99 color RGB value is (128,125,153).

RGB: (128,125,153) (50%, 49%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 125 of 255 = 49%
B 153 of 255 = 60%

128
125
153

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

Portions of RGB colors in percentages

R + G + B = 128 + 125 + 153 = 406 (100%)
R 128 of 406 ~ 31.53%
G 125 of 406 ~ 30.79%
B 153 of 406 ~ 37.68'%

%31.53
%30.79
%37.68

CMYK color model

#807D99 color CMYK value is (16,18,0,40).

  • cyan value is 16.34%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (16,18,0,40)
C16M18Y0K40 (16%, 18%, 0%, 40%)
(0.16 / 0.18 / 0.00 / 0.40)

CMYK percentages

%16.34
%18.3
%0
%40

Codes

Color #807D99 in popluar color models

80 7D 99
RGB 128 125 153
HSL 246° 12.07% 54.51%
HSB/HSV 246° 18.30% 60.00%
CMYK 16.34% 18.30% 0.00%
40.00%

Color #807D99 in popluar number systems.

HEX 80 7D 99
Decimal 128 125 153
Binary 10000000 1111101 10011001
Octal 200 175 231

Shades and tints

Shades of #807D99

#807D99
(128,125,153)
#75728C
(117,114,140)
#6A677F
(106,103,127)
#5F5C72
(95,92,114)
#545165
(84,81,101)
#494658
(73,70,88)
#3E3B4B
(62,59,75)
#33303E
(51,48,62)
#282531
(40,37,49)
#1D1A24
(29,26,36)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #807D99

#807D99
(128,125,153)
#8B88A2
(139,136,162)
#9693AB
(150,147,171)
#A19EB4
(161,158,180)
#ACA9BD
(172,169,189)
#B7B4C6
(183,180,198)
#C2BFCF
(194,191,207)
#CDCAD8
(205,202,216)
#D8D5E1
(216,213,225)
#E3E0EA
(227,224,234)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807D99 color. Also use rgb(128,125,153) instead hex code.

Text Font Color

.myTextColor { color: #807D99; }

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

This text font color is #807D99.

Background Color

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

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

This div background color is #807D99.

Border color

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

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

This div border color is #807D99.

Opacity

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

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

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

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

This text has shadow with #807D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807D99.

Preview

Color preview on black background

This text has color #807D99 on black background.


Color preview on white background

This text has color #807D99 on white background.


Black color preview on #807D99 background

This text has black color on #807D99 background.


White color preview on #807D99 background

This text has white color on #807D99 background.


Related colors

Complementary color

Complementary color for #hex is #7F8266.


I love getcolorcode.com

Triadic colors

1 #99807D and #7D9980 with #807D99 are triadic colors.

2 #997D80 and #7D8099 with #807D99 are triadic colors.