COLOR #8085CB

HEX: #8085CB
RGB: (128,133,203)

Color info

#8085CB contains mainly blue color. Web safe color of #8085CB is #6699CC (or #69C).

RGB color model

#8085CB color RGB value is (128,133,203).

  • red value is 128;
  • green value is 133;
  • blue value is 203.
RGB:
(128,133,203)
(50%,52%,80%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 203 of 255 = 80%

128
133
203

R + G + B ~ 61%. #8085CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 203 = 464 (100%)
R 128 of 464 ~ 27.59%
G 133 of 464 ~ 28.66%
B 203 of 464 ~ 43.75%

%27.59
%28.66
%43.75

CMYK color model

#8085CB color CMYK value is (37,34,0,20).

  • cyan value is 36.95%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(37,34,0,20)
C37M34Y0K20 
(37%,34%,0%,20%)
(0.37/0.34/0.00/0.20)	

CMYK percentages

%36.95
%34.48
%0
%20.39

Codes

Color #8085CB in popluar color models

8085CB
RGB128133203
HSL236°41.90%64.90%
HSB/HSV236°36.95%79.61%
CMYK36.95%34.48%0.00%
20.39%

Color #8085CB in popluar number systems.

HEX8085CB
Decimal128133203
Binary100000001000010111001011
Octal200205313

Shades and tints

Shades of #8085CB

#8085CB
(128,133,203)
#7579B9
(117,121,185)
#6A6DA7
(106,109,167)
#5F6195
(95,97,149)
#545583
(84,85,131)
#494971
(73,73,113)
#3E3D5F
(62,61,95)
#33314D
(51,49,77)
#28253B
(40,37,59)
#1D1929
(29,25,41)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #8085CB

#8085CB
(128,133,203)
#8B90CF
(139,144,207)
#969BD3
(150,155,211)
#A1A6D7
(161,166,215)
#ACB1DB
(172,177,219)
#B7BCDF
(183,188,223)
#C2C7E3
(194,199,227)
#CDD2E7
(205,210,231)
#D8DDEB
(216,221,235)
#E3E8EF
(227,232,239)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8085CB color. Also use rgb(128,133,203) instead hex code.

Text Font Color

.myTextColor { color: #8085CB; }

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

This text font color is #8085CB.


Background Color

.myBgColor { background-color: #8085CB; }

<div style="background-color:#8085CB">Inner text</div>

This div background color is #8085CB.


Border color

.myBorderColor { border: 1px solid #8085CB; }

<div style="border:3px solid #8085CB">Div</div>

This div border color is #8085CB.


Opacity

.myOpacity80 { color: #8085CB; opacity: 0.8; }

<p style="color:#8085CB;opacity:0.8;">80%</p>

Text with #8085CB 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 #8085CB;}

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

This text has shadow with #8085CB color.

.textShadow {text-shadow: 3px 3px 1px #8085CB, 3px 3px 1px red;}

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

This text has shadow with #8085CB primary color and red secondary color.


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

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

This text has shadow with #8085CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8085CB on black background.


Color preview on white background

This text has color #8085CB on white background.



Black color preview on #8085CB background

This text has black color on #8085CB background.


White color preview on #8085CB background

This text has white color on #8085CB background.