COLOR #8099C0

HEX: #8099C0
RGB: (128,153,192)

Color info

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

RGB color model

#8099C0 color RGB value is (128,153,192).

  • red value is 128;
  • green value is 153;
  • blue value is 192.
RGB:
(128,153,192)
(50%,60%,75%)

RGB channels and saturation

R 128 of 255 = 50%
G 153 of 255 = 60%
B 192 of 255 = 75%

128
153
192

R + G + B ~ 62%. #8099C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 153 + 192 = 473 (100%)
R 128 of 473 ~ 27.06%
G 153 of 473 ~ 32.35%
B 192 of 473 ~ 40.59%

%27.06
%32.35
%40.59

CMYK color model

#8099C0 color CMYK value is (33,20,0,25).

  • cyan value is 33.33%
  • magenta value is 20.31%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(33,20,0,25)
C33M20Y0K25 
(33%,20%,0%,25%)
(0.33/0.20/0.00/0.25)	

CMYK percentages

%33.33
%20.31
%0
%24.71

Codes

Color #8099C0 in popluar color models

8099C0
RGB128153192
HSL217°33.68%62.75%
HSB/HSV217°33.33%75.29%
CMYK33.33%20.31%0.00%
24.71%

Color #8099C0 in popluar number systems.

HEX8099C0
Decimal128153192
Binary100000001001100111000000
Octal200231300

Shades and tints

Shades of #8099C0

#8099C0
(128,153,192)
#758CAF
(117,140,175)
#6A7F9E
(106,127,158)
#5F728D
(95,114,141)
#54657C
(84,101,124)
#49586B
(73,88,107)
#3E4B5A
(62,75,90)
#333E49
(51,62,73)
#283138
(40,49,56)
#1D2427
(29,36,39)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #8099C0

#8099C0
(128,153,192)
#8BA2C5
(139,162,197)
#96ABCA
(150,171,202)
#A1B4CF
(161,180,207)
#ACBDD4
(172,189,212)
#B7C6D9
(183,198,217)
#C2CFDE
(194,207,222)
#CDD8E3
(205,216,227)
#D8E1E8
(216,225,232)
#E3EAED
(227,234,237)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8099C0 color. Also use rgb(128,153,192) instead hex code.

Text Font Color

.myTextColor { color: #8099C0; }

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

This text font color is #8099C0.


Background Color

.myBgColor { background-color: #8099C0; }

<div style="background-color:#8099C0">Inner text</div>

This div background color is #8099C0.


Border color

.myBorderColor { border: 1px solid #8099C0; }

<div style="border:3px solid #8099C0">Div</div>

This div border color is #8099C0.


Opacity

.myOpacity80 { color: #8099C0; opacity: 0.8; }

<p style="color:#8099C0;opacity:0.8;">80%</p>

Text with #8099C0 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 #8099C0;}

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

This text has shadow with #8099C0 color.

.textShadow {text-shadow: 3px 3px 1px #8099C0, 3px 3px 1px red;}

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

This text has shadow with #8099C0 primary color and red secondary color.


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

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

This text has shadow with #8099C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8099C0 on black background.


Color preview on white background

This text has color #8099C0 on white background.



Black color preview on #8099C0 background

This text has black color on #8099C0 background.


White color preview on #8099C0 background

This text has white color on #8099C0 background.