COLOR #859E99

HEX: #859E99 RGB: (133,158,153)

Color info

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

RGB color model

#859E99 color RGB value is (133,158,153).

RGB: (133,158,153) (52%, 62%, 60%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 153 of 255 = 60%

133
158
153

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

Portions of RGB colors in percentages

R + G + B = 133 + 158 + 153 = 444 (100%)
R 133 of 444 ~ 29.95%
G 158 of 444 ~ 35.59%
B 153 of 444 ~ 34.46'%

%29.95
%35.59
%34.46

CMYK color model

#859E99 color CMYK value is (16,0,3,38).

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

CMYK: (16,0,3,38)
C16M0Y3K38 (16%, 0%, 3%, 38%)
(0.16 / 0.00 / 0.03 / 0.38)

CMYK percentages

%15.82
%0
%3.16
%38.04

Codes

Color #859E99 in popluar color models

85 9E 99
RGB 133 158 153
HSL 168° 11.42% 57.06%
HSB/HSV 168° 15.82% 61.96%
CMYK 15.82% 0.00% 3.16%
38.04%

Color #859E99 in popluar number systems.

HEX 85 9E 99
Decimal 133 158 153
Binary 10000101 10011110 10011001
Octal 205 236 231

Shades and tints

Shades of #859E99

#859E99
(133,158,153)
#79908C
(121,144,140)
#6D827F
(109,130,127)
#617472
(97,116,114)
#556665
(85,102,101)
#495858
(73,88,88)
#3D4A4B
(61,74,75)
#313C3E
(49,60,62)
#252E31
(37,46,49)
#192024
(25,32,36)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #859E99

#859E99
(133,158,153)
#90A6A2
(144,166,162)
#9BAEAB
(155,174,171)
#A6B6B4
(166,182,180)
#B1BEBD
(177,190,189)
#BCC6C6
(188,198,198)
#C7CECF
(199,206,207)
#D2D6D8
(210,214,216)
#DDDEE1
(221,222,225)
#E8E6EA
(232,230,234)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859E99; }

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

This text font color is #859E99.

Background Color

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

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

This div background color is #859E99.

Border color

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

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

This div border color is #859E99.

Opacity

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

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

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

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

This text has shadow with #859E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859E99.

Preview

Color preview on black background

This text has color #859E99 on black background.


Color preview on white background

This text has color #859E99 on white background.


Black color preview on #859E99 background

This text has black color on #859E99 background.


White color preview on #859E99 background

This text has white color on #859E99 background.


Related colors

Complementary color

Complementary color for #hex is #7A6166.


I love getcolorcode.com

Triadic colors

1 #99859E and #9E9985 with #859E99 are triadic colors.

2 #999E85 and #9E8599 with #859E99 are triadic colors.