COLOR #859698

HEX: #859698
RGB: (133,150,152)

Color info

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

RGB color model

#859698 color RGB value is (133,150,152).

  • red value is 133;
  • green value is 150;
  • blue value is 152.
RGB:
(133,150,152)
(52%,59%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 150 of 255 = 59%
B 152 of 255 = 60%

133
150
152

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

Portions of RGB colors in percentages

R + G + B =
133 + 150 + 152 = 435 (100%)
R 133 of 435 ~ 30.57%
G 150 of 435 ~ 34.48%
B 152 of 435 ~ 34.94%

%30.57
%34.48
%34.94

CMYK color model

#859698 color CMYK value is (13,1,0,40).

  • cyan value is 12.50%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(13,1,0,40)
C13M1Y0K40 
(13%,1%,0%,40%)
(0.13/0.01/0.00/0.40)	

CMYK percentages

%12.5
%1.32
%0
%40.39

Codes

Color #859698 in popluar color models

859698
RGB133150152
HSL186°8.44%55.88%
HSB/HSV186°12.50%59.61%
CMYK12.50%1.32%0.00%
40.39%

Color #859698 in popluar number systems.

HEX859698
Decimal133150152
Binary100001011001011010011000
Octal205226230

Shades and tints

Shades of #859698

#859698
(133,150,152)
#79898B
(121,137,139)
#6D7C7E
(109,124,126)
#616F71
(97,111,113)
#556264
(85,98,100)
#495557
(73,85,87)
#3D484A
(61,72,74)
#313B3D
(49,59,61)
#252E30
(37,46,48)
#192123
(25,33,35)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #859698

#859698
(133,150,152)
#909FA1
(144,159,161)
#9BA8AA
(155,168,170)
#A6B1B3
(166,177,179)
#B1BABC
(177,186,188)
#BCC3C5
(188,195,197)
#C7CCCE
(199,204,206)
#D2D5D7
(210,213,215)
#DDDEE0
(221,222,224)
#E8E7E9
(232,231,233)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859698 color. Also use rgb(133,150,152) instead hex code.

Text Font Color

.myTextColor { color: #859698; }

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

This text font color is #859698.


Background Color

.myBgColor { background-color: #859698; }

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

This div background color is #859698.


Border color

.myBorderColor { border: 1px solid #859698; }

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

This div border color is #859698.


Opacity

.myOpacity80 { color: #859698; opacity: 0.8; }

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

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

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

This text has shadow with #859698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859698 on black background.


Color preview on white background

This text has color #859698 on white background.



Black color preview on #859698 background

This text has black color on #859698 background.


White color preview on #859698 background

This text has white color on #859698 background.