COLOR #9992B0

HEX: #9992B0 RGB: (153,146,176)

Color info

#9992B0 contains red, green and blue colors in about the same proportion. Web safe color of #9992B0 is #999999 (or #999).

RGB color model

#9992B0 color RGB value is (153,146,176).

RGB: (153,146,176) (60%, 57%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 176 of 255 = 69%

153
146
176

R + G + B ~ 62%. #9992B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 146 + 176 = 475 (100%)
R 153 of 475 ~ 32.21%
G 146 of 475 ~ 30.74%
B 176 of 475 ~ 37.05'%

%32.21
%30.74
%37.05

CMYK color model

#9992B0 color CMYK value is (13,17,0,31).

  • cyan value is 13.07%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (13,17,0,31) C13M17Y0K31 (13%,17%,0%,31%) (0.13/0.17/0.00/0.31) 

CMYK percentages

%13.07
%17.05
%0
%30.98

Codes

Color #9992B0 in popluar color models

99 92 B0
RGB 153 146 176
HSL 254° 15.96% 63.14%
HSB/HSV 254° 17.05% 69.02%
CMYK 13.07% 17.05% 0.00%
30.98%

Color #9992B0 in popluar number systems.

HEX 99 92 B0
Decimal 153 146 176
Binary 10011001 10010010 10110000
Octal 231 222 260

Shades and tints

Shades of #9992B0

#9992B0
(153,146,176)
#8C85A0
(140,133,160)
#7F7890
(127,120,144)
#726B80
(114,107,128)
#655E70
(101,94,112)
#585160
(88,81,96)
#4B4450
(75,68,80)
#3E3740
(62,55,64)
#312A30
(49,42,48)
#241D20
(36,29,32)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #9992B0

#9992B0
(153,146,176)
#A29BB7
(162,155,183)
#ABA4BE
(171,164,190)
#B4ADC5
(180,173,197)
#BDB6CC
(189,182,204)
#C6BFD3
(198,191,211)
#CFC8DA
(207,200,218)
#D8D1E1
(216,209,225)
#E1DAE8
(225,218,232)
#EAE3EF
(234,227,239)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9992B0; }

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

This text font color is #9992B0.

Background Color

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

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

This div background color is #9992B0.

Border color

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

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

This div border color is #9992B0.

Opacity

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

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

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

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

This text has shadow with #9992B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9992B0.

Preview

Color preview on black background

This text has color #9992B0 on black background.


Color preview on white background

This text has color #9992B0 on white background.


Black color preview on #9992B0 background

This text has black color on #9992B0 background.


White color preview on #9992B0 background

This text has white color on #9992B0 background.


Related colors

Complementary color

Complementary color for #hex is #666D4F.


I love getcolorcode.com

Triadic colors

1 #B09992 and #92B099 with #9992B0 are triadic colors.

2 #B09299 and #9299B0 with #9992B0 are triadic colors.