COLOR #9B847D

HEX: #9B847D
RGB: (155,132,125)

Color info

#9B847D contains red, green and blue colors in about the same proportion. Web safe color of #9B847D is #999966 (or #996).

RGB color model

#9B847D color RGB value is (155,132,125).

  • red value is 155;
  • green value is 132;
  • blue value is 125.
RGB:
(155,132,125)
(61%,52%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 132 of 255 = 52%
B 125 of 255 = 49%

155
132
125

R + G + B ~ 54%. #9B847D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 132 + 125 = 412 (100%)
R 155 of 412 ~ 37.62%
G 132 of 412 ~ 32.04%
B 125 of 412 ~ 30.34%

%37.62
%32.04
%30.34

CMYK color model

#9B847D color CMYK value is (0,15,19,39).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(0,15,19,39)
C0M15Y19K39 
(0%,15%,19%,39%)
(0.00/0.15/0.19/0.39)	

CMYK percentages

%0
%14.84
%19.35
%39.22

Codes

Color #9B847D in popluar color models

9B847D
RGB155132125
HSL14°13.04%54.90%
HSB/HSV14°19.35%60.78%
CMYK0.00%14.84%19.35%
39.22%

Color #9B847D in popluar number systems.

HEX9B847D
Decimal155132125
Binary10011011100001001111101
Octal233204175

Shades and tints

Shades of #9B847D

#9B847D
(155,132,125)
#8D7872
(141,120,114)
#7F6C67
(127,108,103)
#71605C
(113,96,92)
#635451
(99,84,81)
#554846
(85,72,70)
#473C3B
(71,60,59)
#393030
(57,48,48)
#2B2425
(43,36,37)
#1D181A
(29,24,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #9B847D

#9B847D
(155,132,125)
#A48F88
(164,143,136)
#AD9A93
(173,154,147)
#B6A59E
(182,165,158)
#BFB0A9
(191,176,169)
#C8BBB4
(200,187,180)
#D1C6BF
(209,198,191)
#DAD1CA
(218,209,202)
#E3DCD5
(227,220,213)
#ECE7E0
(236,231,224)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B847D color. Also use rgb(155,132,125) instead hex code.

Text Font Color

.myTextColor { color: #9B847D; }

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

This text font color is #9B847D.


Background Color

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

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

This div background color is #9B847D.


Border color

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

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

This div border color is #9B847D.


Opacity

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

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

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

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

This text has shadow with #9B847D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B847D on black background.


Color preview on white background

This text has color #9B847D on white background.



Black color preview on #9B847D background

This text has black color on #9B847D background.


White color preview on #9B847D background

This text has white color on #9B847D background.