COLOR #9C9EC2

HEX: #9C9EC2
RGB: (156,158,194)

Color info

#9C9EC2 contains red, green and blue colors in about the same proportion. Web safe color of #9C9EC2 is #9999CC (or #99C).

RGB color model

#9C9EC2 color RGB value is (156,158,194).

  • red value is 156;
  • green value is 158;
  • blue value is 194.
RGB:
(156,158,194)
(61%,62%,76%)

RGB channels and saturation

R 156 of 255 = 61%
G 158 of 255 = 62%
B 194 of 255 = 76%

156
158
194

R + G + B ~ 66%. #9C9EC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 158 + 194 = 508 (100%)
R 156 of 508 ~ 30.71%
G 158 of 508 ~ 31.1%
B 194 of 508 ~ 38.19%

%30.71
%31.1
%38.19

CMYK color model

#9C9EC2 color CMYK value is (20,19,0,24).

  • cyan value is 19.59%
  • magenta value is 18.56%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(20,19,0,24)
C20M19Y0K24 
(20%,19%,0%,24%)
(0.20/0.19/0.00/0.24)	

CMYK percentages

%19.59
%18.56
%0
%23.92

Codes

Color #9C9EC2 in popluar color models

9C9EC2
RGB156158194
HSL237°23.75%68.63%
HSB/HSV237°19.59%76.08%
CMYK19.59%18.56%0.00%
23.92%

Color #9C9EC2 in popluar number systems.

HEX9C9EC2
Decimal156158194
Binary100111001001111011000010
Octal234236302

Shades and tints

Shades of #9C9EC2

#9C9EC2
(156,158,194)
#8E90B1
(142,144,177)
#8082A0
(128,130,160)
#72748F
(114,116,143)
#64667E
(100,102,126)
#56586D
(86,88,109)
#484A5C
(72,74,92)
#3A3C4B
(58,60,75)
#2C2E3A
(44,46,58)
#1E2029
(30,32,41)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #9C9EC2

#9C9EC2
(156,158,194)
#A5A6C7
(165,166,199)
#AEAECC
(174,174,204)
#B7B6D1
(183,182,209)
#C0BED6
(192,190,214)
#C9C6DB
(201,198,219)
#D2CEE0
(210,206,224)
#DBD6E5
(219,214,229)
#E4DEEA
(228,222,234)
#EDE6EF
(237,230,239)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9EC2; }

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

This text font color is #9C9EC2.


Background Color

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

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

This div background color is #9C9EC2.


Border color

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

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

This div border color is #9C9EC2.


Opacity

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

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

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

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

This text has shadow with #9C9EC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9EC2 on black background.


Color preview on white background

This text has color #9C9EC2 on white background.



Black color preview on #9C9EC2 background

This text has black color on #9C9EC2 background.


White color preview on #9C9EC2 background

This text has white color on #9C9EC2 background.