COLOR #9592BC

HEX: #9592BC
RGB: (149,146,188)

Color info

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

RGB color model

#9592BC color RGB value is (149,146,188).

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

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 188 of 255 = 74%

149
146
188

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

Portions of RGB colors in percentages

R + G + B =
149 + 146 + 188 = 483 (100%)
R 149 of 483 ~ 30.85%
G 146 of 483 ~ 30.23%
B 188 of 483 ~ 38.92%

%30.85
%30.23
%38.92

CMYK color model

#9592BC color CMYK value is (21,22,0,26).

  • cyan value is 20.74%
  • magenta value is 22.34%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(21,22,0,26)
C21M22Y0K26 
(21%,22%,0%,26%)
(0.21/0.22/0.00/0.26)	

CMYK percentages

%20.74
%22.34
%0
%26.27

Codes

Color #9592BC in popluar color models

9592BC
RGB149146188
HSL244°23.86%65.49%
HSB/HSV244°22.34%73.73%
CMYK20.74%22.34%0.00%
26.27%

Color #9592BC in popluar number systems.

HEX9592BC
Decimal149146188
Binary100101011001001010111100
Octal225222274

Shades and tints

Shades of #9592BC

#9592BC
(149,146,188)
#8885AB
(136,133,171)
#7B789A
(123,120,154)
#6E6B89
(110,107,137)
#615E78
(97,94,120)
#545167
(84,81,103)
#474456
(71,68,86)
#3A3745
(58,55,69)
#2D2A34
(45,42,52)
#201D23
(32,29,35)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #9592BC

#9592BC
(149,146,188)
#9E9BC2
(158,155,194)
#A7A4C8
(167,164,200)
#B0ADCE
(176,173,206)
#B9B6D4
(185,182,212)
#C2BFDA
(194,191,218)
#CBC8E0
(203,200,224)
#D4D1E6
(212,209,230)
#DDDAEC
(221,218,236)
#E6E3F2
(230,227,242)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9592BC; }

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

This text font color is #9592BC.


Background Color

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

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

This div background color is #9592BC.


Border color

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

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

This div border color is #9592BC.


Opacity

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

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

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

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

This text has shadow with #9592BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9592BC on black background.


Color preview on white background

This text has color #9592BC on white background.



Black color preview on #9592BC background

This text has black color on #9592BC background.


White color preview on #9592BC background

This text has white color on #9592BC background.