COLOR #859CAC

HEX: #859CAC RGB: (133,156,172)

Color info

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

RGB color model

#859CAC color RGB value is (133,156,172).

RGB: (133,156,172) (52%, 61%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 156 of 255 = 61%
B 172 of 255 = 67%

133
156
172

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

Portions of RGB colors in percentages

R + G + B = 133 + 156 + 172 = 461 (100%)
R 133 of 461 ~ 28.85%
G 156 of 461 ~ 33.84%
B 172 of 461 ~ 37.31'%

%28.85
%33.84
%37.31

CMYK color model

#859CAC color CMYK value is (23,9,0,33).

  • cyan value is 22.67%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (23,9,0,33)
C23M9Y0K33 (23%, 9%, 0%, 33%)
(0.23 / 0.09 / 0.00 / 0.33)

CMYK percentages

%22.67
%9.3
%0
%32.55

Codes

Color #859CAC in popluar color models

85 9C AC
RGB 133 156 172
HSL 205° 19.02% 59.80%
HSB/HSV 205° 22.67% 67.45%
CMYK 22.67% 9.30% 0.00%
32.55%

Color #859CAC in popluar number systems.

HEX 85 9C AC
Decimal 133 156 172
Binary 10000101 10011100 10101100
Octal 205 234 254

Shades and tints

Shades of #859CAC

#859CAC
(133,156,172)
#798E9D
(121,142,157)
#6D808E
(109,128,142)
#61727F
(97,114,127)
#556470
(85,100,112)
#495661
(73,86,97)
#3D4852
(61,72,82)
#313A43
(49,58,67)
#252C34
(37,44,52)
#191E25
(25,30,37)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #859CAC

#859CAC
(133,156,172)
#90A5B3
(144,165,179)
#9BAEBA
(155,174,186)
#A6B7C1
(166,183,193)
#B1C0C8
(177,192,200)
#BCC9CF
(188,201,207)
#C7D2D6
(199,210,214)
#D2DBDD
(210,219,221)
#DDE4E4
(221,228,228)
#E8EDEB
(232,237,235)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859CAC color. Also use rgb(133,156,172) instead hex code.

Text Font Color

.myTextColor { color: #859CAC; }

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

This text font color is #859CAC.

Background Color

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

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

This div background color is #859CAC.

Border color

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

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

This div border color is #859CAC.

Opacity

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

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

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

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

This text has shadow with #859CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859CAC.

Preview

Color preview on black background

This text has color #859CAC on black background.


Color preview on white background

This text has color #859CAC on white background.


Black color preview on #859CAC background

This text has black color on #859CAC background.


White color preview on #859CAC background

This text has white color on #859CAC background.


Related colors

Complementary color

Complementary color for #hex is #7A6353.


I love getcolorcode.com

Triadic colors

1 #AC859C and #9CAC85 with #859CAC are triadic colors.

2 #AC9C85 and #9C85AC with #859CAC are triadic colors.