COLOR #9C95B7

HEX: #9C95B7
RGB: (156,149,183)

Color info

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

RGB color model

#9C95B7 color RGB value is (156,149,183).

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

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 183 of 255 = 72%

156
149
183

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

Portions of RGB colors in percentages

R + G + B =
156 + 149 + 183 = 488 (100%)
R 156 of 488 ~ 31.97%
G 149 of 488 ~ 30.53%
B 183 of 488 ~ 37.5%

%31.97
%30.53
%37.5

CMYK color model

#9C95B7 color CMYK value is (15,19,0,28).

  • cyan value is 14.75%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(15,19,0,28)
C15M19Y0K28 
(15%,19%,0%,28%)
(0.15/0.19/0.00/0.28)	

CMYK percentages

%14.75
%18.58
%0
%28.24

Codes

Color #9C95B7 in popluar color models

9C95B7
RGB156149183
HSL252°19.10%65.10%
HSB/HSV252°18.58%71.76%
CMYK14.75%18.58%0.00%
28.24%

Color #9C95B7 in popluar number systems.

HEX9C95B7
Decimal156149183
Binary100111001001010110110111
Octal234225267

Shades and tints

Shades of #9C95B7

#9C95B7
(156,149,183)
#8E88A7
(142,136,167)
#807B97
(128,123,151)
#726E87
(114,110,135)
#646177
(100,97,119)
#565467
(86,84,103)
#484757
(72,71,87)
#3A3A47
(58,58,71)
#2C2D37
(44,45,55)
#1E2027
(30,32,39)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #9C95B7

#9C95B7
(156,149,183)
#A59EBD
(165,158,189)
#AEA7C3
(174,167,195)
#B7B0C9
(183,176,201)
#C0B9CF
(192,185,207)
#C9C2D5
(201,194,213)
#D2CBDB
(210,203,219)
#DBD4E1
(219,212,225)
#E4DDE7
(228,221,231)
#EDE6ED
(237,230,237)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C95B7; }

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

This text font color is #9C95B7.


Background Color

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

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

This div background color is #9C95B7.


Border color

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

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

This div border color is #9C95B7.


Opacity

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

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

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

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

This text has shadow with #9C95B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C95B7 on black background.


Color preview on white background

This text has color #9C95B7 on white background.



Black color preview on #9C95B7 background

This text has black color on #9C95B7 background.


White color preview on #9C95B7 background

This text has white color on #9C95B7 background.