COLOR #8C9BCA

HEX: #8C9BCA RGB: (140,155,202)

Color info

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

RGB color model

#8C9BCA color RGB value is (140,155,202).

RGB: (140,155,202) (55%, 61%, 79%)

RGB channels and saturation

R 140 of 255 = 55%
G 155 of 255 = 61%
B 202 of 255 = 79%

140
155
202

R + G + B ~ 65%. #8C9BCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 155 + 202 = 497 (100%)
R 140 of 497 ~ 28.17%
G 155 of 497 ~ 31.19%
B 202 of 497 ~ 40.64'%

%28.17
%31.19
%40.64

CMYK color model

#8C9BCA color CMYK value is (31,23,0,21).

  • cyan value is 30.69%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (31,23,0,21) C31M23Y0K21 (31%,23%,0%,21%) (0.31/0.23/0.00/0.21) 

CMYK percentages

%30.69
%23.27
%0
%20.78

Codes

Color #8C9BCA in popluar color models

8C 9B CA
RGB 140 155 202
HSL 225° 36.90% 67.06%
HSB/HSV 225° 30.69% 79.22%
CMYK 30.69% 23.27% 0.00%
20.78%

Color #8C9BCA in popluar number systems.

HEX 8C 9B CA
Decimal 140 155 202
Binary 10001100 10011011 11001010
Octal 214 233 312

Shades and tints

Shades of #8C9BCA

#8C9BCA
(140,155,202)
#808DB8
(128,141,184)
#747FA6
(116,127,166)
#687194
(104,113,148)
#5C6382
(92,99,130)
#505570
(80,85,112)
#44475E
(68,71,94)
#38394C
(56,57,76)
#2C2B3A
(44,43,58)
#201D28
(32,29,40)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #8C9BCA

#8C9BCA
(140,155,202)
#96A4CE
(150,164,206)
#A0ADD2
(160,173,210)
#AAB6D6
(170,182,214)
#B4BFDA
(180,191,218)
#BEC8DE
(190,200,222)
#C8D1E2
(200,209,226)
#D2DAE6
(210,218,230)
#DCE3EA
(220,227,234)
#E6ECEE
(230,236,238)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9BCA color. Also use rgb(140,155,202) instead hex code.

Text Font Color

.myTextColor { color: #8C9BCA; }

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

This text font color is #8C9BCA.

Background Color

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

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

This div background color is #8C9BCA.

Border color

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

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

This div border color is #8C9BCA.

Opacity

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

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

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

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

This text has shadow with #8C9BCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9BCA.

Preview

Color preview on black background

This text has color #8C9BCA on black background.


Color preview on white background

This text has color #8C9BCA on white background.


Black color preview on #8C9BCA background

This text has black color on #8C9BCA background.


White color preview on #8C9BCA background

This text has white color on #8C9BCA background.


Related colors

Complementary color

Complementary color for #hex is #736435.


I love getcolorcode.com

Triadic colors

1 #CA8C9B and #9BCA8C with #8C9BCA are triadic colors.

2 #CA9B8C and #9B8CCA with #8C9BCA are triadic colors.