COLOR #8093BC

HEX: #8093BC RGB: (128,147,188)

Color info

#8093BC contains mainly green and blue colors. Web safe color of #8093BC is #6699CC (or #69C).

RGB color model

#8093BC color RGB value is (128,147,188).

RGB: (128,147,188) (50%, 58%, 74%)

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 188 of 255 = 74%

128
147
188

R + G + B ~ 61%. #8093BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 147 + 188 = 463 (100%)
R 128 of 463 ~ 27.65%
G 147 of 463 ~ 31.75%
B 188 of 463 ~ 40.6'%

%27.65
%31.75
%40.6

CMYK color model

#8093BC color CMYK value is (32,22,0,26).

  • cyan value is 31.91%
  • magenta value is 21.81%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (32,22,0,26) C32M22Y0K26 (32%,22%,0%,26%) (0.32/0.22/0.00/0.26) 

CMYK percentages

%31.91
%21.81
%0
%26.27

Codes

Color #8093BC in popluar color models

80 93 BC
RGB 128 147 188
HSL 221° 30.93% 61.96%
HSB/HSV 221° 31.91% 73.73%
CMYK 31.91% 21.81% 0.00%
26.27%

Color #8093BC in popluar number systems.

HEX 80 93 BC
Decimal 128 147 188
Binary 10000000 10010011 10111100
Octal 200 223 274

Shades and tints

Shades of #8093BC

#8093BC
(128,147,188)
#7586AB
(117,134,171)
#6A799A
(106,121,154)
#5F6C89
(95,108,137)
#545F78
(84,95,120)
#495267
(73,82,103)
#3E4556
(62,69,86)
#333845
(51,56,69)
#282B34
(40,43,52)
#1D1E23
(29,30,35)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8093BC

#8093BC
(128,147,188)
#8B9CC2
(139,156,194)
#96A5C8
(150,165,200)
#A1AECE
(161,174,206)
#ACB7D4
(172,183,212)
#B7C0DA
(183,192,218)
#C2C9E0
(194,201,224)
#CDD2E6
(205,210,230)
#D8DBEC
(216,219,236)
#E3E4F2
(227,228,242)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8093BC; }

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

This text font color is #8093BC.

Background Color

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

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

This div background color is #8093BC.

Border color

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

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

This div border color is #8093BC.

Opacity

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

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

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

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

This text has shadow with #8093BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8093BC.

Preview

Color preview on black background

This text has color #8093BC on black background.


Color preview on white background

This text has color #8093BC on white background.


Black color preview on #8093BC background

This text has black color on #8093BC background.


White color preview on #8093BC background

This text has white color on #8093BC background.


Related colors

Complementary color

Complementary color for #hex is #7F6C43.


I love getcolorcode.com

Triadic colors

1 #BC8093 and #93BC80 with #8093BC are triadic colors.

2 #BC9380 and #9380BC with #8093BC are triadic colors.