COLOR #8093B0

HEX: #8093B0
RGB: (128,147,176)

Color info

#8093B0 contains red, green and blue colors in about the same proportion. Web safe color of #8093B0 is #669999 (or #699).

RGB color model

#8093B0 color RGB value is (128,147,176).

  • red value is 128;
  • green value is 147;
  • blue value is 176.
RGB:
(128,147,176)
(50%,58%,69%)

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 176 of 255 = 69%

128
147
176

R + G + B ~ 59%. #8093B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 147 + 176 = 451 (100%)
R 128 of 451 ~ 28.38%
G 147 of 451 ~ 32.59%
B 176 of 451 ~ 39.02%

%28.38
%32.59
%39.02

CMYK color model

#8093B0 color CMYK value is (27,16,0,31).

  • cyan value is 27.27%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(27,16,0,31)
C27M16Y0K31 
(27%,16%,0%,31%)
(0.27/0.16/0.00/0.31)	

CMYK percentages

%27.27
%16.48
%0
%30.98

Codes

Color #8093B0 in popluar color models

8093B0
RGB128147176
HSL216°23.30%59.61%
HSB/HSV216°27.27%69.02%
CMYK27.27%16.48%0.00%
30.98%

Color #8093B0 in popluar number systems.

HEX8093B0
Decimal128147176
Binary100000001001001110110000
Octal200223260

Shades and tints

Shades of #8093B0

#8093B0
(128,147,176)
#7586A0
(117,134,160)
#6A7990
(106,121,144)
#5F6C80
(95,108,128)
#545F70
(84,95,112)
#495260
(73,82,96)
#3E4550
(62,69,80)
#333840
(51,56,64)
#282B30
(40,43,48)
#1D1E20
(29,30,32)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8093B0

#8093B0
(128,147,176)
#8B9CB7
(139,156,183)
#96A5BE
(150,165,190)
#A1AEC5
(161,174,197)
#ACB7CC
(172,183,204)
#B7C0D3
(183,192,211)
#C2C9DA
(194,201,218)
#CDD2E1
(205,210,225)
#D8DBE8
(216,219,232)
#E3E4EF
(227,228,239)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8093B0; }

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

This text font color is #8093B0.


Background Color

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

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

This div background color is #8093B0.


Border color

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

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

This div border color is #8093B0.


Opacity

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

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

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

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

This text has shadow with #8093B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8093B0 on black background.


Color preview on white background

This text has color #8093B0 on white background.



Black color preview on #8093B0 background

This text has black color on #8093B0 background.


White color preview on #8093B0 background

This text has white color on #8093B0 background.