COLOR #8C9CC4

HEX: #8C9CC4
RGB: (140,156,196)

Color info

#8C9CC4 contains red, green and blue colors in about the same proportion. Web safe color of #8C9CC4 is #9999CC (or #99C).

RGB color model

#8C9CC4 color RGB value is (140,156,196).

  • red value is 140;
  • green value is 156;
  • blue value is 196.
RGB:
(140,156,196)
(55%,61%,77%)

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 196 of 255 = 77%

140
156
196

R + G + B ~ 64%. #8C9CC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 156 + 196 = 492 (100%)
R 140 of 492 ~ 28.46%
G 156 of 492 ~ 31.71%
B 196 of 492 ~ 39.84%

%28.46
%31.71
%39.84

CMYK color model

#8C9CC4 color CMYK value is (29,20,0,23).

  • cyan value is 28.57%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(29,20,0,23)
C29M20Y0K23 
(29%,20%,0%,23%)
(0.29/0.20/0.00/0.23)	

CMYK percentages

%28.57
%20.41
%0
%23.14

Codes

Color #8C9CC4 in popluar color models

8C9CC4
RGB140156196
HSL223°32.18%65.88%
HSB/HSV223°28.57%76.86%
CMYK28.57%20.41%0.00%
23.14%

Color #8C9CC4 in popluar number systems.

HEX8C9CC4
Decimal140156196
Binary100011001001110011000100
Octal214234304

Shades and tints

Shades of #8C9CC4

#8C9CC4
(140,156,196)
#808EB3
(128,142,179)
#7480A2
(116,128,162)
#687291
(104,114,145)
#5C6480
(92,100,128)
#50566F
(80,86,111)
#44485E
(68,72,94)
#383A4D
(56,58,77)
#2C2C3C
(44,44,60)
#201E2B
(32,30,43)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #8C9CC4

#8C9CC4
(140,156,196)
#96A5C9
(150,165,201)
#A0AECE
(160,174,206)
#AAB7D3
(170,183,211)
#B4C0D8
(180,192,216)
#BEC9DD
(190,201,221)
#C8D2E2
(200,210,226)
#D2DBE7
(210,219,231)
#DCE4EC
(220,228,236)
#E6EDF1
(230,237,241)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9CC4; }

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

This text font color is #8C9CC4.


Background Color

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

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

This div background color is #8C9CC4.


Border color

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

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

This div border color is #8C9CC4.


Opacity

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

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

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

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

This text has shadow with #8C9CC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9CC4 on black background.


Color preview on white background

This text has color #8C9CC4 on white background.



Black color preview on #8C9CC4 background

This text has black color on #8C9CC4 background.


White color preview on #8C9CC4 background

This text has white color on #8C9CC4 background.