COLOR #858298

HEX: #858298
RGB: (133,130,152)

Color info

#858298 contains red, green and blue colors in about the same proportion. Web safe color of #858298 is #999999 (or #999).

RGB color model

#858298 color RGB value is (133,130,152).

  • red value is 133;
  • green value is 130;
  • blue value is 152.
RGB:
(133,130,152)
(52%,51%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 152 of 255 = 60%

133
130
152

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 152 = 415 (100%)
R 133 of 415 ~ 32.05%
G 130 of 415 ~ 31.33%
B 152 of 415 ~ 36.63%

%32.05
%31.33
%36.63

CMYK color model

#858298 color CMYK value is (13,14,0,40).

  • cyan value is 12.50%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(13,14,0,40)
C13M14Y0K40 
(13%,14%,0%,40%)
(0.13/0.14/0.00/0.40)	

CMYK percentages

%12.5
%14.47
%0
%40.39

Codes

Color #858298 in popluar color models

858298
RGB133130152
HSL248°9.65%55.29%
HSB/HSV248°14.47%59.61%
CMYK12.50%14.47%0.00%
40.39%

Color #858298 in popluar number systems.

HEX858298
Decimal133130152
Binary100001011000001010011000
Octal205202230

Shades and tints

Shades of #858298

#858298
(133,130,152)
#79778B
(121,119,139)
#6D6C7E
(109,108,126)
#616171
(97,97,113)
#555664
(85,86,100)
#494B57
(73,75,87)
#3D404A
(61,64,74)
#31353D
(49,53,61)
#252A30
(37,42,48)
#191F23
(25,31,35)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #858298

#858298
(133,130,152)
#908DA1
(144,141,161)
#9B98AA
(155,152,170)
#A6A3B3
(166,163,179)
#B1AEBC
(177,174,188)
#BCB9C5
(188,185,197)
#C7C4CE
(199,196,206)
#D2CFD7
(210,207,215)
#DDDAE0
(221,218,224)
#E8E5E9
(232,229,233)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858298 color. Also use rgb(133,130,152) instead hex code.

Text Font Color

.myTextColor { color: #858298; }

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

This text font color is #858298.


Background Color

.myBgColor { background-color: #858298; }

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

This div background color is #858298.


Border color

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

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

This div border color is #858298.


Opacity

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

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

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

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

This text has shadow with #858298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858298 on black background.


Color preview on white background

This text has color #858298 on white background.



Black color preview on #858298 background

This text has black color on #858298 background.


White color preview on #858298 background

This text has white color on #858298 background.