COLOR #8C85CB

HEX: #8C85CB RGB: (140,133,203)

Color info

#8C85CB contains mainly blue color. Web safe color of #8C85CB is #9999CC (or #99C).

RGB color model

#8C85CB color RGB value is (140,133,203).

RGB: (140,133,203) (55%, 52%, 80%)

RGB channels and saturation

R 140 of 255 = 55%
G 133 of 255 = 52%
B 203 of 255 = 80%

140
133
203

R + G + B ~ 62%. #8C85CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 133 + 203 = 476 (100%)
R 140 of 476 ~ 29.41%
G 133 of 476 ~ 27.94%
B 203 of 476 ~ 42.65'%

%29.41
%27.94
%42.65

CMYK color model

#8C85CB color CMYK value is (31,34,0,20).

  • cyan value is 31.03%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (31,34,0,20)
C31M34Y0K20 (31%, 34%, 0%, 20%)
(0.31 / 0.34 / 0.00 / 0.20)

CMYK percentages

%31.03
%34.48
%0
%20.39

Codes

Color #8C85CB in popluar color models

8C 85 CB
RGB 140 133 203
HSL 246° 40.23% 65.88%
HSB/HSV 246° 34.48% 79.61%
CMYK 31.03% 34.48% 0.00%
20.39%

Color #8C85CB in popluar number systems.

HEX 8C 85 CB
Decimal 140 133 203
Binary 10001100 10000101 11001011
Octal 214 205 313

Shades and tints

Shades of #8C85CB

#8C85CB
(140,133,203)
#8079B9
(128,121,185)
#746DA7
(116,109,167)
#686195
(104,97,149)
#5C5583
(92,85,131)
#504971
(80,73,113)
#443D5F
(68,61,95)
#38314D
(56,49,77)
#2C253B
(44,37,59)
#201929
(32,25,41)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #8C85CB

#8C85CB
(140,133,203)
#9690CF
(150,144,207)
#A09BD3
(160,155,211)
#AAA6D7
(170,166,215)
#B4B1DB
(180,177,219)
#BEBCDF
(190,188,223)
#C8C7E3
(200,199,227)
#D2D2E7
(210,210,231)
#DCDDEB
(220,221,235)
#E6E8EF
(230,232,239)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C85CB color. Also use rgb(140,133,203) instead hex code.

Text Font Color

.myTextColor { color: #8C85CB; }

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

This text font color is #8C85CB.

Background Color

.myBgColor { background-color: #8C85CB; }

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

This div background color is #8C85CB.

Border color

.myBorderColor { border: 1px solid #8C85CB; }

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

This div border color is #8C85CB.

Opacity

.myOpacity80 { color: #8C85CB; opacity: 0.8; }

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

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

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

This text has shadow with #8C85CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C85CB.

Preview

Color preview on black background

This text has color #8C85CB on black background.


Color preview on white background

This text has color #8C85CB on white background.


Black color preview on #8C85CB background

This text has black color on #8C85CB background.


White color preview on #8C85CB background

This text has white color on #8C85CB background.


Related colors

Complementary color

Complementary color for #hex is #737A34.


I love getcolorcode.com

Triadic colors

1 #CB8C85 and #85CB8C with #8C85CB are triadic colors.

2 #CB858C and #858CCB with #8C85CB are triadic colors.