COLOR #9E95CD

HEX: #9E95CD
RGB: (158,149,205)

Color info

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

RGB color model

#9E95CD color RGB value is (158,149,205).

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

RGB channels and saturation

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

158
149
205

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

Portions of RGB colors in percentages

R + G + B =
158 + 149 + 205 = 512 (100%)
R 158 of 512 ~ 30.86%
G 149 of 512 ~ 29.1%
B 205 of 512 ~ 40.04%

%30.86
%29.1
%40.04

CMYK color model

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

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

CMYK percentages

%22.93
%27.32
%0
%19.61

Codes

Color #9E95CD in popluar color models

9E95CD
RGB158149205
HSL250°35.90%69.41%
HSB/HSV250°27.32%80.39%
CMYK22.93%27.32%0.00%
19.61%

Color #9E95CD in popluar number systems.

HEX9E95CD
Decimal158149205
Binary100111101001010111001101
Octal236225315

Shades and tints

Shades of #9E95CD

#9E95CD
(158,149,205)
#9088BB
(144,136,187)
#827BA9
(130,123,169)
#746E97
(116,110,151)
#666185
(102,97,133)
#585473
(88,84,115)
#4A4761
(74,71,97)
#3C3A4F
(60,58,79)
#2E2D3D
(46,45,61)
#20202B
(32,32,43)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #9E95CD

#9E95CD
(158,149,205)
#A69ED1
(166,158,209)
#AEA7D5
(174,167,213)
#B6B0D9
(182,176,217)
#BEB9DD
(190,185,221)
#C6C2E1
(198,194,225)
#CECBE5
(206,203,229)
#D6D4E9
(214,212,233)
#DEDDED
(222,221,237)
#E6E6F1
(230,230,241)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E95CD; }

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

This text font color is #9E95CD.


Background Color

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

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

This div background color is #9E95CD.


Border color

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

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

This div border color is #9E95CD.


Opacity

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

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

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

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

This text has shadow with #9E95CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E95CD on black background.


Color preview on white background

This text has color #9E95CD on white background.



Black color preview on #9E95CD background

This text has black color on #9E95CD background.


White color preview on #9E95CD background

This text has white color on #9E95CD background.