COLOR #858099

HEX: #858099
RGB: (133,128,153)

Color info

#858099 contains red, green and blue colors in about the same proportion. Web safe color of #858099 is #996699 (or #969).

RGB color model

#858099 color RGB value is (133,128,153).

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

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 153 of 255 = 60%

133
128
153

R + G + B ~ 54%. #858099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 153 = 414 (100%)
R 133 of 414 ~ 32.13%
G 128 of 414 ~ 30.92%
B 153 of 414 ~ 36.96%

%32.13
%30.92
%36.96

CMYK color model

#858099 color CMYK value is (13,16,0,40).

  • cyan value is 13.07%
  • magenta value is 16.34%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(13,16,0,40)
C13M16Y0K40 
(13%,16%,0%,40%)
(0.13/0.16/0.00/0.40)	

CMYK percentages

%13.07
%16.34
%0
%40

Codes

Color #858099 in popluar color models

858099
RGB133128153
HSL252°10.92%55.10%
HSB/HSV252°16.34%60.00%
CMYK13.07%16.34%0.00%
40.00%

Color #858099 in popluar number systems.

HEX858099
Decimal133128153
Binary100001011000000010011001
Octal205200231

Shades and tints

Shades of #858099

#858099
(133,128,153)
#79758C
(121,117,140)
#6D6A7F
(109,106,127)
#615F72
(97,95,114)
#555465
(85,84,101)
#494958
(73,73,88)
#3D3E4B
(61,62,75)
#31333E
(49,51,62)
#252831
(37,40,49)
#191D24
(25,29,36)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #858099

#858099
(133,128,153)
#908BA2
(144,139,162)
#9B96AB
(155,150,171)
#A6A1B4
(166,161,180)
#B1ACBD
(177,172,189)
#BCB7C6
(188,183,198)
#C7C2CF
(199,194,207)
#D2CDD8
(210,205,216)
#DDD8E1
(221,216,225)
#E8E3EA
(232,227,234)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858099; }

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

This text font color is #858099.


Background Color

.myBgColor { background-color: #858099; }

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

This div background color is #858099.


Border color

.myBorderColor { border: 1px solid #858099; }

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

This div border color is #858099.


Opacity

.myOpacity80 { color: #858099; opacity: 0.8; }

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

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

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

This text has shadow with #858099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858099 on black background.


Color preview on white background

This text has color #858099 on white background.



Black color preview on #858099 background

This text has black color on #858099 background.


White color preview on #858099 background

This text has white color on #858099 background.