COLOR #9B9EC5

HEX: #9B9EC5 RGB: (155,158,197)

Color info

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

RGB color model

#9B9EC5 color RGB value is (155,158,197).

RGB: (155,158,197) (61%, 62%, 77%)

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 197 of 255 = 77%

155
158
197

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

Portions of RGB colors in percentages

R + G + B = 155 + 158 + 197 = 510 (100%)
R 155 of 510 ~ 30.39%
G 158 of 510 ~ 30.98%
B 197 of 510 ~ 38.63'%

%30.39
%30.98
%38.63

CMYK color model

#9B9EC5 color CMYK value is (21,20,0,23).

  • cyan value is 21.32%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (21,20,0,23)
C21M20Y0K23 (21%, 20%, 0%, 23%)
(0.21 / 0.20 / 0.00 / 0.23)

CMYK percentages

%21.32
%19.8
%0
%22.75

Codes

Color #9B9EC5 in popluar color models

9B 9E C5
RGB 155 158 197
HSL 236° 26.58% 69.02%
HSB/HSV 236° 21.32% 77.25%
CMYK 21.32% 19.80% 0.00%
22.75%

Color #9B9EC5 in popluar number systems.

HEX 9B 9E C5
Decimal 155 158 197
Binary 10011011 10011110 11000101
Octal 233 236 305

Shades and tints

Shades of #9B9EC5

#9B9EC5
(155,158,197)
#8D90B4
(141,144,180)
#7F82A3
(127,130,163)
#717492
(113,116,146)
#636681
(99,102,129)
#555870
(85,88,112)
#474A5F
(71,74,95)
#393C4E
(57,60,78)
#2B2E3D
(43,46,61)
#1D202C
(29,32,44)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #9B9EC5

#9B9EC5
(155,158,197)
#A4A6CA
(164,166,202)
#ADAECF
(173,174,207)
#B6B6D4
(182,182,212)
#BFBED9
(191,190,217)
#C8C6DE
(200,198,222)
#D1CEE3
(209,206,227)
#DAD6E8
(218,214,232)
#E3DEED
(227,222,237)
#ECE6F2
(236,230,242)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9EC5; }

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

This text font color is #9B9EC5.

Background Color

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

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

This div background color is #9B9EC5.

Border color

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

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

This div border color is #9B9EC5.

Opacity

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

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

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

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

This text has shadow with #9B9EC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9EC5.

Preview

Color preview on black background

This text has color #9B9EC5 on black background.


Color preview on white background

This text has color #9B9EC5 on white background.


Black color preview on #9B9EC5 background

This text has black color on #9B9EC5 background.


White color preview on #9B9EC5 background

This text has white color on #9B9EC5 background.


Related colors

Complementary color

Complementary color for #hex is #64613A.


I love getcolorcode.com

Triadic colors

1 #C59B9E and #9EC59B with #9B9EC5 are triadic colors.

2 #C59E9B and #9E9BC5 with #9B9EC5 are triadic colors.