COLOR #859E88

HEX: #859E88 RGB: (133,158,136)

Color info

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

RGB color model

#859E88 color RGB value is (133,158,136).

RGB: (133,158,136) (52%, 62%, 53%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 136 of 255 = 53%

133
158
136

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

Portions of RGB colors in percentages

R + G + B = 133 + 158 + 136 = 427 (100%)
R 133 of 427 ~ 31.15%
G 158 of 427 ~ 37%
B 136 of 427 ~ 31.85'%

%31.15
%37
%31.85

CMYK color model

#859E88 color CMYK value is (16,0,14,38).

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

CMYK: (16,0,14,38)
C16M0Y14K38 (16%, 0%, 14%, 38%)
(0.16 / 0.00 / 0.14 / 0.38)

CMYK percentages

%15.82
%0
%13.92
%38.04

Codes

Color #859E88 in popluar color models

85 9E 88
RGB 133 158 136
HSL 127° 11.42% 57.06%
HSB/HSV 127° 15.82% 61.96%
CMYK 15.82% 0.00% 13.92%
38.04%

Color #859E88 in popluar number systems.

HEX 85 9E 88
Decimal 133 158 136
Binary 10000101 10011110 10001000
Octal 205 236 210

Shades and tints

Shades of #859E88

#859E88
(133,158,136)
#79907C
(121,144,124)
#6D8270
(109,130,112)
#617464
(97,116,100)
#556658
(85,102,88)
#49584C
(73,88,76)
#3D4A40
(61,74,64)
#313C34
(49,60,52)
#252E28
(37,46,40)
#19201C
(25,32,28)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #859E88

#859E88
(133,158,136)
#90A692
(144,166,146)
#9BAE9C
(155,174,156)
#A6B6A6
(166,182,166)
#B1BEB0
(177,190,176)
#BCC6BA
(188,198,186)
#C7CEC4
(199,206,196)
#D2D6CE
(210,214,206)
#DDDED8
(221,222,216)
#E8E6E2
(232,230,226)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859E88; }

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

This text font color is #859E88.

Background Color

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

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

This div background color is #859E88.

Border color

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

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

This div border color is #859E88.

Opacity

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

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

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

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

This text has shadow with #859E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859E88.

Preview

Color preview on black background

This text has color #859E88 on black background.


Color preview on white background

This text has color #859E88 on white background.


Black color preview on #859E88 background

This text has black color on #859E88 background.


White color preview on #859E88 background

This text has white color on #859E88 background.


Related colors

Complementary color

Complementary color for #hex is #7A6177.


I love getcolorcode.com

Triadic colors

1 #88859E and #9E8885 with #859E88 are triadic colors.

2 #889E85 and #9E8588 with #859E88 are triadic colors.