COLOR #9E9BBC

HEX: #9E9BBC RGB: (158,155,188)

Color info

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

RGB color model

#9E9BBC color RGB value is (158,155,188).

RGB: (158,155,188) (62%, 61%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 155 of 255 = 61%
B 188 of 255 = 74%

158
155
188

R + G + B ~ 66%. #9E9BBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 155 + 188 = 501 (100%)
R 158 of 501 ~ 31.54%
G 155 of 501 ~ 30.94%
B 188 of 501 ~ 37.52'%

%31.54
%30.94
%37.52

CMYK color model

#9E9BBC color CMYK value is (16,18,0,26).

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

CMYK: (16,18,0,26)
C16M18Y0K26 (16%, 18%, 0%, 26%)
(0.16 / 0.18 / 0.00 / 0.26)

CMYK percentages

%15.96
%17.55
%0
%26.27

Codes

Color #9E9BBC in popluar color models

9E 9B BC
RGB 158 155 188
HSL 245° 19.76% 67.25%
HSB/HSV 245° 17.55% 73.73%
CMYK 15.96% 17.55% 0.00%
26.27%

Color #9E9BBC in popluar number systems.

HEX 9E 9B BC
Decimal 158 155 188
Binary 10011110 10011011 10111100
Octal 236 233 274

Shades and tints

Shades of #9E9BBC

#9E9BBC
(158,155,188)
#908DAB
(144,141,171)
#827F9A
(130,127,154)
#747189
(116,113,137)
#666378
(102,99,120)
#585567
(88,85,103)
#4A4756
(74,71,86)
#3C3945
(60,57,69)
#2E2B34
(46,43,52)
#201D23
(32,29,35)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #9E9BBC

#9E9BBC
(158,155,188)
#A6A4C2
(166,164,194)
#AEADC8
(174,173,200)
#B6B6CE
(182,182,206)
#BEBFD4
(190,191,212)
#C6C8DA
(198,200,218)
#CED1E0
(206,209,224)
#D6DAE6
(214,218,230)
#DEE3EC
(222,227,236)
#E6ECF2
(230,236,242)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9BBC; }

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

This text font color is #9E9BBC.

Background Color

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

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

This div background color is #9E9BBC.

Border color

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

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

This div border color is #9E9BBC.

Opacity

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

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

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

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

This text has shadow with #9E9BBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9BBC.

Preview

Color preview on black background

This text has color #9E9BBC on black background.


Color preview on white background

This text has color #9E9BBC on white background.


Black color preview on #9E9BBC background

This text has black color on #9E9BBC background.


White color preview on #9E9BBC background

This text has white color on #9E9BBC background.


Related colors

Complementary color

Complementary color for #hex is #616443.


I love getcolorcode.com

Triadic colors

1 #BC9E9B and #9BBC9E with #9E9BBC are triadic colors.

2 #BC9B9E and #9B9EBC with #9E9BBC are triadic colors.