COLOR #BB7D9E

HEX: #BB7D9E
RGB: (187,125,158)

Color info

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

RGB color model

#BB7D9E color RGB value is (187,125,158).

  • red value is 187;
  • green value is 125;
  • blue value is 158.
RGB:
(187,125,158)
(73%,49%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 125 of 255 = 49%
B 158 of 255 = 62%

187
125
158

R + G + B ~ 61%. #BB7D9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 125 + 158 = 470 (100%)
R 187 of 470 ~ 39.79%
G 125 of 470 ~ 26.6%
B 158 of 470 ~ 33.62%

%39.79
%26.6
%33.62

CMYK color model

#BB7D9E color CMYK value is (0,33,16,27).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 15.51%
  • key color value is 26.67%
CMYK:
(0,33,16,27)
C0M33Y16K27 
(0%,33%,16%,27%)
(0.00/0.33/0.16/0.27)	

CMYK percentages

%0
%33.16
%15.51
%26.67

Codes

Color #BB7D9E in popluar color models

BB7D9E
RGB187125158
HSL328°31.31%61.18%
HSB/HSV328°33.16%73.33%
CMYK0.00%33.16%15.51%
26.67%

Color #BB7D9E in popluar number systems.

HEXBB7D9E
Decimal187125158
Binary10111011111110110011110
Octal273175236

Shades and tints

Shades of #BB7D9E

#BB7D9E
(187,125,158)
#AA7290
(170,114,144)
#996782
(153,103,130)
#885C74
(136,92,116)
#775166
(119,81,102)
#664658
(102,70,88)
#553B4A
(85,59,74)
#44303C
(68,48,60)
#33252E
(51,37,46)
#221A20
(34,26,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #BB7D9E

#BB7D9E
(187,125,158)
#C188A6
(193,136,166)
#C793AE
(199,147,174)
#CD9EB6
(205,158,182)
#D3A9BE
(211,169,190)
#D9B4C6
(217,180,198)
#DFBFCE
(223,191,206)
#E5CAD6
(229,202,214)
#EBD5DE
(235,213,222)
#F1E0E6
(241,224,230)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7D9E color. Also use rgb(187,125,158) instead hex code.

Text Font Color

.myTextColor { color: #BB7D9E; }

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

This text font color is #BB7D9E.


Background Color

.myBgColor { background-color: #BB7D9E; }

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

This div background color is #BB7D9E.


Border color

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

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

This div border color is #BB7D9E.


Opacity

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

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

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

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

This text has shadow with #BB7D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7D9E on black background.


Color preview on white background

This text has color #BB7D9E on white background.



Black color preview on #BB7D9E background

This text has black color on #BB7D9E background.


White color preview on #BB7D9E background

This text has white color on #BB7D9E background.