COLOR #9992BA

HEX: #9992BA
RGB: (153,146,186)

Color info

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

RGB color model

#9992BA color RGB value is (153,146,186).

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

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 186 of 255 = 73%

153
146
186

R + G + B ~ 63%. #9992BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 146 + 186 = 485 (100%)
R 153 of 485 ~ 31.55%
G 146 of 485 ~ 30.1%
B 186 of 485 ~ 38.35%

%31.55
%30.1
%38.35

CMYK color model

#9992BA color CMYK value is (18,22,0,27).

  • cyan value is 17.74%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(18,22,0,27)
C18M22Y0K27 
(18%,22%,0%,27%)
(0.18/0.22/0.00/0.27)	

CMYK percentages

%17.74
%21.51
%0
%27.06

Codes

Color #9992BA in popluar color models

9992BA
RGB153146186
HSL251°22.47%65.10%
HSB/HSV251°21.51%72.94%
CMYK17.74%21.51%0.00%
27.06%

Color #9992BA in popluar number systems.

HEX9992BA
Decimal153146186
Binary100110011001001010111010
Octal231222272

Shades and tints

Shades of #9992BA

#9992BA
(153,146,186)
#8C85AA
(140,133,170)
#7F789A
(127,120,154)
#726B8A
(114,107,138)
#655E7A
(101,94,122)
#58516A
(88,81,106)
#4B445A
(75,68,90)
#3E374A
(62,55,74)
#312A3A
(49,42,58)
#241D2A
(36,29,42)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #9992BA

#9992BA
(153,146,186)
#A29BC0
(162,155,192)
#ABA4C6
(171,164,198)
#B4ADCC
(180,173,204)
#BDB6D2
(189,182,210)
#C6BFD8
(198,191,216)
#CFC8DE
(207,200,222)
#D8D1E4
(216,209,228)
#E1DAEA
(225,218,234)
#EAE3F0
(234,227,240)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9992BA; }

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

This text font color is #9992BA.


Background Color

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

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

This div background color is #9992BA.


Border color

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

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

This div border color is #9992BA.


Opacity

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

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

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

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

This text has shadow with #9992BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9992BA on black background.


Color preview on white background

This text has color #9992BA on white background.



Black color preview on #9992BA background

This text has black color on #9992BA background.


White color preview on #9992BA background

This text has white color on #9992BA background.