COLOR #859ACB

HEX: #859ACB RGB: (133,154,203)

Color info

#859ACB contains mainly green and blue colors. Web safe color of #859ACB is #9999CC (or #99C).

RGB color model

#859ACB color RGB value is (133,154,203).

RGB: (133,154,203) (52%, 60%, 80%)

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 203 of 255 = 80%

133
154
203

R + G + B ~ 64%. #859ACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 154 + 203 = 490 (100%)
R 133 of 490 ~ 27.14%
G 154 of 490 ~ 31.43%
B 203 of 490 ~ 41.43'%

%27.14
%31.43
%41.43

CMYK color model

#859ACB color CMYK value is (34,24,0,20).

  • cyan value is 34.48%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (34,24,0,20) C34M24Y0K20 (34%,24%,0%,20%) (0.34/0.24/0.00/0.20) 

CMYK percentages

%34.48
%24.14
%0
%20.39

Codes

Color #859ACB in popluar color models

85 9A CB
RGB 133 154 203
HSL 222° 40.23% 65.88%
HSB/HSV 222° 34.48% 79.61%
CMYK 34.48% 24.14% 0.00%
20.39%

Color #859ACB in popluar number systems.

HEX 85 9A CB
Decimal 133 154 203
Binary 10000101 10011010 11001011
Octal 205 232 313

Shades and tints

Shades of #859ACB

#859ACB
(133,154,203)
#798CB9
(121,140,185)
#6D7EA7
(109,126,167)
#617095
(97,112,149)
#556283
(85,98,131)
#495471
(73,84,113)
#3D465F
(61,70,95)
#31384D
(49,56,77)
#252A3B
(37,42,59)
#191C29
(25,28,41)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #859ACB

#859ACB
(133,154,203)
#90A3CF
(144,163,207)
#9BACD3
(155,172,211)
#A6B5D7
(166,181,215)
#B1BEDB
(177,190,219)
#BCC7DF
(188,199,223)
#C7D0E3
(199,208,227)
#D2D9E7
(210,217,231)
#DDE2EB
(221,226,235)
#E8EBEF
(232,235,239)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859ACB color. Also use rgb(133,154,203) instead hex code.

Text Font Color

.myTextColor { color: #859ACB; }

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

This text font color is #859ACB.

Background Color

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

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

This div background color is #859ACB.

Border color

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

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

This div border color is #859ACB.

Opacity

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

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

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

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

This text has shadow with #859ACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859ACB.

Preview

Color preview on black background

This text has color #859ACB on black background.


Color preview on white background

This text has color #859ACB on white background.


Black color preview on #859ACB background

This text has black color on #859ACB background.


White color preview on #859ACB background

This text has white color on #859ACB background.


Related colors

Complementary color

Complementary color for #hex is #7A6534.


I love getcolorcode.com

Triadic colors

1 #CB859A and #9ACB85 with #859ACB are triadic colors.

2 #CB9A85 and #9A85CB with #859ACB are triadic colors.