COLOR #9197C6

HEX: #9197C6
RGB: (145,151,198)

Color info

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

RGB color model

#9197C6 color RGB value is (145,151,198).

  • red value is 145;
  • green value is 151;
  • blue value is 198.
RGB:
(145,151,198)
(57%,59%,78%)

RGB channels and saturation

R 145 of 255 = 57%
G 151 of 255 = 59%
B 198 of 255 = 78%

145
151
198

R + G + B ~ 65%. #9197C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 151 + 198 = 494 (100%)
R 145 of 494 ~ 29.35%
G 151 of 494 ~ 30.57%
B 198 of 494 ~ 40.08%

%29.35
%30.57
%40.08

CMYK color model

#9197C6 color CMYK value is (27,24,0,22).

  • cyan value is 26.77%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(27,24,0,22)
C27M24Y0K22 
(27%,24%,0%,22%)
(0.27/0.24/0.00/0.22)	

CMYK percentages

%26.77
%23.74
%0
%22.35

Codes

Color #9197C6 in popluar color models

9197C6
RGB145151198
HSL233°31.74%67.25%
HSB/HSV233°26.77%77.65%
CMYK26.77%23.74%0.00%
22.35%

Color #9197C6 in popluar number systems.

HEX9197C6
Decimal145151198
Binary100100011001011111000110
Octal221227306

Shades and tints

Shades of #9197C6

#9197C6
(145,151,198)
#848AB4
(132,138,180)
#777DA2
(119,125,162)
#6A7090
(106,112,144)
#5D637E
(93,99,126)
#50566C
(80,86,108)
#43495A
(67,73,90)
#363C48
(54,60,72)
#292F36
(41,47,54)
#1C2224
(28,34,36)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #9197C6

#9197C6
(145,151,198)
#9BA0CB
(155,160,203)
#A5A9D0
(165,169,208)
#AFB2D5
(175,178,213)
#B9BBDA
(185,187,218)
#C3C4DF
(195,196,223)
#CDCDE4
(205,205,228)
#D7D6E9
(215,214,233)
#E1DFEE
(225,223,238)
#EBE8F3
(235,232,243)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9197C6 color. Also use rgb(145,151,198) instead hex code.

Text Font Color

.myTextColor { color: #9197C6; }

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

This text font color is #9197C6.


Background Color

.myBgColor { background-color: #9197C6; }

<div style="background-color:#9197C6">Inner text</div>

This div background color is #9197C6.


Border color

.myBorderColor { border: 1px solid #9197C6; }

<div style="border:3px solid #9197C6">Div</div>

This div border color is #9197C6.


Opacity

.myOpacity80 { color: #9197C6; opacity: 0.8; }

<p style="color:#9197C6;opacity:0.8;">80%</p>

Text with #9197C6 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 #9197C6;}

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

This text has shadow with #9197C6 color.

.textShadow {text-shadow: 3px 3px 1px #9197C6, 3px 3px 1px red;}

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

This text has shadow with #9197C6 primary color and red secondary color.


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

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

This text has shadow with #9197C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9197C6 on black background.


Color preview on white background

This text has color #9197C6 on white background.



Black color preview on #9197C6 background

This text has black color on #9197C6 background.


White color preview on #9197C6 background

This text has white color on #9197C6 background.