COLOR #858299

HEX: #858299
RGB: (133,130,153)

Color info

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

RGB color model

#858299 color RGB value is (133,130,153).

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

RGB channels and saturation

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

133
130
153

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 153 = 416 (100%)
R 133 of 416 ~ 31.97%
G 130 of 416 ~ 31.25%
B 153 of 416 ~ 36.78%

%31.97
%31.25
%36.78

CMYK color model

#858299 color CMYK value is (13,15,0,40).

  • cyan value is 13.07%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(13,15,0,40)
C13M15Y0K40 
(13%,15%,0%,40%)
(0.13/0.15/0.00/0.40)	

CMYK percentages

%13.07
%15.03
%0
%40

Codes

Color #858299 in popluar color models

858299
RGB133130153
HSL248°10.13%55.49%
HSB/HSV248°15.03%60.00%
CMYK13.07%15.03%0.00%
40.00%

Color #858299 in popluar number systems.

HEX858299
Decimal133130153
Binary100001011000001010011001
Octal205202231

Shades and tints

Shades of #858299

#858299
(133,130,153)
#79778C
(121,119,140)
#6D6C7F
(109,108,127)
#616172
(97,97,114)
#555665
(85,86,101)
#494B58
(73,75,88)
#3D404B
(61,64,75)
#31353E
(49,53,62)
#252A31
(37,42,49)
#191F24
(25,31,36)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #858299

#858299
(133,130,153)
#908DA2
(144,141,162)
#9B98AB
(155,152,171)
#A6A3B4
(166,163,180)
#B1AEBD
(177,174,189)
#BCB9C6
(188,185,198)
#C7C4CF
(199,196,207)
#D2CFD8
(210,207,216)
#DDDAE1
(221,218,225)
#E8E5EA
(232,229,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858299; }

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

This text font color is #858299.


Background Color

.myBgColor { background-color: #858299; }

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

This div background color is #858299.


Border color

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

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

This div border color is #858299.


Opacity

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

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

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

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

This text has shadow with #858299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858299 on black background.


Color preview on white background

This text has color #858299 on white background.



Black color preview on #858299 background

This text has black color on #858299 background.


White color preview on #858299 background

This text has white color on #858299 background.