COLOR #9997C6

HEX: #9997C6
RGB: (153,151,198)

Color info

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

RGB color model

#9997C6 color RGB value is (153,151,198).

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

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 198 of 255 = 78%

153
151
198

R + G + B ~ 66%. #9997C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 198 = 502 (100%)
R 153 of 502 ~ 30.48%
G 151 of 502 ~ 30.08%
B 198 of 502 ~ 39.44%

%30.48
%30.08
%39.44

CMYK color model

#9997C6 color CMYK value is (23,24,0,22).

  • cyan value is 22.73%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(23,24,0,22)
C23M24Y0K22 
(23%,24%,0%,22%)
(0.23/0.24/0.00/0.22)	

CMYK percentages

%22.73
%23.74
%0
%22.35

Codes

Color #9997C6 in popluar color models

9997C6
RGB153151198
HSL243°29.19%68.43%
HSB/HSV243°23.74%77.65%
CMYK22.73%23.74%0.00%
22.35%

Color #9997C6 in popluar number systems.

HEX9997C6
Decimal153151198
Binary100110011001011111000110
Octal231227306

Shades and tints

Shades of #9997C6

#9997C6
(153,151,198)
#8C8AB4
(140,138,180)
#7F7DA2
(127,125,162)
#727090
(114,112,144)
#65637E
(101,99,126)
#58566C
(88,86,108)
#4B495A
(75,73,90)
#3E3C48
(62,60,72)
#312F36
(49,47,54)
#242224
(36,34,36)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #9997C6

#9997C6
(153,151,198)
#A2A0CB
(162,160,203)
#ABA9D0
(171,169,208)
#B4B2D5
(180,178,213)
#BDBBDA
(189,187,218)
#C6C4DF
(198,196,223)
#CFCDE4
(207,205,228)
#D8D6E9
(216,214,233)
#E1DFEE
(225,223,238)
#EAE8F3
(234,232,243)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9997C6; }

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

This text font color is #9997C6.


Background Color

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

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

This div background color is #9997C6.


Border color

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

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

This div border color is #9997C6.


Opacity

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

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

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

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

This text has shadow with #9997C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9997C6 on black background.


Color preview on white background

This text has color #9997C6 on white background.



Black color preview on #9997C6 background

This text has black color on #9997C6 background.


White color preview on #9997C6 background

This text has white color on #9997C6 background.