COLOR #BB978C

HEX: #BB978C
RGB: (187,151,140)

Color info

#BB978C contains red, green and blue colors in about the same proportion. Web safe color of #BB978C is #CC9999 (or #C99).

RGB color model

#BB978C color RGB value is (187,151,140).

  • red value is 187;
  • green value is 151;
  • blue value is 140.
RGB:
(187,151,140)
(73%,59%,55%)

RGB channels and saturation

R 187 of 255 = 73%
G 151 of 255 = 59%
B 140 of 255 = 55%

187
151
140

R + G + B ~ 62%. #BB978C is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 151 + 140 = 478 (100%)
R 187 of 478 ~ 39.12%
G 151 of 478 ~ 31.59%
B 140 of 478 ~ 29.29%

%39.12
%31.59
%29.29

CMYK color model

#BB978C color CMYK value is (0,19,25,27).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 25.13%
  • key color value is 26.67%
CMYK:
(0,19,25,27)
C0M19Y25K27 
(0%,19%,25%,27%)
(0.00/0.19/0.25/0.27)	

CMYK percentages

%0
%19.25
%25.13
%26.67

Codes

Color #BB978C in popluar color models

BB978C
RGB187151140
HSL14°25.68%64.12%
HSB/HSV14°25.13%73.33%
CMYK0.00%19.25%25.13%
26.67%

Color #BB978C in popluar number systems.

HEXBB978C
Decimal187151140
Binary101110111001011110001100
Octal273227214

Shades and tints

Shades of #BB978C

#BB978C
(187,151,140)
#AA8A80
(170,138,128)
#997D74
(153,125,116)
#887068
(136,112,104)
#77635C
(119,99,92)
#665650
(102,86,80)
#554944
(85,73,68)
#443C38
(68,60,56)
#332F2C
(51,47,44)
#222220
(34,34,32)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #BB978C

#BB978C
(187,151,140)
#C1A096
(193,160,150)
#C7A9A0
(199,169,160)
#CDB2AA
(205,178,170)
#D3BBB4
(211,187,180)
#D9C4BE
(217,196,190)
#DFCDC8
(223,205,200)
#E5D6D2
(229,214,210)
#EBDFDC
(235,223,220)
#F1E8E6
(241,232,230)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB978C color. Also use rgb(187,151,140) instead hex code.

Text Font Color

.myTextColor { color: #BB978C; }

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

This text font color is #BB978C.


Background Color

.myBgColor { background-color: #BB978C; }

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

This div background color is #BB978C.


Border color

.myBorderColor { border: 1px solid #BB978C; }

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

This div border color is #BB978C.


Opacity

.myOpacity80 { color: #BB978C; opacity: 0.8; }

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

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

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

This text has shadow with #BB978C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB978C on black background.


Color preview on white background

This text has color #BB978C on white background.



Black color preview on #BB978C background

This text has black color on #BB978C background.


White color preview on #BB978C background

This text has white color on #BB978C background.