COLOR #8C9DCA

HEX: #8C9DCA RGB: (140,157,202)

Color info

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

RGB color model

#8C9DCA color RGB value is (140,157,202).

RGB: (140,157,202) (55%, 62%, 79%)

RGB channels and saturation

R 140 of 255 = 55%
G 157 of 255 = 62%
B 202 of 255 = 79%

140
157
202

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

Portions of RGB colors in percentages

R + G + B = 140 + 157 + 202 = 499 (100%)
R 140 of 499 ~ 28.06%
G 157 of 499 ~ 31.46%
B 202 of 499 ~ 40.48'%

%28.06
%31.46
%40.48

CMYK color model

#8C9DCA color CMYK value is (31,22,0,21).

  • cyan value is 30.69%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (31,22,0,21)
C31M22Y0K21 (31%, 22%, 0%, 21%)
(0.31 / 0.22 / 0.00 / 0.21)

CMYK percentages

%30.69
%22.28
%0
%20.78

Codes

Color #8C9DCA in popluar color models

8C 9D CA
RGB 140 157 202
HSL 224° 36.90% 67.06%
HSB/HSV 224° 30.69% 79.22%
CMYK 30.69% 22.28% 0.00%
20.78%

Color #8C9DCA in popluar number systems.

HEX 8C 9D CA
Decimal 140 157 202
Binary 10001100 10011101 11001010
Octal 214 235 312

Shades and tints

Shades of #8C9DCA

#8C9DCA
(140,157,202)
#808FB8
(128,143,184)
#7481A6
(116,129,166)
#687394
(104,115,148)
#5C6582
(92,101,130)
#505770
(80,87,112)
#44495E
(68,73,94)
#383B4C
(56,59,76)
#2C2D3A
(44,45,58)
#201F28
(32,31,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #8C9DCA

#8C9DCA
(140,157,202)
#96A5CE
(150,165,206)
#A0ADD2
(160,173,210)
#AAB5D6
(170,181,214)
#B4BDDA
(180,189,218)
#BEC5DE
(190,197,222)
#C8CDE2
(200,205,226)
#D2D5E6
(210,213,230)
#DCDDEA
(220,221,234)
#E6E5EE
(230,229,238)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9DCA; }

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

This text font color is #8C9DCA.

Background Color

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

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

This div background color is #8C9DCA.

Border color

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

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

This div border color is #8C9DCA.

Opacity

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

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

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

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

This text has shadow with #8C9DCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9DCA.

Preview

Color preview on black background

This text has color #8C9DCA on black background.


Color preview on white background

This text has color #8C9DCA on white background.


Black color preview on #8C9DCA background

This text has black color on #8C9DCA background.


White color preview on #8C9DCA background

This text has white color on #8C9DCA background.


Related colors

Complementary color

Complementary color for #hex is #736235.


I love getcolorcode.com

Triadic colors

1 #CA8C9D and #9DCA8C with #8C9DCA are triadic colors.

2 #CA9D8C and #9D8CCA with #8C9DCA are triadic colors.