COLOR #8083A0

HEX: #8083A0
RGB: (128,131,160)

Color info

#8083A0 contains red, green and blue colors in about the same proportion. Web safe color of #8083A0 is #669999 (or #699).

RGB color model

#8083A0 color RGB value is (128,131,160).

  • red value is 128;
  • green value is 131;
  • blue value is 160.
RGB:
(128,131,160)
(50%,51%,63%)

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 160 of 255 = 63%

128
131
160

R + G + B ~ 55%. #8083A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 131 + 160 = 419 (100%)
R 128 of 419 ~ 30.55%
G 131 of 419 ~ 31.26%
B 160 of 419 ~ 38.19%

%30.55
%31.26
%38.19

CMYK color model

#8083A0 color CMYK value is (20,18,0,37).

  • cyan value is 20.00%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(20,18,0,37)
C20M18Y0K37 
(20%,18%,0%,37%)
(0.20/0.18/0.00/0.37)	

CMYK percentages

%20
%18.13
%0
%37.25

Codes

Color #8083A0 in popluar color models

8083A0
RGB128131160
HSL234°14.41%56.47%
HSB/HSV234°20.00%62.75%
CMYK20.00%18.13%0.00%
37.25%

Color #8083A0 in popluar number systems.

HEX8083A0
Decimal128131160
Binary100000001000001110100000
Octal200203240

Shades and tints

Shades of #8083A0

#8083A0
(128,131,160)
#757892
(117,120,146)
#6A6D84
(106,109,132)
#5F6276
(95,98,118)
#545768
(84,87,104)
#494C5A
(73,76,90)
#3E414C
(62,65,76)
#33363E
(51,54,62)
#282B30
(40,43,48)
#1D2022
(29,32,34)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #8083A0

#8083A0
(128,131,160)
#8B8EA8
(139,142,168)
#9699B0
(150,153,176)
#A1A4B8
(161,164,184)
#ACAFC0
(172,175,192)
#B7BAC8
(183,186,200)
#C2C5D0
(194,197,208)
#CDD0D8
(205,208,216)
#D8DBE0
(216,219,224)
#E3E6E8
(227,230,232)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8083A0 color. Also use rgb(128,131,160) instead hex code.

Text Font Color

.myTextColor { color: #8083A0; }

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

This text font color is #8083A0.


Background Color

.myBgColor { background-color: #8083A0; }

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

This div background color is #8083A0.


Border color

.myBorderColor { border: 1px solid #8083A0; }

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

This div border color is #8083A0.


Opacity

.myOpacity80 { color: #8083A0; opacity: 0.8; }

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

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

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

This text has shadow with #8083A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8083A0 on black background.


Color preview on white background

This text has color #8083A0 on white background.



Black color preview on #8083A0 background

This text has black color on #8083A0 background.


White color preview on #8083A0 background

This text has white color on #8083A0 background.