COLOR #9985B4

HEX: #9985B4
RGB: (153,133,180)

Color info

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

RGB color model

#9985B4 color RGB value is (153,133,180).

  • red value is 153;
  • green value is 133;
  • blue value is 180.
RGB:
(153,133,180)
(60%,52%,71%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 180 of 255 = 71%

153
133
180

R + G + B ~ 61%. #9985B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 133 + 180 = 466 (100%)
R 153 of 466 ~ 32.83%
G 133 of 466 ~ 28.54%
B 180 of 466 ~ 38.63%

%32.83
%28.54
%38.63

CMYK color model

#9985B4 color CMYK value is (15,26,0,29).

  • cyan value is 15.00%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(15,26,0,29)
C15M26Y0K29 
(15%,26%,0%,29%)
(0.15/0.26/0.00/0.29)	

CMYK percentages

%15
%26.11
%0
%29.41

Codes

Color #9985B4 in popluar color models

9985B4
RGB153133180
HSL266°23.86%61.37%
HSB/HSV266°26.11%70.59%
CMYK15.00%26.11%0.00%
29.41%

Color #9985B4 in popluar number systems.

HEX9985B4
Decimal153133180
Binary100110011000010110110100
Octal231205264

Shades and tints

Shades of #9985B4

#9985B4
(153,133,180)
#8C79A4
(140,121,164)
#7F6D94
(127,109,148)
#726184
(114,97,132)
#655574
(101,85,116)
#584964
(88,73,100)
#4B3D54
(75,61,84)
#3E3144
(62,49,68)
#312534
(49,37,52)
#241924
(36,25,36)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #9985B4

#9985B4
(153,133,180)
#A290BA
(162,144,186)
#AB9BC0
(171,155,192)
#B4A6C6
(180,166,198)
#BDB1CC
(189,177,204)
#C6BCD2
(198,188,210)
#CFC7D8
(207,199,216)
#D8D2DE
(216,210,222)
#E1DDE4
(225,221,228)
#EAE8EA
(234,232,234)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9985B4 color. Also use rgb(153,133,180) instead hex code.

Text Font Color

.myTextColor { color: #9985B4; }

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

This text font color is #9985B4.


Background Color

.myBgColor { background-color: #9985B4; }

<div style="background-color:#9985B4">Inner text</div>

This div background color is #9985B4.


Border color

.myBorderColor { border: 1px solid #9985B4; }

<div style="border:3px solid #9985B4">Div</div>

This div border color is #9985B4.


Opacity

.myOpacity80 { color: #9985B4; opacity: 0.8; }

<p style="color:#9985B4;opacity:0.8;">80%</p>

Text with #9985B4 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 #9985B4;}

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

This text has shadow with #9985B4 color.

.textShadow {text-shadow: 3px 3px 1px #9985B4, 3px 3px 1px red;}

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

This text has shadow with #9985B4 primary color and red secondary color.


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

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

This text has shadow with #9985B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9985B4 on black background.


Color preview on white background

This text has color #9985B4 on white background.



Black color preview on #9985B4 background

This text has black color on #9985B4 background.


White color preview on #9985B4 background

This text has white color on #9985B4 background.