COLOR #BF8AB0

HEX: #BF8AB0
RGB: (191,138,176)

Color info

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

RGB color model

#BF8AB0 color RGB value is (191,138,176).

  • red value is 191;
  • green value is 138;
  • blue value is 176.
RGB:
(191,138,176)
(75%,54%,69%)

RGB channels and saturation

R 191 of 255 = 75%
G 138 of 255 = 54%
B 176 of 255 = 69%

191
138
176

R + G + B ~ 66%. #BF8AB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 138 + 176 = 505 (100%)
R 191 of 505 ~ 37.82%
G 138 of 505 ~ 27.33%
B 176 of 505 ~ 34.85%

%37.82
%27.33
%34.85

CMYK color model

#BF8AB0 color CMYK value is (0,28,8,25).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 7.85%
  • key color value is 25.10%
CMYK:
(0,28,8,25)
C0M28Y8K25 
(0%,28%,8%,25%)
(0.00/0.28/0.08/0.25)	

CMYK percentages

%0
%27.75
%7.85
%25.1

Codes

Color #BF8AB0 in popluar color models

BF8AB0
RGB191138176
HSL317°29.28%64.51%
HSB/HSV317°27.75%74.90%
CMYK0.00%27.75%7.85%
25.10%

Color #BF8AB0 in popluar number systems.

HEXBF8AB0
Decimal191138176
Binary101111111000101010110000
Octal277212260

Shades and tints

Shades of #BF8AB0

#BF8AB0
(191,138,176)
#AE7EA0
(174,126,160)
#9D7290
(157,114,144)
#8C6680
(140,102,128)
#7B5A70
(123,90,112)
#6A4E60
(106,78,96)
#594250
(89,66,80)
#483640
(72,54,64)
#372A30
(55,42,48)
#261E20
(38,30,32)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #BF8AB0

#BF8AB0
(191,138,176)
#C494B7
(196,148,183)
#C99EBE
(201,158,190)
#CEA8C5
(206,168,197)
#D3B2CC
(211,178,204)
#D8BCD3
(216,188,211)
#DDC6DA
(221,198,218)
#E2D0E1
(226,208,225)
#E7DAE8
(231,218,232)
#ECE4EF
(236,228,239)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8AB0 color. Also use rgb(191,138,176) instead hex code.

Text Font Color

.myTextColor { color: #BF8AB0; }

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

This text font color is #BF8AB0.


Background Color

.myBgColor { background-color: #BF8AB0; }

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

This div background color is #BF8AB0.


Border color

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

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

This div border color is #BF8AB0.


Opacity

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

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

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

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

This text has shadow with #BF8AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8AB0 on black background.


Color preview on white background

This text has color #BF8AB0 on white background.



Black color preview on #BF8AB0 background

This text has black color on #BF8AB0 background.


White color preview on #BF8AB0 background

This text has white color on #BF8AB0 background.