COLOR #9B9ECB

HEX: #9B9ECB RGB: (155,158,203)

Color info

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

RGB color model

#9B9ECB color RGB value is (155,158,203).

RGB: (155,158,203) (61%, 62%, 80%)

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 203 of 255 = 80%

155
158
203

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

Portions of RGB colors in percentages

R + G + B = 155 + 158 + 203 = 516 (100%)
R 155 of 516 ~ 30.04%
G 158 of 516 ~ 30.62%
B 203 of 516 ~ 39.34'%

%30.04
%30.62
%39.34

CMYK color model

#9B9ECB color CMYK value is (24,22,0,20).

  • cyan value is 23.65%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (24,22,0,20)
C24M22Y0K20 (24%, 22%, 0%, 20%)
(0.24 / 0.22 / 0.00 / 0.20)

CMYK percentages

%23.65
%22.17
%0
%20.39

Codes

Color #9B9ECB in popluar color models

9B 9E CB
RGB 155 158 203
HSL 236° 31.58% 70.20%
HSB/HSV 236° 23.65% 79.61%
CMYK 23.65% 22.17% 0.00%
20.39%

Color #9B9ECB in popluar number systems.

HEX 9B 9E CB
Decimal 155 158 203
Binary 10011011 10011110 11001011
Octal 233 236 313

Shades and tints

Shades of #9B9ECB

#9B9ECB
(155,158,203)
#8D90B9
(141,144,185)
#7F82A7
(127,130,167)
#717495
(113,116,149)
#636683
(99,102,131)
#555871
(85,88,113)
#474A5F
(71,74,95)
#393C4D
(57,60,77)
#2B2E3B
(43,46,59)
#1D2029
(29,32,41)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #9B9ECB

#9B9ECB
(155,158,203)
#A4A6CF
(164,166,207)
#ADAED3
(173,174,211)
#B6B6D7
(182,182,215)
#BFBEDB
(191,190,219)
#C8C6DF
(200,198,223)
#D1CEE3
(209,206,227)
#DAD6E7
(218,214,231)
#E3DEEB
(227,222,235)
#ECE6EF
(236,230,239)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9ECB; }

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

This text font color is #9B9ECB.

Background Color

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

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

This div background color is #9B9ECB.

Border color

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

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

This div border color is #9B9ECB.

Opacity

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

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

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

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

This text has shadow with #9B9ECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9ECB.

Preview

Color preview on black background

This text has color #9B9ECB on black background.


Color preview on white background

This text has color #9B9ECB on white background.


Black color preview on #9B9ECB background

This text has black color on #9B9ECB background.


White color preview on #9B9ECB background

This text has white color on #9B9ECB background.


Related colors

Complementary color

Complementary color for #hex is #646134.


I love getcolorcode.com

Triadic colors

1 #CB9B9E and #9ECB9B with #9B9ECB are triadic colors.

2 #CB9E9B and #9E9BCB with #9B9ECB are triadic colors.