COLOR #9E9ACC

HEX: #9E9ACC
RGB: (158,154,204)

Color info

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

RGB color model

#9E9ACC color RGB value is (158,154,204).

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

RGB channels and saturation

R 158 of 255 = 62%
G 154 of 255 = 60%
B 204 of 255 = 80%

158
154
204

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

Portions of RGB colors in percentages

R + G + B =
158 + 154 + 204 = 516 (100%)
R 158 of 516 ~ 30.62%
G 154 of 516 ~ 29.84%
B 204 of 516 ~ 39.53%

%30.62
%29.84
%39.53

CMYK color model

#9E9ACC color CMYK value is (23,25,0,20).

  • cyan value is 22.55%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(23,25,0,20)
C23M25Y0K20 
(23%,25%,0%,20%)
(0.23/0.25/0.00/0.20)	

CMYK percentages

%22.55
%24.51
%0
%20

Codes

Color #9E9ACC in popluar color models

9E9ACC
RGB158154204
HSL245°32.89%70.20%
HSB/HSV245°24.51%80.00%
CMYK22.55%24.51%0.00%
20.00%

Color #9E9ACC in popluar number systems.

HEX9E9ACC
Decimal158154204
Binary100111101001101011001100
Octal236232314

Shades and tints

Shades of #9E9ACC

#9E9ACC
(158,154,204)
#908CBA
(144,140,186)
#827EA8
(130,126,168)
#747096
(116,112,150)
#666284
(102,98,132)
#585472
(88,84,114)
#4A4660
(74,70,96)
#3C384E
(60,56,78)
#2E2A3C
(46,42,60)
#201C2A
(32,28,42)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #9E9ACC

#9E9ACC
(158,154,204)
#A6A3D0
(166,163,208)
#AEACD4
(174,172,212)
#B6B5D8
(182,181,216)
#BEBEDC
(190,190,220)
#C6C7E0
(198,199,224)
#CED0E4
(206,208,228)
#D6D9E8
(214,217,232)
#DEE2EC
(222,226,236)
#E6EBF0
(230,235,240)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9ACC; }

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

This text font color is #9E9ACC.


Background Color

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

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

This div background color is #9E9ACC.


Border color

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

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

This div border color is #9E9ACC.


Opacity

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

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

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

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

This text has shadow with #9E9ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9ACC on black background.


Color preview on white background

This text has color #9E9ACC on white background.



Black color preview on #9E9ACC background

This text has black color on #9E9ACC background.


White color preview on #9E9ACC background

This text has white color on #9E9ACC background.