COLOR #8099DB

HEX: #8099DB RGB: (128,153,219)

Color info

#8099DB contains mainly blue color. Web safe color of #8099DB is #6699CC (or #69C).

RGB color model

#8099DB color RGB value is (128,153,219).

RGB: (128,153,219) (50%, 60%, 86%)

RGB channels and saturation

R 128 of 255 = 50%
G 153 of 255 = 60%
B 219 of 255 = 86%

128
153
219

R + G + B ~ 65%. #8099DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 153 + 219 = 500 (100%)
R 128 of 500 ~ 25.6%
G 153 of 500 ~ 30.6%
B 219 of 500 ~ 43.8'%

%25.6
%30.6
%43.8

CMYK color model

#8099DB color CMYK value is (42,30,0,14).

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

CMYK: (42,30,0,14)
C42M30Y0K14 (42%, 30%, 0%, 14%)
(0.42 / 0.30 / 0.00 / 0.14)

CMYK percentages

%41.55
%30.14
%0
%14.12

Codes

Color #8099DB in popluar color models

80 99 DB
RGB 128 153 219
HSL 224° 55.83% 68.04%
HSB/HSV 224° 41.55% 85.88%
CMYK 41.55% 30.14% 0.00%
14.12%

Color #8099DB in popluar number systems.

HEX 80 99 DB
Decimal 128 153 219
Binary 10000000 10011001 11011011
Octal 200 231 333

Shades and tints

Shades of #8099DB

#8099DB
(128,153,219)
#758CC8
(117,140,200)
#6A7FB5
(106,127,181)
#5F72A2
(95,114,162)
#54658F
(84,101,143)
#49587C
(73,88,124)
#3E4B69
(62,75,105)
#333E56
(51,62,86)
#283143
(40,49,67)
#1D2430
(29,36,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #8099DB

#8099DB
(128,153,219)
#8BA2DE
(139,162,222)
#96ABE1
(150,171,225)
#A1B4E4
(161,180,228)
#ACBDE7
(172,189,231)
#B7C6EA
(183,198,234)
#C2CFED
(194,207,237)
#CDD8F0
(205,216,240)
#D8E1F3
(216,225,243)
#E3EAF6
(227,234,246)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8099DB; }

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

This text font color is #8099DB.

Background Color

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

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

This div background color is #8099DB.

Border color

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

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

This div border color is #8099DB.

Opacity

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

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

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

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

This text has shadow with #8099DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8099DB.

Preview

Color preview on black background

This text has color #8099DB on black background.


Color preview on white background

This text has color #8099DB on white background.


Black color preview on #8099DB background

This text has black color on #8099DB background.


White color preview on #8099DB background

This text has white color on #8099DB background.


Related colors

Complementary color

Complementary color for #hex is #7F6624.


I love getcolorcode.com

Triadic colors

1 #DB8099 and #99DB80 with #8099DB are triadic colors.

2 #DB9980 and #9980DB with #8099DB are triadic colors.