COLOR #8093D2

HEX: #8093D2 RGB: (128,147,210)

Color info

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

RGB color model

#8093D2 color RGB value is (128,147,210).

RGB: (128,147,210) (50%, 58%, 82%)

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 210 of 255 = 82%

128
147
210

R + G + B ~ 63%. #8093D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 147 + 210 = 485 (100%)
R 128 of 485 ~ 26.39%
G 147 of 485 ~ 30.31%
B 210 of 485 ~ 43.3'%

%26.39
%30.31
%43.3

CMYK color model

#8093D2 color CMYK value is (39,30,0,18).

  • cyan value is 39.05%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (39,30,0,18)
C39M30Y0K18 (39%, 30%, 0%, 18%)
(0.39 / 0.30 / 0.00 / 0.18)

CMYK percentages

%39.05
%30
%0
%17.65

Codes

Color #8093D2 in popluar color models

80 93 D2
RGB 128 147 210
HSL 226° 47.67% 66.27%
HSB/HSV 226° 39.05% 82.35%
CMYK 39.05% 30.00% 0.00%
17.65%

Color #8093D2 in popluar number systems.

HEX 80 93 D2
Decimal 128 147 210
Binary 10000000 10010011 11010010
Octal 200 223 322

Shades and tints

Shades of #8093D2

#8093D2
(128,147,210)
#7586BF
(117,134,191)
#6A79AC
(106,121,172)
#5F6C99
(95,108,153)
#545F86
(84,95,134)
#495273
(73,82,115)
#3E4560
(62,69,96)
#33384D
(51,56,77)
#282B3A
(40,43,58)
#1D1E27
(29,30,39)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8093D2

#8093D2
(128,147,210)
#8B9CD6
(139,156,214)
#96A5DA
(150,165,218)
#A1AEDE
(161,174,222)
#ACB7E2
(172,183,226)
#B7C0E6
(183,192,230)
#C2C9EA
(194,201,234)
#CDD2EE
(205,210,238)
#D8DBF2
(216,219,242)
#E3E4F6
(227,228,246)
#EEEDFA
(238,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8093D2 color. Also use rgb(128,147,210) instead hex code.

Text Font Color

.myTextColor { color: #8093D2; }

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

This text font color is #8093D2.

Background Color

.myBgColor { background-color: #8093D2; }

<div style="background-color:#8093D2">Inner text</div>

This div background color is #8093D2.

Border color

.myBorderColor { border: 1px solid #8093D2; }

<div style="border:3px solid #8093D2">Div</div>

This div border color is #8093D2.

Opacity

.myOpacity80 { color: #8093D2; opacity: 0.8; }

<p style="color:#8093D2;opacity:0.8;">80%</p>

Text with #8093D2 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 #8093D2;}

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

This text has shadow with #8093D2 color.


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

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

This text has shadow with #8093D2 primary color and red secondary color.


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

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

This text has shadow with #8093D2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8093D2.

Preview

Color preview on black background

This text has color #8093D2 on black background.


Color preview on white background

This text has color #8093D2 on white background.


Black color preview on #8093D2 background

This text has black color on #8093D2 background.


White color preview on #8093D2 background

This text has white color on #8093D2 background.


Related colors

Complementary color

Complementary color for #hex is #7F6C2D.


I love getcolorcode.com

Triadic colors

1 #D28093 and #93D280 with #8093D2 are triadic colors.

2 #D29380 and #9380D2 with #8093D2 are triadic colors.