COLOR #BB7983

HEX: #BB7983
RGB: (187,121,131)

Color info

#BB7983 contains mainly red and blue colors. Web safe color of #BB7983 is #CC6699 (or #C69).

RGB color model

#BB7983 color RGB value is (187,121,131).

  • red value is 187;
  • green value is 121;
  • blue value is 131.
RGB:
(187,121,131)
(73%,47%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 121 of 255 = 47%
B 131 of 255 = 51%

187
121
131

R + G + B ~ 57%. #BB7983 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 121 + 131 = 439 (100%)
R 187 of 439 ~ 42.6%
G 121 of 439 ~ 27.56%
B 131 of 439 ~ 29.84%

%42.6
%27.56
%29.84

CMYK color model

#BB7983 color CMYK value is (0,35,30,27).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 29.95%
  • key color value is 26.67%
CMYK:
(0,35,30,27)
C0M35Y30K27 
(0%,35%,30%,27%)
(0.00/0.35/0.30/0.27)	

CMYK percentages

%0
%35.29
%29.95
%26.67

Codes

Color #BB7983 in popluar color models

BB7983
RGB187121131
HSL351°32.67%60.39%
HSB/HSV351°35.29%73.33%
CMYK0.00%35.29%29.95%
26.67%

Color #BB7983 in popluar number systems.

HEXBB7983
Decimal187121131
Binary10111011111100110000011
Octal273171203

Shades and tints

Shades of #BB7983

#BB7983
(187,121,131)
#AA6E78
(170,110,120)
#99636D
(153,99,109)
#885862
(136,88,98)
#774D57
(119,77,87)
#66424C
(102,66,76)
#553741
(85,55,65)
#442C36
(68,44,54)
#33212B
(51,33,43)
#221620
(34,22,32)
#110B15
(17,11,21)
#000000
(0,0,0)

Tints of #BB7983

#BB7983
(187,121,131)
#C1858E
(193,133,142)
#C79199
(199,145,153)
#CD9DA4
(205,157,164)
#D3A9AF
(211,169,175)
#D9B5BA
(217,181,186)
#DFC1C5
(223,193,197)
#E5CDD0
(229,205,208)
#EBD9DB
(235,217,219)
#F1E5E6
(241,229,230)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7983 color. Also use rgb(187,121,131) instead hex code.

Text Font Color

.myTextColor { color: #BB7983; }

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

This text font color is #BB7983.


Background Color

.myBgColor { background-color: #BB7983; }

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

This div background color is #BB7983.


Border color

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

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

This div border color is #BB7983.


Opacity

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

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

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

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

This text has shadow with #BB7983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7983 on black background.


Color preview on white background

This text has color #BB7983 on white background.



Black color preview on #BB7983 background

This text has black color on #BB7983 background.


White color preview on #BB7983 background

This text has white color on #BB7983 background.