COLOR #9B9CC0

HEX: #9B9CC0 RGB: (155,156,192)

Color info

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

RGB color model

#9B9CC0 color RGB value is (155,156,192).

RGB: (155,156,192) (61%, 61%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 156 of 255 = 61%
B 192 of 255 = 75%

155
156
192

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

Portions of RGB colors in percentages

R + G + B = 155 + 156 + 192 = 503 (100%)
R 155 of 503 ~ 30.82%
G 156 of 503 ~ 31.01%
B 192 of 503 ~ 38.17'%

%30.82
%31.01
%38.17

CMYK color model

#9B9CC0 color CMYK value is (19,19,0,25).

  • cyan value is 19.27%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (19,19,0,25)
C19M19Y0K25 (19%, 19%, 0%, 25%)
(0.19 / 0.19 / 0.00 / 0.25)

CMYK percentages

%19.27
%18.75
%0
%24.71

Codes

Color #9B9CC0 in popluar color models

9B 9C C0
RGB 155 156 192
HSL 238° 22.70% 68.04%
HSB/HSV 238° 19.27% 75.29%
CMYK 19.27% 18.75% 0.00%
24.71%

Color #9B9CC0 in popluar number systems.

HEX 9B 9C C0
Decimal 155 156 192
Binary 10011011 10011100 11000000
Octal 233 234 300

Shades and tints

Shades of #9B9CC0

#9B9CC0
(155,156,192)
#8D8EAF
(141,142,175)
#7F809E
(127,128,158)
#71728D
(113,114,141)
#63647C
(99,100,124)
#55566B
(85,86,107)
#47485A
(71,72,90)
#393A49
(57,58,73)
#2B2C38
(43,44,56)
#1D1E27
(29,30,39)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #9B9CC0

#9B9CC0
(155,156,192)
#A4A5C5
(164,165,197)
#ADAECA
(173,174,202)
#B6B7CF
(182,183,207)
#BFC0D4
(191,192,212)
#C8C9D9
(200,201,217)
#D1D2DE
(209,210,222)
#DADBE3
(218,219,227)
#E3E4E8
(227,228,232)
#ECEDED
(236,237,237)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9CC0 color. Also use rgb(155,156,192) instead hex code.

Text Font Color

.myTextColor { color: #9B9CC0; }

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

This text font color is #9B9CC0.

Background Color

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

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

This div background color is #9B9CC0.

Border color

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

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

This div border color is #9B9CC0.

Opacity

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

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

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

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

This text has shadow with #9B9CC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9CC0.

Preview

Color preview on black background

This text has color #9B9CC0 on black background.


Color preview on white background

This text has color #9B9CC0 on white background.


Black color preview on #9B9CC0 background

This text has black color on #9B9CC0 background.


White color preview on #9B9CC0 background

This text has white color on #9B9CC0 background.


Related colors

Complementary color

Complementary color for #hex is #64633F.


I love getcolorcode.com

Triadic colors

1 #C09B9C and #9CC09B with #9B9CC0 are triadic colors.

2 #C09C9B and #9C9BC0 with #9B9CC0 are triadic colors.