COLOR #BB679F

HEX: #BB679F
RGB: (187,103,159)

Color info

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

RGB color model

#BB679F color RGB value is (187,103,159).

  • red value is 187;
  • green value is 103;
  • blue value is 159.
RGB:
(187,103,159)
(73%,40%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 103 of 255 = 40%
B 159 of 255 = 62%

187
103
159

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

Portions of RGB colors in percentages

R + G + B =
187 + 103 + 159 = 449 (100%)
R 187 of 449 ~ 41.65%
G 103 of 449 ~ 22.94%
B 159 of 449 ~ 35.41%

%41.65
%22.94
%35.41

CMYK color model

#BB679F color CMYK value is (0,45,15,27).

  • cyan value is 0.00%
  • magenta value is 44.92%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(0,45,15,27)
C0M45Y15K27 
(0%,45%,15%,27%)
(0.00/0.45/0.15/0.27)	

CMYK percentages

%0
%44.92
%14.97
%26.67

Codes

Color #BB679F in popluar color models

BB679F
RGB187103159
HSL320°38.18%56.86%
HSB/HSV320°44.92%73.33%
CMYK0.00%44.92%14.97%
26.67%

Color #BB679F in popluar number systems.

HEXBB679F
Decimal187103159
Binary10111011110011110011111
Octal273147237

Shades and tints

Shades of #BB679F

#BB679F
(187,103,159)
#AA5E91
(170,94,145)
#995583
(153,85,131)
#884C75
(136,76,117)
#774367
(119,67,103)
#663A59
(102,58,89)
#55314B
(85,49,75)
#44283D
(68,40,61)
#331F2F
(51,31,47)
#221621
(34,22,33)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #BB679F

#BB679F
(187,103,159)
#C174A7
(193,116,167)
#C781AF
(199,129,175)
#CD8EB7
(205,142,183)
#D39BBF
(211,155,191)
#D9A8C7
(217,168,199)
#DFB5CF
(223,181,207)
#E5C2D7
(229,194,215)
#EBCFDF
(235,207,223)
#F1DCE7
(241,220,231)
#F7E9EF
(247,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB679F color. Also use rgb(187,103,159) instead hex code.

Text Font Color

.myTextColor { color: #BB679F; }

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

This text font color is #BB679F.


Background Color

.myBgColor { background-color: #BB679F; }

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

This div background color is #BB679F.


Border color

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

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

This div border color is #BB679F.


Opacity

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

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

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

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

This text has shadow with #BB679F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB679F on black background.


Color preview on white background

This text has color #BB679F on white background.



Black color preview on #BB679F background

This text has black color on #BB679F background.


White color preview on #BB679F background

This text has white color on #BB679F background.