COLOR #9B9CCD

HEX: #9B9CCD RGB: (155,156,205)

Color info

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

RGB color model

#9B9CCD color RGB value is (155,156,205).

RGB: (155,156,205) (61%, 61%, 80%)

RGB channels and saturation

R 155 of 255 = 61%
G 156 of 255 = 61%
B 205 of 255 = 80%

155
156
205

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

Portions of RGB colors in percentages

R + G + B = 155 + 156 + 205 = 516 (100%)
R 155 of 516 ~ 30.04%
G 156 of 516 ~ 30.23%
B 205 of 516 ~ 39.73'%

%30.04
%30.23
%39.73

CMYK color model

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

  • cyan value is 24.39%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (24,24,0,20)
C24M24Y0K20 (24%, 24%, 0%, 20%)
(0.24 / 0.24 / 0.00 / 0.20)

CMYK percentages

%24.39
%23.9
%0
%19.61

Codes

Color #9B9CCD in popluar color models

9B 9C CD
RGB 155 156 205
HSL 239° 33.33% 70.59%
HSB/HSV 239° 24.39% 80.39%
CMYK 24.39% 23.90% 0.00%
19.61%

Color #9B9CCD in popluar number systems.

HEX 9B 9C CD
Decimal 155 156 205
Binary 10011011 10011100 11001101
Octal 233 234 315

Shades and tints

Shades of #9B9CCD

#9B9CCD
(155,156,205)
#8D8EBB
(141,142,187)
#7F80A9
(127,128,169)
#717297
(113,114,151)
#636485
(99,100,133)
#555673
(85,86,115)
#474861
(71,72,97)
#393A4F
(57,58,79)
#2B2C3D
(43,44,61)
#1D1E2B
(29,30,43)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #9B9CCD

#9B9CCD
(155,156,205)
#A4A5D1
(164,165,209)
#ADAED5
(173,174,213)
#B6B7D9
(182,183,217)
#BFC0DD
(191,192,221)
#C8C9E1
(200,201,225)
#D1D2E5
(209,210,229)
#DADBE9
(218,219,233)
#E3E4ED
(227,228,237)
#ECEDF1
(236,237,241)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9CCD; }

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

This text font color is #9B9CCD.

Background Color

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

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

This div background color is #9B9CCD.

Border color

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

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

This div border color is #9B9CCD.

Opacity

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

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

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

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

This text has shadow with #9B9CCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9CCD.

Preview

Color preview on black background

This text has color #9B9CCD on black background.


Color preview on white background

This text has color #9B9CCD on white background.


Black color preview on #9B9CCD background

This text has black color on #9B9CCD background.


White color preview on #9B9CCD background

This text has white color on #9B9CCD background.


Related colors

Complementary color

Complementary color for #hex is #646332.


I love getcolorcode.com

Triadic colors

1 #CD9B9C and #9CCD9B with #9B9CCD are triadic colors.

2 #CD9C9B and #9C9BCD with #9B9CCD are triadic colors.