COLOR #9992C6

HEX: #9992C6
RGB: (153,146,198)

Color info

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

RGB color model

#9992C6 color RGB value is (153,146,198).

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

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 198 of 255 = 78%

153
146
198

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

Portions of RGB colors in percentages

R + G + B =
153 + 146 + 198 = 497 (100%)
R 153 of 497 ~ 30.78%
G 146 of 497 ~ 29.38%
B 198 of 497 ~ 39.84%

%30.78
%29.38
%39.84

CMYK color model

#9992C6 color CMYK value is (23,26,0,22).

  • cyan value is 22.73%
  • magenta value is 26.26%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(23,26,0,22)
C23M26Y0K22 
(23%,26%,0%,22%)
(0.23/0.26/0.00/0.22)	

CMYK percentages

%22.73
%26.26
%0
%22.35

Codes

Color #9992C6 in popluar color models

9992C6
RGB153146198
HSL248°31.33%67.45%
HSB/HSV248°26.26%77.65%
CMYK22.73%26.26%0.00%
22.35%

Color #9992C6 in popluar number systems.

HEX9992C6
Decimal153146198
Binary100110011001001011000110
Octal231222306

Shades and tints

Shades of #9992C6

#9992C6
(153,146,198)
#8C85B4
(140,133,180)
#7F78A2
(127,120,162)
#726B90
(114,107,144)
#655E7E
(101,94,126)
#58516C
(88,81,108)
#4B445A
(75,68,90)
#3E3748
(62,55,72)
#312A36
(49,42,54)
#241D24
(36,29,36)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #9992C6

#9992C6
(153,146,198)
#A29BCB
(162,155,203)
#ABA4D0
(171,164,208)
#B4ADD5
(180,173,213)
#BDB6DA
(189,182,218)
#C6BFDF
(198,191,223)
#CFC8E4
(207,200,228)
#D8D1E9
(216,209,233)
#E1DAEE
(225,218,238)
#EAE3F3
(234,227,243)
#F3ECF8
(243,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9992C6; }

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

This text font color is #9992C6.


Background Color

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

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

This div background color is #9992C6.


Border color

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

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

This div border color is #9992C6.


Opacity

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

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

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

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

This text has shadow with #9992C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9992C6 on black background.


Color preview on white background

This text has color #9992C6 on white background.



Black color preview on #9992C6 background

This text has black color on #9992C6 background.


White color preview on #9992C6 background

This text has white color on #9992C6 background.