COLOR #8093C5

HEX: #8093C5
RGB: (128,147,197)

Color info

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

RGB color model

#8093C5 color RGB value is (128,147,197).

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

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 197 of 255 = 77%

128
147
197

R + G + B ~ 62%. #8093C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 147 + 197 = 472 (100%)
R 128 of 472 ~ 27.12%
G 147 of 472 ~ 31.14%
B 197 of 472 ~ 41.74%

%27.12
%31.14
%41.74

CMYK color model

#8093C5 color CMYK value is (35,25,0,23).

  • cyan value is 35.03%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(35,25,0,23)
C35M25Y0K23 
(35%,25%,0%,23%)
(0.35/0.25/0.00/0.23)	

CMYK percentages

%35.03
%25.38
%0
%22.75

Codes

Color #8093C5 in popluar color models

8093C5
RGB128147197
HSL223°37.30%63.73%
HSB/HSV223°35.03%77.25%
CMYK35.03%25.38%0.00%
22.75%

Color #8093C5 in popluar number systems.

HEX8093C5
Decimal128147197
Binary100000001001001111000101
Octal200223305

Shades and tints

Shades of #8093C5

#8093C5
(128,147,197)
#7586B4
(117,134,180)
#6A79A3
(106,121,163)
#5F6C92
(95,108,146)
#545F81
(84,95,129)
#495270
(73,82,112)
#3E455F
(62,69,95)
#33384E
(51,56,78)
#282B3D
(40,43,61)
#1D1E2C
(29,30,44)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #8093C5

#8093C5
(128,147,197)
#8B9CCA
(139,156,202)
#96A5CF
(150,165,207)
#A1AED4
(161,174,212)
#ACB7D9
(172,183,217)
#B7C0DE
(183,192,222)
#C2C9E3
(194,201,227)
#CDD2E8
(205,210,232)
#D8DBED
(216,219,237)
#E3E4F2
(227,228,242)
#EEEDF7
(238,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8093C5; }

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

This text font color is #8093C5.


Background Color

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

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

This div background color is #8093C5.


Border color

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

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

This div border color is #8093C5.


Opacity

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

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

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

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

This text has shadow with #8093C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8093C5 on black background.


Color preview on white background

This text has color #8093C5 on white background.



Black color preview on #8093C5 background

This text has black color on #8093C5 background.


White color preview on #8093C5 background

This text has white color on #8093C5 background.