COLOR #9E95CC

HEX: #9E95CC
RGB: (158,149,204)

Color info

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

RGB color model

#9E95CC color RGB value is (158,149,204).

  • red value is 158;
  • green value is 149;
  • blue value is 204.
RGB:
(158,149,204)
(62%,58%,80%)

RGB channels and saturation

R 158 of 255 = 62%
G 149 of 255 = 58%
B 204 of 255 = 80%

158
149
204

R + G + B ~ 67%. #9E95CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 149 + 204 = 511 (100%)
R 158 of 511 ~ 30.92%
G 149 of 511 ~ 29.16%
B 204 of 511 ~ 39.92%

%30.92
%29.16
%39.92

CMYK color model

#9E95CC color CMYK value is (23,27,0,20).

  • cyan value is 22.55%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(23,27,0,20)
C23M27Y0K20 
(23%,27%,0%,20%)
(0.23/0.27/0.00/0.20)	

CMYK percentages

%22.55
%26.96
%0
%20

Codes

Color #9E95CC in popluar color models

9E95CC
RGB158149204
HSL250°35.03%69.22%
HSB/HSV250°26.96%80.00%
CMYK22.55%26.96%0.00%
20.00%

Color #9E95CC in popluar number systems.

HEX9E95CC
Decimal158149204
Binary100111101001010111001100
Octal236225314

Shades and tints

Shades of #9E95CC

#9E95CC
(158,149,204)
#9088BA
(144,136,186)
#827BA8
(130,123,168)
#746E96
(116,110,150)
#666184
(102,97,132)
#585472
(88,84,114)
#4A4760
(74,71,96)
#3C3A4E
(60,58,78)
#2E2D3C
(46,45,60)
#20202A
(32,32,42)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #9E95CC

#9E95CC
(158,149,204)
#A69ED0
(166,158,208)
#AEA7D4
(174,167,212)
#B6B0D8
(182,176,216)
#BEB9DC
(190,185,220)
#C6C2E0
(198,194,224)
#CECBE4
(206,203,228)
#D6D4E8
(214,212,232)
#DEDDEC
(222,221,236)
#E6E6F0
(230,230,240)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E95CC color. Also use rgb(158,149,204) instead hex code.

Text Font Color

.myTextColor { color: #9E95CC; }

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

This text font color is #9E95CC.


Background Color

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

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

This div background color is #9E95CC.


Border color

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

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

This div border color is #9E95CC.


Opacity

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

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

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

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

This text has shadow with #9E95CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E95CC on black background.


Color preview on white background

This text has color #9E95CC on white background.



Black color preview on #9E95CC background

This text has black color on #9E95CC background.


White color preview on #9E95CC background

This text has white color on #9E95CC background.