COLOR #9991B5

HEX: #9991B5
RGB: (153,145,181)

Color info

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

RGB color model

#9991B5 color RGB value is (153,145,181).

  • red value is 153;
  • green value is 145;
  • blue value is 181.
RGB:
(153,145,181)
(60%,57%,71%)

RGB channels and saturation

R 153 of 255 = 60%
G 145 of 255 = 57%
B 181 of 255 = 71%

153
145
181

R + G + B ~ 63%. #9991B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 145 + 181 = 479 (100%)
R 153 of 479 ~ 31.94%
G 145 of 479 ~ 30.27%
B 181 of 479 ~ 37.79%

%31.94
%30.27
%37.79

CMYK color model

#9991B5 color CMYK value is (15,20,0,29).

  • cyan value is 15.47%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(15,20,0,29)
C15M20Y0K29 
(15%,20%,0%,29%)
(0.15/0.20/0.00/0.29)	

CMYK percentages

%15.47
%19.89
%0
%29.02

Codes

Color #9991B5 in popluar color models

9991B5
RGB153145181
HSL253°19.57%63.92%
HSB/HSV253°19.89%70.98%
CMYK15.47%19.89%0.00%
29.02%

Color #9991B5 in popluar number systems.

HEX9991B5
Decimal153145181
Binary100110011001000110110101
Octal231221265

Shades and tints

Shades of #9991B5

#9991B5
(153,145,181)
#8C84A5
(140,132,165)
#7F7795
(127,119,149)
#726A85
(114,106,133)
#655D75
(101,93,117)
#585065
(88,80,101)
#4B4355
(75,67,85)
#3E3645
(62,54,69)
#312935
(49,41,53)
#241C25
(36,28,37)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #9991B5

#9991B5
(153,145,181)
#A29BBB
(162,155,187)
#ABA5C1
(171,165,193)
#B4AFC7
(180,175,199)
#BDB9CD
(189,185,205)
#C6C3D3
(198,195,211)
#CFCDD9
(207,205,217)
#D8D7DF
(216,215,223)
#E1E1E5
(225,225,229)
#EAEBEB
(234,235,235)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9991B5 color. Also use rgb(153,145,181) instead hex code.

Text Font Color

.myTextColor { color: #9991B5; }

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

This text font color is #9991B5.


Background Color

.myBgColor { background-color: #9991B5; }

<div style="background-color:#9991B5">Inner text</div>

This div background color is #9991B5.


Border color

.myBorderColor { border: 1px solid #9991B5; }

<div style="border:3px solid #9991B5">Div</div>

This div border color is #9991B5.


Opacity

.myOpacity80 { color: #9991B5; opacity: 0.8; }

<p style="color:#9991B5;opacity:0.8;">80%</p>

Text with #9991B5 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 #9991B5;}

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

This text has shadow with #9991B5 color.

.textShadow {text-shadow: 3px 3px 1px #9991B5, 3px 3px 1px red;}

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

This text has shadow with #9991B5 primary color and red secondary color.


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

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

This text has shadow with #9991B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9991B5 on black background.


Color preview on white background

This text has color #9991B5 on white background.



Black color preview on #9991B5 background

This text has black color on #9991B5 background.


White color preview on #9991B5 background

This text has white color on #9991B5 background.