COLOR #8085B5

HEX: #8085B5
RGB: (128,133,181)

Color info

#8085B5 contains red, green and blue colors in about the same proportion. Web safe color of #8085B5 is #6699CC (or #69C).

RGB color model

#8085B5 color RGB value is (128,133,181).

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

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 181 of 255 = 71%

128
133
181

R + G + B ~ 58%. #8085B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 181 = 442 (100%)
R 128 of 442 ~ 28.96%
G 133 of 442 ~ 30.09%
B 181 of 442 ~ 40.95%

%28.96
%30.09
%40.95

CMYK color model

#8085B5 color CMYK value is (29,27,0,29).

  • cyan value is 29.28%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(29,27,0,29)
C29M27Y0K29 
(29%,27%,0%,29%)
(0.29/0.27/0.00/0.29)	

CMYK percentages

%29.28
%26.52
%0
%29.02

Codes

Color #8085B5 in popluar color models

8085B5
RGB128133181
HSL234°26.37%60.59%
HSB/HSV234°29.28%70.98%
CMYK29.28%26.52%0.00%
29.02%

Color #8085B5 in popluar number systems.

HEX8085B5
Decimal128133181
Binary100000001000010110110101
Octal200205265

Shades and tints

Shades of #8085B5

#8085B5
(128,133,181)
#7579A5
(117,121,165)
#6A6D95
(106,109,149)
#5F6185
(95,97,133)
#545575
(84,85,117)
#494965
(73,73,101)
#3E3D55
(62,61,85)
#333145
(51,49,69)
#282535
(40,37,53)
#1D1925
(29,25,37)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #8085B5

#8085B5
(128,133,181)
#8B90BB
(139,144,187)
#969BC1
(150,155,193)
#A1A6C7
(161,166,199)
#ACB1CD
(172,177,205)
#B7BCD3
(183,188,211)
#C2C7D9
(194,199,217)
#CDD2DF
(205,210,223)
#D8DDE5
(216,221,229)
#E3E8EB
(227,232,235)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8085B5; }

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

This text font color is #8085B5.


Background Color

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

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

This div background color is #8085B5.


Border color

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

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

This div border color is #8085B5.


Opacity

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

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

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

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

This text has shadow with #8085B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8085B5 on black background.


Color preview on white background

This text has color #8085B5 on white background.



Black color preview on #8085B5 background

This text has black color on #8085B5 background.


White color preview on #8085B5 background

This text has white color on #8085B5 background.