COLOR #9C95BA

HEX: #9C95BA
RGB: (156,149,186)

Color info

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

RGB color model

#9C95BA color RGB value is (156,149,186).

  • red value is 156;
  • green value is 149;
  • blue value is 186.
RGB:
(156,149,186)
(61%,58%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 186 of 255 = 73%

156
149
186

R + G + B ~ 64%. #9C95BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 149 + 186 = 491 (100%)
R 156 of 491 ~ 31.77%
G 149 of 491 ~ 30.35%
B 186 of 491 ~ 37.88%

%31.77
%30.35
%37.88

CMYK color model

#9C95BA color CMYK value is (16,20,0,27).

  • cyan value is 16.13%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(16,20,0,27)
C16M20Y0K27 
(16%,20%,0%,27%)
(0.16/0.20/0.00/0.27)	

CMYK percentages

%16.13
%19.89
%0
%27.06

Codes

Color #9C95BA in popluar color models

9C95BA
RGB156149186
HSL251°21.14%65.69%
HSB/HSV251°19.89%72.94%
CMYK16.13%19.89%0.00%
27.06%

Color #9C95BA in popluar number systems.

HEX9C95BA
Decimal156149186
Binary100111001001010110111010
Octal234225272

Shades and tints

Shades of #9C95BA

#9C95BA
(156,149,186)
#8E88AA
(142,136,170)
#807B9A
(128,123,154)
#726E8A
(114,110,138)
#64617A
(100,97,122)
#56546A
(86,84,106)
#48475A
(72,71,90)
#3A3A4A
(58,58,74)
#2C2D3A
(44,45,58)
#1E202A
(30,32,42)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #9C95BA

#9C95BA
(156,149,186)
#A59EC0
(165,158,192)
#AEA7C6
(174,167,198)
#B7B0CC
(183,176,204)
#C0B9D2
(192,185,210)
#C9C2D8
(201,194,216)
#D2CBDE
(210,203,222)
#DBD4E4
(219,212,228)
#E4DDEA
(228,221,234)
#EDE6F0
(237,230,240)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C95BA; }

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

This text font color is #9C95BA.


Background Color

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

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

This div background color is #9C95BA.


Border color

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

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

This div border color is #9C95BA.


Opacity

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

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

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

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

This text has shadow with #9C95BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C95BA on black background.


Color preview on white background

This text has color #9C95BA on white background.



Black color preview on #9C95BA background

This text has black color on #9C95BA background.


White color preview on #9C95BA background

This text has white color on #9C95BA background.