COLOR #807090

HEX: #807090
RGB: (128,112,144)

Color info

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

RGB color model

#807090 color RGB value is (128,112,144).

  • red value is 128;
  • green value is 112;
  • blue value is 144.
RGB:
(128,112,144)
(50%,44%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 144 of 255 = 56%

128
112
144

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

Portions of RGB colors in percentages

R + G + B =
128 + 112 + 144 = 384 (100%)
R 128 of 384 ~ 33.33%
G 112 of 384 ~ 29.17%
B 144 of 384 ~ 37.5%

%33.33
%29.17
%37.5

CMYK color model

#807090 color CMYK value is (11,22,0,44).

  • cyan value is 11.11%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(11,22,0,44)
C11M22Y0K44 
(11%,22%,0%,44%)
(0.11/0.22/0.00/0.44)	

CMYK percentages

%11.11
%22.22
%0
%43.53

Codes

Color #807090 in popluar color models

807090
RGB128112144
HSL270°12.60%50.20%
HSB/HSV270°22.22%56.47%
CMYK11.11%22.22%0.00%
43.53%

Color #807090 in popluar number systems.

HEX807090
Decimal128112144
Binary10000000111000010010000
Octal200160220

Shades and tints

Shades of #807090

#807090
(128,112,144)
#756683
(117,102,131)
#6A5C76
(106,92,118)
#5F5269
(95,82,105)
#54485C
(84,72,92)
#493E4F
(73,62,79)
#3E3442
(62,52,66)
#332A35
(51,42,53)
#282028
(40,32,40)
#1D161B
(29,22,27)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #807090

#807090
(128,112,144)
#8B7D9A
(139,125,154)
#968AA4
(150,138,164)
#A197AE
(161,151,174)
#ACA4B8
(172,164,184)
#B7B1C2
(183,177,194)
#C2BECC
(194,190,204)
#CDCBD6
(205,203,214)
#D8D8E0
(216,216,224)
#E3E5EA
(227,229,234)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807090 color. Also use rgb(128,112,144) instead hex code.

Text Font Color

.myTextColor { color: #807090; }

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

This text font color is #807090.


Background Color

.myBgColor { background-color: #807090; }

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

This div background color is #807090.


Border color

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

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

This div border color is #807090.


Opacity

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

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

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

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

This text has shadow with #807090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807090 on black background.


Color preview on white background

This text has color #807090 on white background.



Black color preview on #807090 background

This text has black color on #807090 background.


White color preview on #807090 background

This text has white color on #807090 background.