COLOR #859699

HEX: #859699
RGB: (133,150,153)

Color info

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

RGB color model

#859699 color RGB value is (133,150,153).

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

RGB channels and saturation

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

133
150
153

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

Portions of RGB colors in percentages

R + G + B =
133 + 150 + 153 = 436 (100%)
R 133 of 436 ~ 30.5%
G 150 of 436 ~ 34.4%
B 153 of 436 ~ 35.09%

%30.5
%34.4
%35.09

CMYK color model

#859699 color CMYK value is (13,2,0,40).

  • cyan value is 13.07%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(13,2,0,40)
C13M2Y0K40 
(13%,2%,0%,40%)
(0.13/0.02/0.00/0.40)	

CMYK percentages

%13.07
%1.96
%0
%40

Codes

Color #859699 in popluar color models

859699
RGB133150153
HSL189°8.93%56.08%
HSB/HSV189°13.07%60.00%
CMYK13.07%1.96%0.00%
40.00%

Color #859699 in popluar number systems.

HEX859699
Decimal133150153
Binary100001011001011010011001
Octal205226231

Shades and tints

Shades of #859699

#859699
(133,150,153)
#79898C
(121,137,140)
#6D7C7F
(109,124,127)
#616F72
(97,111,114)
#556265
(85,98,101)
#495558
(73,85,88)
#3D484B
(61,72,75)
#313B3E
(49,59,62)
#252E31
(37,46,49)
#192124
(25,33,36)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #859699

#859699
(133,150,153)
#909FA2
(144,159,162)
#9BA8AB
(155,168,171)
#A6B1B4
(166,177,180)
#B1BABD
(177,186,189)
#BCC3C6
(188,195,198)
#C7CCCF
(199,204,207)
#D2D5D8
(210,213,216)
#DDDEE1
(221,222,225)
#E8E7EA
(232,231,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859699; }

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

This text font color is #859699.


Background Color

.myBgColor { background-color: #859699; }

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

This div background color is #859699.


Border color

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

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

This div border color is #859699.


Opacity

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

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

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

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

This text has shadow with #859699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859699 on black background.


Color preview on white background

This text has color #859699 on white background.



Black color preview on #859699 background

This text has black color on #859699 background.


White color preview on #859699 background

This text has white color on #859699 background.