COLOR #9B948C

HEX: #9B948C RGB: (155,148,140)

Color info

#9B948C contains red, green and blue colors in about the same proportion. Web safe color of #9B948C is #999999 (or #999).

RGB color model

#9B948C color RGB value is (155,148,140).

RGB: (155,148,140) (61%, 58%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 148 of 255 = 58%
B 140 of 255 = 55%

155
148
140

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

Portions of RGB colors in percentages

R + G + B = 155 + 148 + 140 = 443 (100%)
R 155 of 443 ~ 34.99%
G 148 of 443 ~ 33.41%
B 140 of 443 ~ 31.6'%

%34.99
%33.41
%31.6

CMYK color model

#9B948C color CMYK value is (0,5,10,39).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 9.68%
  • key color value is 39.22%

CMYK: (0,5,10,39)
C0M5Y10K39 (0%, 5%, 10%, 39%)
(0.00 / 0.05 / 0.10 / 0.39)

CMYK percentages

%0
%4.52
%9.68
%39.22

Codes

Color #9B948C in popluar color models

9B 94 8C
RGB 155 148 140
HSL 32° 6.98% 57.84%
HSB/HSV 32° 9.68% 60.78%
CMYK 0.00% 4.52% 9.68%
39.22%

Color #9B948C in popluar number systems.

HEX 9B 94 8C
Decimal 155 148 140
Binary 10011011 10010100 10001100
Octal 233 224 214

Shades and tints

Shades of #9B948C

#9B948C
(155,148,140)
#8D8780
(141,135,128)
#7F7A74
(127,122,116)
#716D68
(113,109,104)
#63605C
(99,96,92)
#555350
(85,83,80)
#474644
(71,70,68)
#393938
(57,57,56)
#2B2C2C
(43,44,44)
#1D1F20
(29,31,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #9B948C

#9B948C
(155,148,140)
#A49D96
(164,157,150)
#ADA6A0
(173,166,160)
#B6AFAA
(182,175,170)
#BFB8B4
(191,184,180)
#C8C1BE
(200,193,190)
#D1CAC8
(209,202,200)
#DAD3D2
(218,211,210)
#E3DCDC
(227,220,220)
#ECE5E6
(236,229,230)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B948C color. Also use rgb(155,148,140) instead hex code.

Text Font Color

.myTextColor { color: #9B948C; }

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

This text font color is #9B948C.

Background Color

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

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

This div background color is #9B948C.

Border color

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

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

This div border color is #9B948C.

Opacity

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

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

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

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

This text has shadow with #9B948C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B948C.

Preview

Color preview on black background

This text has color #9B948C on black background.


Color preview on white background

This text has color #9B948C on white background.


Black color preview on #9B948C background

This text has black color on #9B948C background.


White color preview on #9B948C background

This text has white color on #9B948C background.


Related colors

Complementary color

Complementary color for #hex is #646B73.


I love getcolorcode.com

Triadic colors

1 #8C9B94 and #948C9B with #9B948C are triadic colors.

2 #8C949B and #949B8C with #9B948C are triadic colors.