COLOR #9E94BC

HEX: #9E94BC
RGB: (158,148,188)

Color info

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

RGB color model

#9E94BC color RGB value is (158,148,188).

  • red value is 158;
  • green value is 148;
  • blue value is 188.
RGB:
(158,148,188)
(62%,58%,74%)

RGB channels and saturation

R 158 of 255 = 62%
G 148 of 255 = 58%
B 188 of 255 = 74%

158
148
188

R + G + B ~ 65%. #9E94BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 148 + 188 = 494 (100%)
R 158 of 494 ~ 31.98%
G 148 of 494 ~ 29.96%
B 188 of 494 ~ 38.06%

%31.98
%29.96
%38.06

CMYK color model

#9E94BC color CMYK value is (16,21,0,26).

  • cyan value is 15.96%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(16,21,0,26)
C16M21Y0K26 
(16%,21%,0%,26%)
(0.16/0.21/0.00/0.26)	

CMYK percentages

%15.96
%21.28
%0
%26.27

Codes

Color #9E94BC in popluar color models

9E94BC
RGB158148188
HSL255°22.99%65.88%
HSB/HSV255°21.28%73.73%
CMYK15.96%21.28%0.00%
26.27%

Color #9E94BC in popluar number systems.

HEX9E94BC
Decimal158148188
Binary100111101001010010111100
Octal236224274

Shades and tints

Shades of #9E94BC

#9E94BC
(158,148,188)
#9087AB
(144,135,171)
#827A9A
(130,122,154)
#746D89
(116,109,137)
#666078
(102,96,120)
#585367
(88,83,103)
#4A4656
(74,70,86)
#3C3945
(60,57,69)
#2E2C34
(46,44,52)
#201F23
(32,31,35)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #9E94BC

#9E94BC
(158,148,188)
#A69DC2
(166,157,194)
#AEA6C8
(174,166,200)
#B6AFCE
(182,175,206)
#BEB8D4
(190,184,212)
#C6C1DA
(198,193,218)
#CECAE0
(206,202,224)
#D6D3E6
(214,211,230)
#DEDCEC
(222,220,236)
#E6E5F2
(230,229,242)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E94BC color. Also use rgb(158,148,188) instead hex code.

Text Font Color

.myTextColor { color: #9E94BC; }

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

This text font color is #9E94BC.


Background Color

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

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

This div background color is #9E94BC.


Border color

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

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

This div border color is #9E94BC.


Opacity

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

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

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

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

This text has shadow with #9E94BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E94BC on black background.


Color preview on white background

This text has color #9E94BC on white background.



Black color preview on #9E94BC background

This text has black color on #9E94BC background.


White color preview on #9E94BC background

This text has white color on #9E94BC background.