COLOR #8080D4

HEX: #8080D4
RGB: (128,128,212)

Color info

#8080D4 contains mainly blue color. Web safe color of #8080D4 is #6666CC (or #66C).

RGB color model

#8080D4 color RGB value is (128,128,212).

  • red value is 128;
  • green value is 128;
  • blue value is 212.
RGB:
(128,128,212)
(50%,50%,83%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 212 of 255 = 83%

128
128
212

R + G + B ~ 61%. #8080D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 212 = 468 (100%)
R 128 of 468 ~ 27.35%
G 128 of 468 ~ 27.35%
B 212 of 468 ~ 45.3%

%27.35
%27.35
%45.3

CMYK color model

#8080D4 color CMYK value is (40,40,0,17).

  • cyan value is 39.62%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(40,40,0,17)
C40M40Y0K17 
(40%,40%,0%,17%)
(0.40/0.40/0.00/0.17)	

CMYK percentages

%39.62
%39.62
%0
%16.86

Codes

Color #8080D4 in popluar color models

8080D4
RGB128128212
HSL240°49.41%66.67%
HSB/HSV240°39.62%83.14%
CMYK39.62%39.62%0.00%
16.86%

Color #8080D4 in popluar number systems.

HEX8080D4
Decimal128128212
Binary100000001000000011010100
Octal200200324

Shades and tints

Shades of #8080D4

#8080D4
(128,128,212)
#7575C1
(117,117,193)
#6A6AAE
(106,106,174)
#5F5F9B
(95,95,155)
#545488
(84,84,136)
#494975
(73,73,117)
#3E3E62
(62,62,98)
#33334F
(51,51,79)
#28283C
(40,40,60)
#1D1D29
(29,29,41)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #8080D4

#8080D4
(128,128,212)
#8B8BD7
(139,139,215)
#9696DA
(150,150,218)
#A1A1DD
(161,161,221)
#ACACE0
(172,172,224)
#B7B7E3
(183,183,227)
#C2C2E6
(194,194,230)
#CDCDE9
(205,205,233)
#D8D8EC
(216,216,236)
#E3E3EF
(227,227,239)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8080D4 color. Also use rgb(128,128,212) instead hex code.

Text Font Color

.myTextColor { color: #8080D4; }

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

This text font color is #8080D4.


Background Color

.myBgColor { background-color: #8080D4; }

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

This div background color is #8080D4.


Border color

.myBorderColor { border: 1px solid #8080D4; }

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

This div border color is #8080D4.


Opacity

.myOpacity80 { color: #8080D4; opacity: 0.8; }

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

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

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

This text has shadow with #8080D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8080D4 on black background.


Color preview on white background

This text has color #8080D4 on white background.



Black color preview on #8080D4 background

This text has black color on #8080D4 background.


White color preview on #8080D4 background

This text has white color on #8080D4 background.