COLOR #8082A5

HEX: #8082A5
RGB: (128,130,165)

Color info

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

RGB color model

#8082A5 color RGB value is (128,130,165).

  • red value is 128;
  • green value is 130;
  • blue value is 165.
RGB:
(128,130,165)
(50%,51%,65%)

RGB channels and saturation

R 128 of 255 = 50%
G 130 of 255 = 51%
B 165 of 255 = 65%

128
130
165

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

Portions of RGB colors in percentages

R + G + B =
128 + 130 + 165 = 423 (100%)
R 128 of 423 ~ 30.26%
G 130 of 423 ~ 30.73%
B 165 of 423 ~ 39.01%

%30.26
%30.73
%39.01

CMYK color model

#8082A5 color CMYK value is (22,21,0,35).

  • cyan value is 22.42%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(22,21,0,35)
C22M21Y0K35 
(22%,21%,0%,35%)
(0.22/0.21/0.00/0.35)	

CMYK percentages

%22.42
%21.21
%0
%35.29

Codes

Color #8082A5 in popluar color models

8082A5
RGB128130165
HSL237°17.05%57.45%
HSB/HSV237°22.42%64.71%
CMYK22.42%21.21%0.00%
35.29%

Color #8082A5 in popluar number systems.

HEX8082A5
Decimal128130165
Binary100000001000001010100101
Octal200202245

Shades and tints

Shades of #8082A5

#8082A5
(128,130,165)
#757796
(117,119,150)
#6A6C87
(106,108,135)
#5F6178
(95,97,120)
#545669
(84,86,105)
#494B5A
(73,75,90)
#3E404B
(62,64,75)
#33353C
(51,53,60)
#282A2D
(40,42,45)
#1D1F1E
(29,31,30)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #8082A5

#8082A5
(128,130,165)
#8B8DAD
(139,141,173)
#9698B5
(150,152,181)
#A1A3BD
(161,163,189)
#ACAEC5
(172,174,197)
#B7B9CD
(183,185,205)
#C2C4D5
(194,196,213)
#CDCFDD
(205,207,221)
#D8DAE5
(216,218,229)
#E3E5ED
(227,229,237)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8082A5 color. Also use rgb(128,130,165) instead hex code.

Text Font Color

.myTextColor { color: #8082A5; }

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

This text font color is #8082A5.


Background Color

.myBgColor { background-color: #8082A5; }

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

This div background color is #8082A5.


Border color

.myBorderColor { border: 1px solid #8082A5; }

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

This div border color is #8082A5.


Opacity

.myOpacity80 { color: #8082A5; opacity: 0.8; }

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

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

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

This text has shadow with #8082A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8082A5 on black background.


Color preview on white background

This text has color #8082A5 on white background.



Black color preview on #8082A5 background

This text has black color on #8082A5 background.


White color preview on #8082A5 background

This text has white color on #8082A5 background.