COLOR #9C97BE

HEX: #9C97BE
RGB: (156,151,190)

Color info

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

RGB color model

#9C97BE color RGB value is (156,151,190).

  • red value is 156;
  • green value is 151;
  • blue value is 190.
RGB:
(156,151,190)
(61%,59%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 151 of 255 = 59%
B 190 of 255 = 75%

156
151
190

R + G + B ~ 65%. #9C97BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 151 + 190 = 497 (100%)
R 156 of 497 ~ 31.39%
G 151 of 497 ~ 30.38%
B 190 of 497 ~ 38.23%

%31.39
%30.38
%38.23

CMYK color model

#9C97BE color CMYK value is (18,21,0,25).

  • cyan value is 17.89%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(18,21,0,25)
C18M21Y0K25 
(18%,21%,0%,25%)
(0.18/0.21/0.00/0.25)	

CMYK percentages

%17.89
%20.53
%0
%25.49

Codes

Color #9C97BE in popluar color models

9C97BE
RGB156151190
HSL248°23.08%66.86%
HSB/HSV248°20.53%74.51%
CMYK17.89%20.53%0.00%
25.49%

Color #9C97BE in popluar number systems.

HEX9C97BE
Decimal156151190
Binary100111001001011110111110
Octal234227276

Shades and tints

Shades of #9C97BE

#9C97BE
(156,151,190)
#8E8AAD
(142,138,173)
#807D9C
(128,125,156)
#72708B
(114,112,139)
#64637A
(100,99,122)
#565669
(86,86,105)
#484958
(72,73,88)
#3A3C47
(58,60,71)
#2C2F36
(44,47,54)
#1E2225
(30,34,37)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #9C97BE

#9C97BE
(156,151,190)
#A5A0C3
(165,160,195)
#AEA9C8
(174,169,200)
#B7B2CD
(183,178,205)
#C0BBD2
(192,187,210)
#C9C4D7
(201,196,215)
#D2CDDC
(210,205,220)
#DBD6E1
(219,214,225)
#E4DFE6
(228,223,230)
#EDE8EB
(237,232,235)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C97BE; }

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

This text font color is #9C97BE.


Background Color

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

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

This div background color is #9C97BE.


Border color

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

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

This div border color is #9C97BE.


Opacity

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

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

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

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

This text has shadow with #9C97BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C97BE on black background.


Color preview on white background

This text has color #9C97BE on white background.



Black color preview on #9C97BE background

This text has black color on #9C97BE background.


White color preview on #9C97BE background

This text has white color on #9C97BE background.