COLOR #858DA9

HEX: #858DA9
RGB: (133,141,169)

Color info

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

RGB color model

#858DA9 color RGB value is (133,141,169).

  • red value is 133;
  • green value is 141;
  • blue value is 169.
RGB:
(133,141,169)
(52%,55%,66%)

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 169 of 255 = 66%

133
141
169

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

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 169 = 443 (100%)
R 133 of 443 ~ 30.02%
G 141 of 443 ~ 31.83%
B 169 of 443 ~ 38.15%

%30.02
%31.83
%38.15

CMYK color model

#858DA9 color CMYK value is (21,17,0,34).

  • cyan value is 21.30%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(21,17,0,34)
C21M17Y0K34 
(21%,17%,0%,34%)
(0.21/0.17/0.00/0.34)	

CMYK percentages

%21.3
%16.57
%0
%33.73

Codes

Color #858DA9 in popluar color models

858DA9
RGB133141169
HSL227°17.31%59.22%
HSB/HSV227°21.30%66.27%
CMYK21.30%16.57%0.00%
33.73%

Color #858DA9 in popluar number systems.

HEX858DA9
Decimal133141169
Binary100001011000110110101001
Octal205215251

Shades and tints

Shades of #858DA9

#858DA9
(133,141,169)
#79819A
(121,129,154)
#6D758B
(109,117,139)
#61697C
(97,105,124)
#555D6D
(85,93,109)
#49515E
(73,81,94)
#3D454F
(61,69,79)
#313940
(49,57,64)
#252D31
(37,45,49)
#192122
(25,33,34)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #858DA9

#858DA9
(133,141,169)
#9097B0
(144,151,176)
#9BA1B7
(155,161,183)
#A6ABBE
(166,171,190)
#B1B5C5
(177,181,197)
#BCBFCC
(188,191,204)
#C7C9D3
(199,201,211)
#D2D3DA
(210,211,218)
#DDDDE1
(221,221,225)
#E8E7E8
(232,231,232)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858DA9 color. Also use rgb(133,141,169) instead hex code.

Text Font Color

.myTextColor { color: #858DA9; }

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

This text font color is #858DA9.


Background Color

.myBgColor { background-color: #858DA9; }

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

This div background color is #858DA9.


Border color

.myBorderColor { border: 1px solid #858DA9; }

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

This div border color is #858DA9.


Opacity

.myOpacity80 { color: #858DA9; opacity: 0.8; }

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

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

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

This text has shadow with #858DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858DA9 on black background.


Color preview on white background

This text has color #858DA9 on white background.



Black color preview on #858DA9 background

This text has black color on #858DA9 background.


White color preview on #858DA9 background

This text has white color on #858DA9 background.