COLOR #8880DB

HEX: #8880DB RGB: (136,128,219)

Color info

#8880DB contains mainly blue color. Web safe color of #8880DB is #9966CC (or #96C).

RGB color model

#8880DB color RGB value is (136,128,219).

RGB: (136,128,219) (53%, 50%, 86%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 219 of 255 = 86%

136
128
219

R + G + B ~ 63%. #8880DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 128 + 219 = 483 (100%)
R 136 of 483 ~ 28.16%
G 128 of 483 ~ 26.5%
B 219 of 483 ~ 45.34'%

%28.16
%26.5
%45.34

CMYK color model

#8880DB color CMYK value is (38,42,0,14).

  • cyan value is 37.90%
  • magenta value is 41.55%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (38,42,0,14)
C38M42Y0K14 (38%, 42%, 0%, 14%)
(0.38 / 0.42 / 0.00 / 0.14)

CMYK percentages

%37.9
%41.55
%0
%14.12

Codes

Color #8880DB in popluar color models

88 80 DB
RGB 136 128 219
HSL 245° 55.83% 68.04%
HSB/HSV 245° 41.55% 85.88%
CMYK 37.90% 41.55% 0.00%
14.12%

Color #8880DB in popluar number systems.

HEX 88 80 DB
Decimal 136 128 219
Binary 10001000 10000000 11011011
Octal 210 200 333

Shades and tints

Shades of #8880DB

#8880DB
(136,128,219)
#7C75C8
(124,117,200)
#706AB5
(112,106,181)
#645FA2
(100,95,162)
#58548F
(88,84,143)
#4C497C
(76,73,124)
#403E69
(64,62,105)
#343356
(52,51,86)
#282843
(40,40,67)
#1C1D30
(28,29,48)
#10121D
(16,18,29)
#000000
(0,0,0)

Tints of #8880DB

#8880DB
(136,128,219)
#928BDE
(146,139,222)
#9C96E1
(156,150,225)
#A6A1E4
(166,161,228)
#B0ACE7
(176,172,231)
#BAB7EA
(186,183,234)
#C4C2ED
(196,194,237)
#CECDF0
(206,205,240)
#D8D8F3
(216,216,243)
#E2E3F6
(226,227,246)
#ECEEF9
(236,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8880DB color. Also use rgb(136,128,219) instead hex code.

Text Font Color

.myTextColor { color: #8880DB; }

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

This text font color is #8880DB.

Background Color

.myBgColor { background-color: #8880DB; }

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

This div background color is #8880DB.

Border color

.myBorderColor { border: 1px solid #8880DB; }

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

This div border color is #8880DB.

Opacity

.myOpacity80 { color: #8880DB; opacity: 0.8; }

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

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

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

This text has shadow with #8880DB color.


.textShadow {text-shadow: 3px 3px 1px #8880DB', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8880DB; -webkit-box-shadow: 1px 1px 3px 2px #8880DB; box-shadow:1px 1px 3px 2px #8880DB;">
Div content here
</div>

This div box has shadow with color #8880DB.

Preview

Color preview on black background

This text has color #8880DB on black background.


Color preview on white background

This text has color #8880DB on white background.


Black color preview on #8880DB background

This text has black color on #8880DB background.


White color preview on #8880DB background

This text has white color on #8880DB background.


Related colors

Complementary color

Complementary color for #hex is #777F24.


I love getcolorcode.com

Triadic colors

1 #DB8880 and #80DB88 with #8880DB are triadic colors.

2 #DB8088 and #8088DB with #8880DB are triadic colors.