COLOR #8083A3

HEX: #8083A3
RGB: (128,131,163)

Color info

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

RGB color model

#8083A3 color RGB value is (128,131,163).

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

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 163 of 255 = 64%

128
131
163

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

Portions of RGB colors in percentages

R + G + B =
128 + 131 + 163 = 422 (100%)
R 128 of 422 ~ 30.33%
G 131 of 422 ~ 31.04%
B 163 of 422 ~ 38.63%

%30.33
%31.04
%38.63

CMYK color model

#8083A3 color CMYK value is (21,20,0,36).

  • cyan value is 21.47%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(21,20,0,36)
C21M20Y0K36 
(21%,20%,0%,36%)
(0.21/0.20/0.00/0.36)	

CMYK percentages

%21.47
%19.63
%0
%36.08

Codes

Color #8083A3 in popluar color models

8083A3
RGB128131163
HSL235°15.98%57.06%
HSB/HSV235°21.47%63.92%
CMYK21.47%19.63%0.00%
36.08%

Color #8083A3 in popluar number systems.

HEX8083A3
Decimal128131163
Binary100000001000001110100011
Octal200203243

Shades and tints

Shades of #8083A3

#8083A3
(128,131,163)
#757895
(117,120,149)
#6A6D87
(106,109,135)
#5F6279
(95,98,121)
#54576B
(84,87,107)
#494C5D
(73,76,93)
#3E414F
(62,65,79)
#333641
(51,54,65)
#282B33
(40,43,51)
#1D2025
(29,32,37)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #8083A3

#8083A3
(128,131,163)
#8B8EAB
(139,142,171)
#9699B3
(150,153,179)
#A1A4BB
(161,164,187)
#ACAFC3
(172,175,195)
#B7BACB
(183,186,203)
#C2C5D3
(194,197,211)
#CDD0DB
(205,208,219)
#D8DBE3
(216,219,227)
#E3E6EB
(227,230,235)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8083A3; }

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

This text font color is #8083A3.


Background Color

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

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

This div background color is #8083A3.


Border color

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

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

This div border color is #8083A3.


Opacity

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

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

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

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

This text has shadow with #8083A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8083A3 on black background.


Color preview on white background

This text has color #8083A3 on white background.



Black color preview on #8083A3 background

This text has black color on #8083A3 background.


White color preview on #8083A3 background

This text has white color on #8083A3 background.