COLOR #9E96BC

HEX: #9E96BC RGB: (158,150,188)

Color info

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

RGB color model

#9E96BC color RGB value is (158,150,188).

RGB: (158,150,188) (62%, 59%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 188 of 255 = 74%

158
150
188

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

Portions of RGB colors in percentages

R + G + B = 158 + 150 + 188 = 496 (100%)
R 158 of 496 ~ 31.85%
G 150 of 496 ~ 30.24%
B 188 of 496 ~ 37.9'%

%31.85
%30.24
%37.9

CMYK color model

#9E96BC color CMYK value is (16,20,0,26).

  • cyan value is 15.96%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (16,20,0,26)
C16M20Y0K26 (16%, 20%, 0%, 26%)
(0.16 / 0.20 / 0.00 / 0.26)

CMYK percentages

%15.96
%20.21
%0
%26.27

Codes

Color #9E96BC in popluar color models

9E 96 BC
RGB 158 150 188
HSL 253° 22.09% 66.27%
HSB/HSV 253° 20.21% 73.73%
CMYK 15.96% 20.21% 0.00%
26.27%

Color #9E96BC in popluar number systems.

HEX 9E 96 BC
Decimal 158 150 188
Binary 10011110 10010110 10111100
Octal 236 226 274

Shades and tints

Shades of #9E96BC

#9E96BC
(158,150,188)
#9089AB
(144,137,171)
#827C9A
(130,124,154)
#746F89
(116,111,137)
#666278
(102,98,120)
#585567
(88,85,103)
#4A4856
(74,72,86)
#3C3B45
(60,59,69)
#2E2E34
(46,46,52)
#202123
(32,33,35)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9E96BC

#9E96BC
(158,150,188)
#A69FC2
(166,159,194)
#AEA8C8
(174,168,200)
#B6B1CE
(182,177,206)
#BEBAD4
(190,186,212)
#C6C3DA
(198,195,218)
#CECCE0
(206,204,224)
#D6D5E6
(214,213,230)
#DEDEEC
(222,222,236)
#E6E7F2
(230,231,242)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E96BC; }

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

This text font color is #9E96BC.

Background Color

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

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

This div background color is #9E96BC.

Border color

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

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

This div border color is #9E96BC.

Opacity

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

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

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

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

This text has shadow with #9E96BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E96BC.

Preview

Color preview on black background

This text has color #9E96BC on black background.


Color preview on white background

This text has color #9E96BC on white background.


Black color preview on #9E96BC background

This text has black color on #9E96BC background.


White color preview on #9E96BC background

This text has white color on #9E96BC background.


Related colors

Complementary color

Complementary color for #hex is #616943.


I love getcolorcode.com

Triadic colors

1 #BC9E96 and #96BC9E with #9E96BC are triadic colors.

2 #BC969E and #969EBC with #9E96BC are triadic colors.