COLOR #9995B5

HEX: #9995B5
RGB: (153,149,181)

Color info

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

RGB color model

#9995B5 color RGB value is (153,149,181).

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

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 181 of 255 = 71%

153
149
181

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

Portions of RGB colors in percentages

R + G + B =
153 + 149 + 181 = 483 (100%)
R 153 of 483 ~ 31.68%
G 149 of 483 ~ 30.85%
B 181 of 483 ~ 37.47%

%31.68
%30.85
%37.47

CMYK color model

#9995B5 color CMYK value is (15,18,0,29).

  • cyan value is 15.47%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(15,18,0,29)
C15M18Y0K29 
(15%,18%,0%,29%)
(0.15/0.18/0.00/0.29)	

CMYK percentages

%15.47
%17.68
%0
%29.02

Codes

Color #9995B5 in popluar color models

9995B5
RGB153149181
HSL248°17.78%64.71%
HSB/HSV248°17.68%70.98%
CMYK15.47%17.68%0.00%
29.02%

Color #9995B5 in popluar number systems.

HEX9995B5
Decimal153149181
Binary100110011001010110110101
Octal231225265

Shades and tints

Shades of #9995B5

#9995B5
(153,149,181)
#8C88A5
(140,136,165)
#7F7B95
(127,123,149)
#726E85
(114,110,133)
#656175
(101,97,117)
#585465
(88,84,101)
#4B4755
(75,71,85)
#3E3A45
(62,58,69)
#312D35
(49,45,53)
#242025
(36,32,37)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #9995B5

#9995B5
(153,149,181)
#A29EBB
(162,158,187)
#ABA7C1
(171,167,193)
#B4B0C7
(180,176,199)
#BDB9CD
(189,185,205)
#C6C2D3
(198,194,211)
#CFCBD9
(207,203,217)
#D8D4DF
(216,212,223)
#E1DDE5
(225,221,229)
#EAE6EB
(234,230,235)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9995B5; }

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

This text font color is #9995B5.


Background Color

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

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

This div background color is #9995B5.


Border color

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

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

This div border color is #9995B5.


Opacity

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

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

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

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

This text has shadow with #9995B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9995B5 on black background.


Color preview on white background

This text has color #9995B5 on white background.



Black color preview on #9995B5 background

This text has black color on #9995B5 background.


White color preview on #9995B5 background

This text has white color on #9995B5 background.