COLOR #9C9CEE

HEX: #9C9CEE
RGB: (156,156,238)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
156
238

R + G + B ~ 72%. #9C9CEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 156 + 238 = 550 (100%)
R 156 of 550 ~ 28.36%
G 156 of 550 ~ 28.36%
B 238 of 550 ~ 43.27%

%28.36
%28.36
%43.27

CMYK color model

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

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

CMYK percentages

%34.45
%34.45
%0
%6.67

Codes

Color #9C9CEE in popluar color models

9C9CEE
RGB156156238
HSL240°70.69%77.25%
HSB/HSV240°34.45%93.33%
CMYK34.45%34.45%0.00%
6.67%

Color #9C9CEE in popluar number systems.

HEX9C9CEE
Decimal156156238
Binary100111001001110011101110
Octal234234356

Shades and tints

Shades of #9C9CEE

#9C9CEE
(156,156,238)
#8E8ED9
(142,142,217)
#8080C4
(128,128,196)
#7272AF
(114,114,175)
#64649A
(100,100,154)
#565685
(86,86,133)
#484870
(72,72,112)
#3A3A5B
(58,58,91)
#2C2C46
(44,44,70)
#1E1E31
(30,30,49)
#10101C
(16,16,28)
#000000
(0,0,0)

Tints of #9C9CEE

#9C9CEE
(156,156,238)
#A5A5EF
(165,165,239)
#AEAEF0
(174,174,240)
#B7B7F1
(183,183,241)
#C0C0F2
(192,192,242)
#C9C9F3
(201,201,243)
#D2D2F4
(210,210,244)
#DBDBF5
(219,219,245)
#E4E4F6
(228,228,246)
#EDEDF7
(237,237,247)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9CEE; }

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

This text font color is #9C9CEE.


Background Color

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

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

This div background color is #9C9CEE.


Border color

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

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

This div border color is #9C9CEE.


Opacity

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

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

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

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

This text has shadow with #9C9CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9CEE on black background.


Color preview on white background

This text has color #9C9CEE on white background.



Black color preview on #9C9CEE background

This text has black color on #9C9CEE background.


White color preview on #9C9CEE background

This text has white color on #9C9CEE background.