COLOR #BB8F9A

HEX: #BB8F9A
RGB: (187,143,154)

Color info

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

RGB color model

#BB8F9A color RGB value is (187,143,154).

  • red value is 187;
  • green value is 143;
  • blue value is 154.
RGB:
(187,143,154)
(73%,56%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 154 of 255 = 60%

187
143
154

R + G + B ~ 63%. #BB8F9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 154 = 484 (100%)
R 187 of 484 ~ 38.64%
G 143 of 484 ~ 29.55%
B 154 of 484 ~ 31.82%

%38.64
%29.55
%31.82

CMYK color model

#BB8F9A color CMYK value is (0,24,18,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(0,24,18,27)
C0M24Y18K27 
(0%,24%,18%,27%)
(0.00/0.24/0.18/0.27)	

CMYK percentages

%0
%23.53
%17.65
%26.67

Codes

Color #BB8F9A in popluar color models

BB8F9A
RGB187143154
HSL345°24.44%64.71%
HSB/HSV345°23.53%73.33%
CMYK0.00%23.53%17.65%
26.67%

Color #BB8F9A in popluar number systems.

HEXBB8F9A
Decimal187143154
Binary101110111000111110011010
Octal273217232

Shades and tints

Shades of #BB8F9A

#BB8F9A
(187,143,154)
#AA828C
(170,130,140)
#99757E
(153,117,126)
#886870
(136,104,112)
#775B62
(119,91,98)
#664E54
(102,78,84)
#554146
(85,65,70)
#443438
(68,52,56)
#33272A
(51,39,42)
#221A1C
(34,26,28)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #BB8F9A

#BB8F9A
(187,143,154)
#C199A3
(193,153,163)
#C7A3AC
(199,163,172)
#CDADB5
(205,173,181)
#D3B7BE
(211,183,190)
#D9C1C7
(217,193,199)
#DFCBD0
(223,203,208)
#E5D5D9
(229,213,217)
#EBDFE2
(235,223,226)
#F1E9EB
(241,233,235)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8F9A color. Also use rgb(187,143,154) instead hex code.

Text Font Color

.myTextColor { color: #BB8F9A; }

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

This text font color is #BB8F9A.


Background Color

.myBgColor { background-color: #BB8F9A; }

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

This div background color is #BB8F9A.


Border color

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

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

This div border color is #BB8F9A.


Opacity

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

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

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

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

This text has shadow with #BB8F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8F9A on black background.


Color preview on white background

This text has color #BB8F9A on white background.



Black color preview on #BB8F9A background

This text has black color on #BB8F9A background.


White color preview on #BB8F9A background

This text has white color on #BB8F9A background.