COLOR #8C9CCA

HEX: #8C9CCA RGB: (140,156,202)

Color info

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

RGB color model

#8C9CCA color RGB value is (140,156,202).

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

RGB channels and saturation

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

140
156
202

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

Portions of RGB colors in percentages

R + G + B = 140 + 156 + 202 = 498 (100%)
R 140 of 498 ~ 28.11%
G 156 of 498 ~ 31.33%
B 202 of 498 ~ 40.56'%

%28.11
%31.33
%40.56

CMYK color model

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

  • cyan value is 30.69%
  • magenta value is 22.77%
  • 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
%22.77
%0
%20.78

Codes

Color #8C9CCA in popluar color models

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

Color #8C9CCA in popluar number systems.

HEX 8C 9C CA
Decimal 140 156 202
Binary 10001100 10011100 11001010
Octal 214 234 312

Shades and tints

Shades of #8C9CCA

#8C9CCA
(140,156,202)
#808EB8
(128,142,184)
#7480A6
(116,128,166)
#687294
(104,114,148)
#5C6482
(92,100,130)
#505670
(80,86,112)
#44485E
(68,72,94)
#383A4C
(56,58,76)
#2C2C3A
(44,44,58)
#201E28
(32,30,40)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #8C9CCA

#8C9CCA
(140,156,202)
#96A5CE
(150,165,206)
#A0AED2
(160,174,210)
#AAB7D6
(170,183,214)
#B4C0DA
(180,192,218)
#BEC9DE
(190,201,222)
#C8D2E2
(200,210,226)
#D2DBE6
(210,219,230)
#DCE4EA
(220,228,234)
#E6EDEE
(230,237,238)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9CCA; }

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

This text font color is #8C9CCA.

Background Color

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

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

This div background color is #8C9CCA.

Border color

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

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

This div border color is #8C9CCA.

Opacity

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

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

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

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

This text has shadow with #8C9CCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9CCA.

Preview

Color preview on black background

This text has color #8C9CCA on black background.


Color preview on white background

This text has color #8C9CCA on white background.


Black color preview on #8C9CCA background

This text has black color on #8C9CCA background.


White color preview on #8C9CCA background

This text has white color on #8C9CCA background.


Related colors

Complementary color

Complementary color for #hex is #736335.


I love getcolorcode.com

Triadic colors

1 #CA8C9C and #9CCA8C with #8C9CCA are triadic colors.

2 #CA9C8C and #9C8CCA with #8C9CCA are triadic colors.