COLOR #9981BC

HEX: #9981BC
RGB: (153,129,188)

Color info

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

RGB color model

#9981BC color RGB value is (153,129,188).

  • red value is 153;
  • green value is 129;
  • blue value is 188.
RGB:
(153,129,188)
(60%,51%,74%)

RGB channels and saturation

R 153 of 255 = 60%
G 129 of 255 = 51%
B 188 of 255 = 74%

153
129
188

R + G + B ~ 62%. #9981BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 129 + 188 = 470 (100%)
R 153 of 470 ~ 32.55%
G 129 of 470 ~ 27.45%
B 188 of 470 ~ 40%

%32.55
%27.45
%40

CMYK color model

#9981BC color CMYK value is (19,31,0,26).

  • cyan value is 18.62%
  • magenta value is 31.38%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(19,31,0,26)
C19M31Y0K26 
(19%,31%,0%,26%)
(0.19/0.31/0.00/0.26)	

CMYK percentages

%18.62
%31.38
%0
%26.27

Codes

Color #9981BC in popluar color models

9981BC
RGB153129188
HSL264°30.57%62.16%
HSB/HSV264°31.38%73.73%
CMYK18.62%31.38%0.00%
26.27%

Color #9981BC in popluar number systems.

HEX9981BC
Decimal153129188
Binary100110011000000110111100
Octal231201274

Shades and tints

Shades of #9981BC

#9981BC
(153,129,188)
#8C76AB
(140,118,171)
#7F6B9A
(127,107,154)
#726089
(114,96,137)
#655578
(101,85,120)
#584A67
(88,74,103)
#4B3F56
(75,63,86)
#3E3445
(62,52,69)
#312934
(49,41,52)
#241E23
(36,30,35)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #9981BC

#9981BC
(153,129,188)
#A28CC2
(162,140,194)
#AB97C8
(171,151,200)
#B4A2CE
(180,162,206)
#BDADD4
(189,173,212)
#C6B8DA
(198,184,218)
#CFC3E0
(207,195,224)
#D8CEE6
(216,206,230)
#E1D9EC
(225,217,236)
#EAE4F2
(234,228,242)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9981BC color. Also use rgb(153,129,188) instead hex code.

Text Font Color

.myTextColor { color: #9981BC; }

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

This text font color is #9981BC.


Background Color

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

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

This div background color is #9981BC.


Border color

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

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

This div border color is #9981BC.


Opacity

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

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

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

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

This text has shadow with #9981BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9981BC on black background.


Color preview on white background

This text has color #9981BC on white background.



Black color preview on #9981BC background

This text has black color on #9981BC background.


White color preview on #9981BC background

This text has white color on #9981BC background.