COLOR #9996BD

HEX: #9996BD
RGB: (153,150,189)

Color info

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

RGB color model

#9996BD color RGB value is (153,150,189).

  • red value is 153;
  • green value is 150;
  • blue value is 189.
RGB:
(153,150,189)
(60%,59%,74%)

RGB channels and saturation

R 153 of 255 = 60%
G 150 of 255 = 59%
B 189 of 255 = 74%

153
150
189

R + G + B ~ 64%. #9996BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 150 + 189 = 492 (100%)
R 153 of 492 ~ 31.1%
G 150 of 492 ~ 30.49%
B 189 of 492 ~ 38.41%

%31.1
%30.49
%38.41

CMYK color model

#9996BD color CMYK value is (19,21,0,26).

  • cyan value is 19.05%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,21,0,26)
C19M21Y0K26 
(19%,21%,0%,26%)
(0.19/0.21/0.00/0.26)	

CMYK percentages

%19.05
%20.63
%0
%25.88

Codes

Color #9996BD in popluar color models

9996BD
RGB153150189
HSL245°22.81%66.47%
HSB/HSV245°20.63%74.12%
CMYK19.05%20.63%0.00%
25.88%

Color #9996BD in popluar number systems.

HEX9996BD
Decimal153150189
Binary100110011001011010111101
Octal231226275

Shades and tints

Shades of #9996BD

#9996BD
(153,150,189)
#8C89AC
(140,137,172)
#7F7C9B
(127,124,155)
#726F8A
(114,111,138)
#656279
(101,98,121)
#585568
(88,85,104)
#4B4857
(75,72,87)
#3E3B46
(62,59,70)
#312E35
(49,46,53)
#242124
(36,33,36)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #9996BD

#9996BD
(153,150,189)
#A29FC3
(162,159,195)
#ABA8C9
(171,168,201)
#B4B1CF
(180,177,207)
#BDBAD5
(189,186,213)
#C6C3DB
(198,195,219)
#CFCCE1
(207,204,225)
#D8D5E7
(216,213,231)
#E1DEED
(225,222,237)
#EAE7F3
(234,231,243)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9996BD color. Also use rgb(153,150,189) instead hex code.

Text Font Color

.myTextColor { color: #9996BD; }

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

This text font color is #9996BD.


Background Color

.myBgColor { background-color: #9996BD; }

<div style="background-color:#9996BD">Inner text</div>

This div background color is #9996BD.


Border color

.myBorderColor { border: 1px solid #9996BD; }

<div style="border:3px solid #9996BD">Div</div>

This div border color is #9996BD.


Opacity

.myOpacity80 { color: #9996BD; opacity: 0.8; }

<p style="color:#9996BD;opacity:0.8;">80%</p>

Text with #9996BD 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 #9996BD;}

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

This text has shadow with #9996BD color.

.textShadow {text-shadow: 3px 3px 1px #9996BD, 3px 3px 1px red;}

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

This text has shadow with #9996BD primary color and red secondary color.


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

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

This text has shadow with #9996BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9996BD on black background.


Color preview on white background

This text has color #9996BD on white background.



Black color preview on #9996BD background

This text has black color on #9996BD background.


White color preview on #9996BD background

This text has white color on #9996BD background.