COLOR #9C8DCB

HEX: #9C8DCB
RGB: (156,141,203)

Color info

#9C8DCB contains mainly red and blue colors. Web safe color of #9C8DCB is #9999CC (or #99C).

RGB color model

#9C8DCB color RGB value is (156,141,203).

  • red value is 156;
  • green value is 141;
  • blue value is 203.
RGB:
(156,141,203)
(61%,55%,80%)

RGB channels and saturation

R 156 of 255 = 61%
G 141 of 255 = 55%
B 203 of 255 = 80%

156
141
203

R + G + B ~ 65%. #9C8DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 141 + 203 = 500 (100%)
R 156 of 500 ~ 31.2%
G 141 of 500 ~ 28.2%
B 203 of 500 ~ 40.6%

%31.2
%28.2
%40.6

CMYK color model

#9C8DCB color CMYK value is (23,31,0,20).

  • cyan value is 23.15%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(23,31,0,20)
C23M31Y0K20 
(23%,31%,0%,20%)
(0.23/0.31/0.00/0.20)	

CMYK percentages

%23.15
%30.54
%0
%20.39

Codes

Color #9C8DCB in popluar color models

9C8DCB
RGB156141203
HSL255°37.35%67.45%
HSB/HSV255°30.54%79.61%
CMYK23.15%30.54%0.00%
20.39%

Color #9C8DCB in popluar number systems.

HEX9C8DCB
Decimal156141203
Binary100111001000110111001011
Octal234215313

Shades and tints

Shades of #9C8DCB

#9C8DCB
(156,141,203)
#8E81B9
(142,129,185)
#8075A7
(128,117,167)
#726995
(114,105,149)
#645D83
(100,93,131)
#565171
(86,81,113)
#48455F
(72,69,95)
#3A394D
(58,57,77)
#2C2D3B
(44,45,59)
#1E2129
(30,33,41)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #9C8DCB

#9C8DCB
(156,141,203)
#A597CF
(165,151,207)
#AEA1D3
(174,161,211)
#B7ABD7
(183,171,215)
#C0B5DB
(192,181,219)
#C9BFDF
(201,191,223)
#D2C9E3
(210,201,227)
#DBD3E7
(219,211,231)
#E4DDEB
(228,221,235)
#EDE7EF
(237,231,239)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8DCB color. Also use rgb(156,141,203) instead hex code.

Text Font Color

.myTextColor { color: #9C8DCB; }

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

This text font color is #9C8DCB.


Background Color

.myBgColor { background-color: #9C8DCB; }

<div style="background-color:#9C8DCB">Inner text</div>

This div background color is #9C8DCB.


Border color

.myBorderColor { border: 1px solid #9C8DCB; }

<div style="border:3px solid #9C8DCB">Div</div>

This div border color is #9C8DCB.


Opacity

.myOpacity80 { color: #9C8DCB; opacity: 0.8; }

<p style="color:#9C8DCB;opacity:0.8;">80%</p>

Text with #9C8DCB 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 #9C8DCB;}

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

This text has shadow with #9C8DCB color.

.textShadow {text-shadow: 3px 3px 1px #9C8DCB, 3px 3px 1px red;}

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

This text has shadow with #9C8DCB primary color and red secondary color.


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

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

This text has shadow with #9C8DCB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8DCB on black background.


Color preview on white background

This text has color #9C8DCB on white background.



Black color preview on #9C8DCB background

This text has black color on #9C8DCB background.


White color preview on #9C8DCB background

This text has white color on #9C8DCB background.