COLOR #859E89

HEX: #859E89 RGB: (133,158,137)

Color info

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

RGB color model

#859E89 color RGB value is (133,158,137).

RGB: (133,158,137) (52%, 62%, 54%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 137 of 255 = 54%

133
158
137

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

Portions of RGB colors in percentages

R + G + B = 133 + 158 + 137 = 428 (100%)
R 133 of 428 ~ 31.07%
G 158 of 428 ~ 36.92%
B 137 of 428 ~ 32.01'%

%31.07
%36.92
%32.01

CMYK color model

#859E89 color CMYK value is (16,0,13,38).

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

CMYK: (16,0,13,38)
C16M0Y13K38 (16%, 0%, 13%, 38%)
(0.16 / 0.00 / 0.13 / 0.38)

CMYK percentages

%15.82
%0
%13.29
%38.04

Codes

Color #859E89 in popluar color models

85 9E 89
RGB 133 158 137
HSL 130° 11.42% 57.06%
HSB/HSV 130° 15.82% 61.96%
CMYK 15.82% 0.00% 13.29%
38.04%

Color #859E89 in popluar number systems.

HEX 85 9E 89
Decimal 133 158 137
Binary 10000101 10011110 10001001
Octal 205 236 211

Shades and tints

Shades of #859E89

#859E89
(133,158,137)
#79907D
(121,144,125)
#6D8271
(109,130,113)
#617465
(97,116,101)
#556659
(85,102,89)
#49584D
(73,88,77)
#3D4A41
(61,74,65)
#313C35
(49,60,53)
#252E29
(37,46,41)
#19201D
(25,32,29)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #859E89

#859E89
(133,158,137)
#90A693
(144,166,147)
#9BAE9D
(155,174,157)
#A6B6A7
(166,182,167)
#B1BEB1
(177,190,177)
#BCC6BB
(188,198,187)
#C7CEC5
(199,206,197)
#D2D6CF
(210,214,207)
#DDDED9
(221,222,217)
#E8E6E3
(232,230,227)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859E89; }

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

This text font color is #859E89.

Background Color

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

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

This div background color is #859E89.

Border color

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

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

This div border color is #859E89.

Opacity

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

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

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

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

This text has shadow with #859E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859E89.

Preview

Color preview on black background

This text has color #859E89 on black background.


Color preview on white background

This text has color #859E89 on white background.


Black color preview on #859E89 background

This text has black color on #859E89 background.


White color preview on #859E89 background

This text has white color on #859E89 background.


Related colors

Complementary color

Complementary color for #hex is #7A6176.


I love getcolorcode.com

Triadic colors

1 #89859E and #9E8985 with #859E89 are triadic colors.

2 #899E85 and #9E8589 with #859E89 are triadic colors.