COLOR #9B9CC7

HEX: #9B9CC7 RGB: (155,156,199)

Color info

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

RGB color model

#9B9CC7 color RGB value is (155,156,199).

RGB: (155,156,199) (61%, 61%, 78%)

RGB channels and saturation

R 155 of 255 = 61%
G 156 of 255 = 61%
B 199 of 255 = 78%

155
156
199

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

Portions of RGB colors in percentages

R + G + B = 155 + 156 + 199 = 510 (100%)
R 155 of 510 ~ 30.39%
G 156 of 510 ~ 30.59%
B 199 of 510 ~ 39.02'%

%30.39
%30.59
%39.02

CMYK color model

#9B9CC7 color CMYK value is (22,22,0,22).

  • cyan value is 22.11%
  • magenta value is 21.61%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (22,22,0,22)
C22M22Y0K22 (22%, 22%, 0%, 22%)
(0.22 / 0.22 / 0.00 / 0.22)

CMYK percentages

%22.11
%21.61
%0
%21.96

Codes

Color #9B9CC7 in popluar color models

9B 9C C7
RGB 155 156 199
HSL 239° 28.21% 69.41%
HSB/HSV 239° 22.11% 78.04%
CMYK 22.11% 21.61% 0.00%
21.96%

Color #9B9CC7 in popluar number systems.

HEX 9B 9C C7
Decimal 155 156 199
Binary 10011011 10011100 11000111
Octal 233 234 307

Shades and tints

Shades of #9B9CC7

#9B9CC7
(155,156,199)
#8D8EB5
(141,142,181)
#7F80A3
(127,128,163)
#717291
(113,114,145)
#63647F
(99,100,127)
#55566D
(85,86,109)
#47485B
(71,72,91)
#393A49
(57,58,73)
#2B2C37
(43,44,55)
#1D1E25
(29,30,37)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #9B9CC7

#9B9CC7
(155,156,199)
#A4A5CC
(164,165,204)
#ADAED1
(173,174,209)
#B6B7D6
(182,183,214)
#BFC0DB
(191,192,219)
#C8C9E0
(200,201,224)
#D1D2E5
(209,210,229)
#DADBEA
(218,219,234)
#E3E4EF
(227,228,239)
#ECEDF4
(236,237,244)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9CC7; }

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

This text font color is #9B9CC7.

Background Color

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

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

This div background color is #9B9CC7.

Border color

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

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

This div border color is #9B9CC7.

Opacity

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

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

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

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

This text has shadow with #9B9CC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9CC7.

Preview

Color preview on black background

This text has color #9B9CC7 on black background.


Color preview on white background

This text has color #9B9CC7 on white background.


Black color preview on #9B9CC7 background

This text has black color on #9B9CC7 background.


White color preview on #9B9CC7 background

This text has white color on #9B9CC7 background.


Related colors

Complementary color

Complementary color for #hex is #646338.


I love getcolorcode.com

Triadic colors

1 #C79B9C and #9CC79B with #9B9CC7 are triadic colors.

2 #C79C9B and #9C9BC7 with #9B9CC7 are triadic colors.