COLOR #9E9FCC

HEX: #9E9FCC RGB: (158,159,204)

Color info

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

RGB color model

#9E9FCC color RGB value is (158,159,204).

RGB: (158,159,204) (62%, 62%, 80%)

RGB channels and saturation

R 158 of 255 = 62%
G 159 of 255 = 62%
B 204 of 255 = 80%

158
159
204

R + G + B ~ 68%. #9E9FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 159 + 204 = 521 (100%)
R 158 of 521 ~ 30.33%
G 159 of 521 ~ 30.52%
B 204 of 521 ~ 39.16'%

%30.33
%30.52
%39.16

CMYK color model

#9E9FCC color CMYK value is (23,22,0,20).

  • cyan value is 22.55%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (23,22,0,20)
C23M22Y0K20 (23%, 22%, 0%, 20%)
(0.23 / 0.22 / 0.00 / 0.20)

CMYK percentages

%22.55
%22.06
%0
%20

Codes

Color #9E9FCC in popluar color models

9E 9F CC
RGB 158 159 204
HSL 239° 31.08% 70.98%
HSB/HSV 239° 22.55% 80.00%
CMYK 22.55% 22.06% 0.00%
20.00%

Color #9E9FCC in popluar number systems.

HEX 9E 9F CC
Decimal 158 159 204
Binary 10011110 10011111 11001100
Octal 236 237 314

Shades and tints

Shades of #9E9FCC

#9E9FCC
(158,159,204)
#9091BA
(144,145,186)
#8283A8
(130,131,168)
#747596
(116,117,150)
#666784
(102,103,132)
#585972
(88,89,114)
#4A4B60
(74,75,96)
#3C3D4E
(60,61,78)
#2E2F3C
(46,47,60)
#20212A
(32,33,42)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #9E9FCC

#9E9FCC
(158,159,204)
#A6A7D0
(166,167,208)
#AEAFD4
(174,175,212)
#B6B7D8
(182,183,216)
#BEBFDC
(190,191,220)
#C6C7E0
(198,199,224)
#CECFE4
(206,207,228)
#D6D7E8
(214,215,232)
#DEDFEC
(222,223,236)
#E6E7F0
(230,231,240)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9FCC; }

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

This text font color is #9E9FCC.

Background Color

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

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

This div background color is #9E9FCC.

Border color

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

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

This div border color is #9E9FCC.

Opacity

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

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

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

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

This text has shadow with #9E9FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9FCC.

Preview

Color preview on black background

This text has color #9E9FCC on black background.


Color preview on white background

This text has color #9E9FCC on white background.


Black color preview on #9E9FCC background

This text has black color on #9E9FCC background.


White color preview on #9E9FCC background

This text has white color on #9E9FCC background.


Related colors

Complementary color

Complementary color for #hex is #616033.


I love getcolorcode.com

Triadic colors

1 #CC9E9F and #9FCC9E with #9E9FCC are triadic colors.

2 #CC9F9E and #9F9ECC with #9E9FCC are triadic colors.