COLOR #859E93

HEX: #859E93 RGB: (133,158,147)

Color info

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

RGB color model

#859E93 color RGB value is (133,158,147).

RGB: (133,158,147) (52%, 62%, 58%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 147 of 255 = 58%

133
158
147

R + G + B ~ 57%. #859E93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 158 + 147 = 438 (100%)
R 133 of 438 ~ 30.37%
G 158 of 438 ~ 36.07%
B 147 of 438 ~ 33.56'%

%30.37
%36.07
%33.56

CMYK color model

#859E93 color CMYK value is (16,0,7,38).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 38.04%

CMYK: (16,0,7,38)
C16M0Y7K38 (16%, 0%, 7%, 38%)
(0.16 / 0.00 / 0.07 / 0.38)

CMYK percentages

%15.82
%0
%6.96
%38.04

Codes

Color #859E93 in popluar color models

85 9E 93
RGB 133 158 147
HSL 154° 11.42% 57.06%
HSB/HSV 154° 15.82% 61.96%
CMYK 15.82% 0.00% 6.96%
38.04%

Color #859E93 in popluar number systems.

HEX 85 9E 93
Decimal 133 158 147
Binary 10000101 10011110 10010011
Octal 205 236 223

Shades and tints

Shades of #859E93

#859E93
(133,158,147)
#799086
(121,144,134)
#6D8279
(109,130,121)
#61746C
(97,116,108)
#55665F
(85,102,95)
#495852
(73,88,82)
#3D4A45
(61,74,69)
#313C38
(49,60,56)
#252E2B
(37,46,43)
#19201E
(25,32,30)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #859E93

#859E93
(133,158,147)
#90A69C
(144,166,156)
#9BAEA5
(155,174,165)
#A6B6AE
(166,182,174)
#B1BEB7
(177,190,183)
#BCC6C0
(188,198,192)
#C7CEC9
(199,206,201)
#D2D6D2
(210,214,210)
#DDDEDB
(221,222,219)
#E8E6E4
(232,230,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859E93 color. Also use rgb(133,158,147) instead hex code.

Text Font Color

.myTextColor { color: #859E93; }

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

This text font color is #859E93.

Background Color

.myBgColor { background-color: #859E93; }

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

This div background color is #859E93.

Border color

.myBorderColor { border: 1px solid #859E93; }

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

This div border color is #859E93.

Opacity

.myOpacity80 { color: #859E93; opacity: 0.8; }

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

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

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

This text has shadow with #859E93 color.


.textShadow {text-shadow: 3px 3px 1px #859E93', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #859E93; -webkit-box-shadow: 1px 1px 3px 2px #859E93; box-shadow:1px 1px 3px 2px #859E93;">
Div content here
</div>

This div box has shadow with color #859E93.

Preview

Color preview on black background

This text has color #859E93 on black background.


Color preview on white background

This text has color #859E93 on white background.


Black color preview on #859E93 background

This text has black color on #859E93 background.


White color preview on #859E93 background

This text has white color on #859E93 background.


Related colors

Complementary color

Complementary color for #hex is #7A616C.


I love getcolorcode.com

Triadic colors

1 #93859E and #9E9385 with #859E93 are triadic colors.

2 #939E85 and #9E8593 with #859E93 are triadic colors.