COLOR #9D95BB

HEX: #9D95BB
RGB: (157,149,187)

Color info

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

RGB color model

#9D95BB color RGB value is (157,149,187).

  • red value is 157;
  • green value is 149;
  • blue value is 187.
RGB:
(157,149,187)
(62%,58%,73%)

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 187 of 255 = 73%

157
149
187

R + G + B ~ 64%. #9D95BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 187 = 493 (100%)
R 157 of 493 ~ 31.85%
G 149 of 493 ~ 30.22%
B 187 of 493 ~ 37.93%

%31.85
%30.22
%37.93

CMYK color model

#9D95BB color CMYK value is (16,20,0,27).

  • cyan value is 16.04%
  • magenta value is 20.32%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(16,20,0,27)
C16M20Y0K27 
(16%,20%,0%,27%)
(0.16/0.20/0.00/0.27)	

CMYK percentages

%16.04
%20.32
%0
%26.67

Codes

Color #9D95BB in popluar color models

9D95BB
RGB157149187
HSL253°21.84%65.88%
HSB/HSV253°20.32%73.33%
CMYK16.04%20.32%0.00%
26.67%

Color #9D95BB in popluar number systems.

HEX9D95BB
Decimal157149187
Binary100111011001010110111011
Octal235225273

Shades and tints

Shades of #9D95BB

#9D95BB
(157,149,187)
#8F88AA
(143,136,170)
#817B99
(129,123,153)
#736E88
(115,110,136)
#656177
(101,97,119)
#575466
(87,84,102)
#494755
(73,71,85)
#3B3A44
(59,58,68)
#2D2D33
(45,45,51)
#1F2022
(31,32,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #9D95BB

#9D95BB
(157,149,187)
#A59EC1
(165,158,193)
#ADA7C7
(173,167,199)
#B5B0CD
(181,176,205)
#BDB9D3
(189,185,211)
#C5C2D9
(197,194,217)
#CDCBDF
(205,203,223)
#D5D4E5
(213,212,229)
#DDDDEB
(221,221,235)
#E5E6F1
(229,230,241)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D95BB color. Also use rgb(157,149,187) instead hex code.

Text Font Color

.myTextColor { color: #9D95BB; }

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

This text font color is #9D95BB.


Background Color

.myBgColor { background-color: #9D95BB; }

<div style="background-color:#9D95BB">Inner text</div>

This div background color is #9D95BB.


Border color

.myBorderColor { border: 1px solid #9D95BB; }

<div style="border:3px solid #9D95BB">Div</div>

This div border color is #9D95BB.


Opacity

.myOpacity80 { color: #9D95BB; opacity: 0.8; }

<p style="color:#9D95BB;opacity:0.8;">80%</p>

Text with #9D95BB 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 #9D95BB;}

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

This text has shadow with #9D95BB color.

.textShadow {text-shadow: 3px 3px 1px #9D95BB, 3px 3px 1px red;}

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

This text has shadow with #9D95BB primary color and red secondary color.


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

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

This text has shadow with #9D95BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D95BB on black background.


Color preview on white background

This text has color #9D95BB on white background.



Black color preview on #9D95BB background

This text has black color on #9D95BB background.


White color preview on #9D95BB background

This text has white color on #9D95BB background.