COLOR #9C8DEE

HEX: #9C8DEE
RGB: (156,141,238)

Color info

#9C8DEE contains mainly blue color. Web safe color of #9C8DEE is #9999FF (or #99F).

RGB color model

#9C8DEE color RGB value is (156,141,238).

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

RGB channels and saturation

R 156 of 255 = 61%
G 141 of 255 = 55%
B 238 of 255 = 93%

156
141
238

R + G + B ~ 70%. #9C8DEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 141 + 238 = 535 (100%)
R 156 of 535 ~ 29.16%
G 141 of 535 ~ 26.36%
B 238 of 535 ~ 44.49%

%29.16
%26.36
%44.49

CMYK color model

#9C8DEE color CMYK value is (34,41,0,7).

  • cyan value is 34.45%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(34,41,0,7)
C34M41Y0K7 
(34%,41%,0%,7%)
(0.34/0.41/0.00/0.07)	

CMYK percentages

%34.45
%40.76
%0
%6.67

Codes

Color #9C8DEE in popluar color models

9C8DEE
RGB156141238
HSL249°74.05%74.31%
HSB/HSV249°40.76%93.33%
CMYK34.45%40.76%0.00%
6.67%

Color #9C8DEE in popluar number systems.

HEX9C8DEE
Decimal156141238
Binary100111001000110111101110
Octal234215356

Shades and tints

Shades of #9C8DEE

#9C8DEE
(156,141,238)
#8E81D9
(142,129,217)
#8075C4
(128,117,196)
#7269AF
(114,105,175)
#645D9A
(100,93,154)
#565185
(86,81,133)
#484570
(72,69,112)
#3A395B
(58,57,91)
#2C2D46
(44,45,70)
#1E2131
(30,33,49)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #9C8DEE

#9C8DEE
(156,141,238)
#A597EF
(165,151,239)
#AEA1F0
(174,161,240)
#B7ABF1
(183,171,241)
#C0B5F2
(192,181,242)
#C9BFF3
(201,191,243)
#D2C9F4
(210,201,244)
#DBD3F5
(219,211,245)
#E4DDF6
(228,221,246)
#EDE7F7
(237,231,247)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8DEE; }

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

This text font color is #9C8DEE.


Background Color

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

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

This div background color is #9C8DEE.


Border color

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

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

This div border color is #9C8DEE.


Opacity

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

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

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

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

This text has shadow with #9C8DEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8DEE on black background.


Color preview on white background

This text has color #9C8DEE on white background.



Black color preview on #9C8DEE background

This text has black color on #9C8DEE background.


White color preview on #9C8DEE background

This text has white color on #9C8DEE background.