COLOR #9893BA

HEX: #9893BA
RGB: (152,147,186)

Color info

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

RGB color model

#9893BA color RGB value is (152,147,186).

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

RGB channels and saturation

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

152
147
186

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

Portions of RGB colors in percentages

R + G + B =
152 + 147 + 186 = 485 (100%)
R 152 of 485 ~ 31.34%
G 147 of 485 ~ 30.31%
B 186 of 485 ~ 38.35%

%31.34
%30.31
%38.35

CMYK color model

#9893BA color CMYK value is (18,21,0,27).

  • cyan value is 18.28%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(18,21,0,27)
C18M21Y0K27 
(18%,21%,0%,27%)
(0.18/0.21/0.00/0.27)	

CMYK percentages

%18.28
%20.97
%0
%27.06

Codes

Color #9893BA in popluar color models

9893BA
RGB152147186
HSL248°22.03%65.29%
HSB/HSV248°20.97%72.94%
CMYK18.28%20.97%0.00%
27.06%

Color #9893BA in popluar number systems.

HEX9893BA
Decimal152147186
Binary100110001001001110111010
Octal230223272

Shades and tints

Shades of #9893BA

#9893BA
(152,147,186)
#8B86AA
(139,134,170)
#7E799A
(126,121,154)
#716C8A
(113,108,138)
#645F7A
(100,95,122)
#57526A
(87,82,106)
#4A455A
(74,69,90)
#3D384A
(61,56,74)
#302B3A
(48,43,58)
#231E2A
(35,30,42)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #9893BA

#9893BA
(152,147,186)
#A19CC0
(161,156,192)
#AAA5C6
(170,165,198)
#B3AECC
(179,174,204)
#BCB7D2
(188,183,210)
#C5C0D8
(197,192,216)
#CEC9DE
(206,201,222)
#D7D2E4
(215,210,228)
#E0DBEA
(224,219,234)
#E9E4F0
(233,228,240)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9893BA; }

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

This text font color is #9893BA.


Background Color

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

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

This div background color is #9893BA.


Border color

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

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

This div border color is #9893BA.


Opacity

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

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

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

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

This text has shadow with #9893BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9893BA on black background.


Color preview on white background

This text has color #9893BA on white background.



Black color preview on #9893BA background

This text has black color on #9893BA background.


White color preview on #9893BA background

This text has white color on #9893BA background.