COLOR #9895BA

HEX: #9895BA
RGB: (152,149,186)

Color info

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

RGB color model

#9895BA color RGB value is (152,149,186).

  • red value is 152;
  • green value is 149;
  • blue value is 186.
RGB:
(152,149,186)
(60%,58%,73%)

RGB channels and saturation

R 152 of 255 = 60%
G 149 of 255 = 58%
B 186 of 255 = 73%

152
149
186

R + G + B ~ 64%. #9895BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 149 + 186 = 487 (100%)
R 152 of 487 ~ 31.21%
G 149 of 487 ~ 30.6%
B 186 of 487 ~ 38.19%

%31.21
%30.6
%38.19

CMYK color model

#9895BA color CMYK value is (18,20,0,27).

  • cyan value is 18.28%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(18,20,0,27)
C18M20Y0K27 
(18%,20%,0%,27%)
(0.18/0.20/0.00/0.27)	

CMYK percentages

%18.28
%19.89
%0
%27.06

Codes

Color #9895BA in popluar color models

9895BA
RGB152149186
HSL245°21.14%65.69%
HSB/HSV245°19.89%72.94%
CMYK18.28%19.89%0.00%
27.06%

Color #9895BA in popluar number systems.

HEX9895BA
Decimal152149186
Binary100110001001010110111010
Octal230225272

Shades and tints

Shades of #9895BA

#9895BA
(152,149,186)
#8B88AA
(139,136,170)
#7E7B9A
(126,123,154)
#716E8A
(113,110,138)
#64617A
(100,97,122)
#57546A
(87,84,106)
#4A475A
(74,71,90)
#3D3A4A
(61,58,74)
#302D3A
(48,45,58)
#23202A
(35,32,42)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #9895BA

#9895BA
(152,149,186)
#A19EC0
(161,158,192)
#AAA7C6
(170,167,198)
#B3B0CC
(179,176,204)
#BCB9D2
(188,185,210)
#C5C2D8
(197,194,216)
#CECBDE
(206,203,222)
#D7D4E4
(215,212,228)
#E0DDEA
(224,221,234)
#E9E6F0
(233,230,240)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9895BA color. Also use rgb(152,149,186) instead hex code.

Text Font Color

.myTextColor { color: #9895BA; }

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

This text font color is #9895BA.


Background Color

.myBgColor { background-color: #9895BA; }

<div style="background-color:#9895BA">Inner text</div>

This div background color is #9895BA.


Border color

.myBorderColor { border: 1px solid #9895BA; }

<div style="border:3px solid #9895BA">Div</div>

This div border color is #9895BA.


Opacity

.myOpacity80 { color: #9895BA; opacity: 0.8; }

<p style="color:#9895BA;opacity:0.8;">80%</p>

Text with #9895BA 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 #9895BA;}

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

This text has shadow with #9895BA color.

.textShadow {text-shadow: 3px 3px 1px #9895BA, 3px 3px 1px red;}

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

This text has shadow with #9895BA primary color and red secondary color.


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

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

This text has shadow with #9895BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9895BA on black background.


Color preview on white background

This text has color #9895BA on white background.



Black color preview on #9895BA background

This text has black color on #9895BA background.


White color preview on #9895BA background

This text has white color on #9895BA background.