COLOR #9B8FCC

HEX: #9B8FCC
RGB: (155,143,204)

Color info

#9B8FCC contains mainly red and blue colors. Web safe color of #9B8FCC is #9999CC (or #99C).

RGB color model

#9B8FCC color RGB value is (155,143,204).

  • red value is 155;
  • green value is 143;
  • blue value is 204.
RGB:
(155,143,204)
(61%,56%,80%)

RGB channels and saturation

R 155 of 255 = 61%
G 143 of 255 = 56%
B 204 of 255 = 80%

155
143
204

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

Portions of RGB colors in percentages

R + G + B =
155 + 143 + 204 = 502 (100%)
R 155 of 502 ~ 30.88%
G 143 of 502 ~ 28.49%
B 204 of 502 ~ 40.64%

%30.88
%28.49
%40.64

CMYK color model

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

  • cyan value is 24.02%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(24,30,0,20)
C24M30Y0K20 
(24%,30%,0%,20%)
(0.24/0.30/0.00/0.20)	

CMYK percentages

%24.02
%29.9
%0
%20

Codes

Color #9B8FCC in popluar color models

9B8FCC
RGB155143204
HSL252°37.42%68.04%
HSB/HSV252°29.90%80.00%
CMYK24.02%29.90%0.00%
20.00%

Color #9B8FCC in popluar number systems.

HEX9B8FCC
Decimal155143204
Binary100110111000111111001100
Octal233217314

Shades and tints

Shades of #9B8FCC

#9B8FCC
(155,143,204)
#8D82BA
(141,130,186)
#7F75A8
(127,117,168)
#716896
(113,104,150)
#635B84
(99,91,132)
#554E72
(85,78,114)
#474160
(71,65,96)
#39344E
(57,52,78)
#2B273C
(43,39,60)
#1D1A2A
(29,26,42)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #9B8FCC

#9B8FCC
(155,143,204)
#A499D0
(164,153,208)
#ADA3D4
(173,163,212)
#B6ADD8
(182,173,216)
#BFB7DC
(191,183,220)
#C8C1E0
(200,193,224)
#D1CBE4
(209,203,228)
#DAD5E8
(218,213,232)
#E3DFEC
(227,223,236)
#ECE9F0
(236,233,240)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8FCC color. Also use rgb(155,143,204) instead hex code.

Text Font Color

.myTextColor { color: #9B8FCC; }

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

This text font color is #9B8FCC.


Background Color

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

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

This div background color is #9B8FCC.


Border color

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

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

This div border color is #9B8FCC.


Opacity

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

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

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

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

This text has shadow with #9B8FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8FCC on black background.


Color preview on white background

This text has color #9B8FCC on white background.



Black color preview on #9B8FCC background

This text has black color on #9B8FCC background.


White color preview on #9B8FCC background

This text has white color on #9B8FCC background.