COLOR #9988B5

HEX: #9988B5
RGB: (153,136,181)

Color info

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

RGB color model

#9988B5 color RGB value is (153,136,181).

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

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 181 of 255 = 71%

153
136
181

R + G + B ~ 61%. #9988B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 136 + 181 = 470 (100%)
R 153 of 470 ~ 32.55%
G 136 of 470 ~ 28.94%
B 181 of 470 ~ 38.51%

%32.55
%28.94
%38.51

CMYK color model

#9988B5 color CMYK value is (15,25,0,29).

  • cyan value is 15.47%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(15,25,0,29)
C15M25Y0K29 
(15%,25%,0%,29%)
(0.15/0.25/0.00/0.29)	

CMYK percentages

%15.47
%24.86
%0
%29.02

Codes

Color #9988B5 in popluar color models

9988B5
RGB153136181
HSL263°23.32%62.16%
HSB/HSV263°24.86%70.98%
CMYK15.47%24.86%0.00%
29.02%

Color #9988B5 in popluar number systems.

HEX9988B5
Decimal153136181
Binary100110011000100010110101
Octal231210265

Shades and tints

Shades of #9988B5

#9988B5
(153,136,181)
#8C7CA5
(140,124,165)
#7F7095
(127,112,149)
#726485
(114,100,133)
#655875
(101,88,117)
#584C65
(88,76,101)
#4B4055
(75,64,85)
#3E3445
(62,52,69)
#312835
(49,40,53)
#241C25
(36,28,37)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #9988B5

#9988B5
(153,136,181)
#A292BB
(162,146,187)
#AB9CC1
(171,156,193)
#B4A6C7
(180,166,199)
#BDB0CD
(189,176,205)
#C6BAD3
(198,186,211)
#CFC4D9
(207,196,217)
#D8CEDF
(216,206,223)
#E1D8E5
(225,216,229)
#EAE2EB
(234,226,235)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9988B5; }

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

This text font color is #9988B5.


Background Color

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

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

This div background color is #9988B5.


Border color

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

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

This div border color is #9988B5.


Opacity

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

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

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

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

This text has shadow with #9988B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9988B5 on black background.


Color preview on white background

This text has color #9988B5 on white background.



Black color preview on #9988B5 background

This text has black color on #9988B5 background.


White color preview on #9988B5 background

This text has white color on #9988B5 background.