COLOR #8093CD

HEX: #8093CD
RGB: (128,147,205)

Color info

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

RGB color model

#8093CD color RGB value is (128,147,205).

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

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 205 of 255 = 80%

128
147
205

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

Portions of RGB colors in percentages

R + G + B =
128 + 147 + 205 = 480 (100%)
R 128 of 480 ~ 26.67%
G 147 of 480 ~ 30.63%
B 205 of 480 ~ 42.71%

%26.67
%30.63
%42.71

CMYK color model

#8093CD color CMYK value is (38,28,0,20).

  • cyan value is 37.56%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(38,28,0,20)
C38M28Y0K20 
(38%,28%,0%,20%)
(0.38/0.28/0.00/0.20)	

CMYK percentages

%37.56
%28.29
%0
%19.61

Codes

Color #8093CD in popluar color models

8093CD
RGB128147205
HSL225°43.50%65.29%
HSB/HSV225°37.56%80.39%
CMYK37.56%28.29%0.00%
19.61%

Color #8093CD in popluar number systems.

HEX8093CD
Decimal128147205
Binary100000001001001111001101
Octal200223315

Shades and tints

Shades of #8093CD

#8093CD
(128,147,205)
#7586BB
(117,134,187)
#6A79A9
(106,121,169)
#5F6C97
(95,108,151)
#545F85
(84,95,133)
#495273
(73,82,115)
#3E4561
(62,69,97)
#33384F
(51,56,79)
#282B3D
(40,43,61)
#1D1E2B
(29,30,43)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #8093CD

#8093CD
(128,147,205)
#8B9CD1
(139,156,209)
#96A5D5
(150,165,213)
#A1AED9
(161,174,217)
#ACB7DD
(172,183,221)
#B7C0E1
(183,192,225)
#C2C9E5
(194,201,229)
#CDD2E9
(205,210,233)
#D8DBED
(216,219,237)
#E3E4F1
(227,228,241)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8093CD; }

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

This text font color is #8093CD.


Background Color

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

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

This div background color is #8093CD.


Border color

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

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

This div border color is #8093CD.


Opacity

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

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

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

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

This text has shadow with #8093CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8093CD on black background.


Color preview on white background

This text has color #8093CD on white background.



Black color preview on #8093CD background

This text has black color on #8093CD background.


White color preview on #8093CD background

This text has white color on #8093CD background.