COLOR #9592BB

HEX: #9592BB
RGB: (149,146,187)

Color info

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

RGB color model

#9592BB color RGB value is (149,146,187).

  • red value is 149;
  • green value is 146;
  • blue value is 187.
RGB:
(149,146,187)
(58%,57%,73%)

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 187 of 255 = 73%

149
146
187

R + G + B ~ 63%. #9592BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 146 + 187 = 482 (100%)
R 149 of 482 ~ 30.91%
G 146 of 482 ~ 30.29%
B 187 of 482 ~ 38.8%

%30.91
%30.29
%38.8

CMYK color model

#9592BB color CMYK value is (20,22,0,27).

  • cyan value is 20.32%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(20,22,0,27)
C20M22Y0K27 
(20%,22%,0%,27%)
(0.20/0.22/0.00/0.27)	

CMYK percentages

%20.32
%21.93
%0
%26.67

Codes

Color #9592BB in popluar color models

9592BB
RGB149146187
HSL244°23.16%65.29%
HSB/HSV244°21.93%73.33%
CMYK20.32%21.93%0.00%
26.67%

Color #9592BB in popluar number systems.

HEX9592BB
Decimal149146187
Binary100101011001001010111011
Octal225222273

Shades and tints

Shades of #9592BB

#9592BB
(149,146,187)
#8885AA
(136,133,170)
#7B7899
(123,120,153)
#6E6B88
(110,107,136)
#615E77
(97,94,119)
#545166
(84,81,102)
#474455
(71,68,85)
#3A3744
(58,55,68)
#2D2A33
(45,42,51)
#201D22
(32,29,34)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #9592BB

#9592BB
(149,146,187)
#9E9BC1
(158,155,193)
#A7A4C7
(167,164,199)
#B0ADCD
(176,173,205)
#B9B6D3
(185,182,211)
#C2BFD9
(194,191,217)
#CBC8DF
(203,200,223)
#D4D1E5
(212,209,229)
#DDDAEB
(221,218,235)
#E6E3F1
(230,227,241)
#EFECF7
(239,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9592BB color. Also use rgb(149,146,187) instead hex code.

Text Font Color

.myTextColor { color: #9592BB; }

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

This text font color is #9592BB.


Background Color

.myBgColor { background-color: #9592BB; }

<div style="background-color:#9592BB">Inner text</div>

This div background color is #9592BB.


Border color

.myBorderColor { border: 1px solid #9592BB; }

<div style="border:3px solid #9592BB">Div</div>

This div border color is #9592BB.


Opacity

.myOpacity80 { color: #9592BB; opacity: 0.8; }

<p style="color:#9592BB;opacity:0.8;">80%</p>

Text with #9592BB 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 #9592BB;}

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

This text has shadow with #9592BB color.

.textShadow {text-shadow: 3px 3px 1px #9592BB, 3px 3px 1px red;}

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

This text has shadow with #9592BB primary color and red secondary color.


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

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

This text has shadow with #9592BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9592BB on black background.


Color preview on white background

This text has color #9592BB on white background.



Black color preview on #9592BB background

This text has black color on #9592BB background.


White color preview on #9592BB background

This text has white color on #9592BB background.