COLOR #9C8DDB

HEX: #9C8DDB
RGB: (156,141,219)

Color info

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

RGB color model

#9C8DDB color RGB value is (156,141,219).

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

RGB channels and saturation

R 156 of 255 = 61%
G 141 of 255 = 55%
B 219 of 255 = 86%

156
141
219

R + G + B ~ 67%. #9C8DDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 141 + 219 = 516 (100%)
R 156 of 516 ~ 30.23%
G 141 of 516 ~ 27.33%
B 219 of 516 ~ 42.44%

%30.23
%27.33
%42.44

CMYK color model

#9C8DDB color CMYK value is (29,36,0,14).

  • cyan value is 28.77%
  • magenta value is 35.62%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(29,36,0,14)
C29M36Y0K14 
(29%,36%,0%,14%)
(0.29/0.36/0.00/0.14)	

CMYK percentages

%28.77
%35.62
%0
%14.12

Codes

Color #9C8DDB in popluar color models

9C8DDB
RGB156141219
HSL252°52.00%70.59%
HSB/HSV252°35.62%85.88%
CMYK28.77%35.62%0.00%
14.12%

Color #9C8DDB in popluar number systems.

HEX9C8DDB
Decimal156141219
Binary100111001000110111011011
Octal234215333

Shades and tints

Shades of #9C8DDB

#9C8DDB
(156,141,219)
#8E81C8
(142,129,200)
#8075B5
(128,117,181)
#7269A2
(114,105,162)
#645D8F
(100,93,143)
#56517C
(86,81,124)
#484569
(72,69,105)
#3A3956
(58,57,86)
#2C2D43
(44,45,67)
#1E2130
(30,33,48)
#10151D
(16,21,29)
#000000
(0,0,0)

Tints of #9C8DDB

#9C8DDB
(156,141,219)
#A597DE
(165,151,222)
#AEA1E1
(174,161,225)
#B7ABE4
(183,171,228)
#C0B5E7
(192,181,231)
#C9BFEA
(201,191,234)
#D2C9ED
(210,201,237)
#DBD3F0
(219,211,240)
#E4DDF3
(228,221,243)
#EDE7F6
(237,231,246)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8DDB; }

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

This text font color is #9C8DDB.


Background Color

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

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

This div background color is #9C8DDB.


Border color

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

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

This div border color is #9C8DDB.


Opacity

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

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

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

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

This text has shadow with #9C8DDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8DDB on black background.


Color preview on white background

This text has color #9C8DDB on white background.



Black color preview on #9C8DDB background

This text has black color on #9C8DDB background.


White color preview on #9C8DDB background

This text has white color on #9C8DDB background.