COLOR #9C8EDD

HEX: #9C8EDD
RGB: (156,142,221)

Color info

#9C8EDD contains mainly blue color. Web safe color of #9C8EDD is #9999CC (or #99C).

RGB color model

#9C8EDD color RGB value is (156,142,221).

  • red value is 156;
  • green value is 142;
  • blue value is 221.
RGB:
(156,142,221)
(61%,56%,87%)

RGB channels and saturation

R 156 of 255 = 61%
G 142 of 255 = 56%
B 221 of 255 = 87%

156
142
221

R + G + B ~ 68%. #9C8EDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 142 + 221 = 519 (100%)
R 156 of 519 ~ 30.06%
G 142 of 519 ~ 27.36%
B 221 of 519 ~ 42.58%

%30.06
%27.36
%42.58

CMYK color model

#9C8EDD color CMYK value is (29,36,0,13).

  • cyan value is 29.41%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(29,36,0,13)
C29M36Y0K13 
(29%,36%,0%,13%)
(0.29/0.36/0.00/0.13)	

CMYK percentages

%29.41
%35.75
%0
%13.33

Codes

Color #9C8EDD in popluar color models

9C8EDD
RGB156142221
HSL251°53.74%71.18%
HSB/HSV251°35.75%86.67%
CMYK29.41%35.75%0.00%
13.33%

Color #9C8EDD in popluar number systems.

HEX9C8EDD
Decimal156142221
Binary100111001000111011011101
Octal234216335

Shades and tints

Shades of #9C8EDD

#9C8EDD
(156,142,221)
#8E82C9
(142,130,201)
#8076B5
(128,118,181)
#726AA1
(114,106,161)
#645E8D
(100,94,141)
#565279
(86,82,121)
#484665
(72,70,101)
#3A3A51
(58,58,81)
#2C2E3D
(44,46,61)
#1E2229
(30,34,41)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #9C8EDD

#9C8EDD
(156,142,221)
#A598E0
(165,152,224)
#AEA2E3
(174,162,227)
#B7ACE6
(183,172,230)
#C0B6E9
(192,182,233)
#C9C0EC
(201,192,236)
#D2CAEF
(210,202,239)
#DBD4F2
(219,212,242)
#E4DEF5
(228,222,245)
#EDE8F8
(237,232,248)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8EDD color. Also use rgb(156,142,221) instead hex code.

Text Font Color

.myTextColor { color: #9C8EDD; }

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

This text font color is #9C8EDD.


Background Color

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

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

This div background color is #9C8EDD.


Border color

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

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

This div border color is #9C8EDD.


Opacity

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

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

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

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

This text has shadow with #9C8EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8EDD on black background.


Color preview on white background

This text has color #9C8EDD on white background.



Black color preview on #9C8EDD background

This text has black color on #9C8EDD background.


White color preview on #9C8EDD background

This text has white color on #9C8EDD background.