COLOR #9B8DBE

HEX: #9B8DBE RGB: (155,141,190)

Color info

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

RGB color model

#9B8DBE color RGB value is (155,141,190).

RGB: (155,141,190) (61%, 55%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 141 of 255 = 55%
B 190 of 255 = 75%

155
141
190

R + G + B ~ 64%. #9B8DBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 141 + 190 = 486 (100%)
R 155 of 486 ~ 31.89%
G 141 of 486 ~ 29.01%
B 190 of 486 ~ 39.09'%

%31.89
%29.01
%39.09

CMYK color model

#9B8DBE color CMYK value is (18,26,0,25).

  • cyan value is 18.42%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (18,26,0,25)
C18M26Y0K25 (18%, 26%, 0%, 25%)
(0.18 / 0.26 / 0.00 / 0.25)

CMYK percentages

%18.42
%25.79
%0
%25.49

Codes

Color #9B8DBE in popluar color models

9B 8D BE
RGB 155 141 190
HSL 257° 27.37% 64.90%
HSB/HSV 257° 25.79% 74.51%
CMYK 18.42% 25.79% 0.00%
25.49%

Color #9B8DBE in popluar number systems.

HEX 9B 8D BE
Decimal 155 141 190
Binary 10011011 10001101 10111110
Octal 233 215 276

Shades and tints

Shades of #9B8DBE

#9B8DBE
(155,141,190)
#8D81AD
(141,129,173)
#7F759C
(127,117,156)
#71698B
(113,105,139)
#635D7A
(99,93,122)
#555169
(85,81,105)
#474558
(71,69,88)
#393947
(57,57,71)
#2B2D36
(43,45,54)
#1D2125
(29,33,37)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9B8DBE

#9B8DBE
(155,141,190)
#A497C3
(164,151,195)
#ADA1C8
(173,161,200)
#B6ABCD
(182,171,205)
#BFB5D2
(191,181,210)
#C8BFD7
(200,191,215)
#D1C9DC
(209,201,220)
#DAD3E1
(218,211,225)
#E3DDE6
(227,221,230)
#ECE7EB
(236,231,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8DBE color. Also use rgb(155,141,190) instead hex code.

Text Font Color

.myTextColor { color: #9B8DBE; }

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

This text font color is #9B8DBE.

Background Color

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

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

This div background color is #9B8DBE.

Border color

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

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

This div border color is #9B8DBE.

Opacity

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

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

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

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

This text has shadow with #9B8DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8DBE.

Preview

Color preview on black background

This text has color #9B8DBE on black background.


Color preview on white background

This text has color #9B8DBE on white background.


Black color preview on #9B8DBE background

This text has black color on #9B8DBE background.


White color preview on #9B8DBE background

This text has white color on #9B8DBE background.


Related colors

Complementary color

Complementary color for #hex is #647241.


I love getcolorcode.com

Triadic colors

1 #BE9B8D and #8DBE9B with #9B8DBE are triadic colors.

2 #BE8D9B and #8D9BBE with #9B8DBE are triadic colors.