COLOR #BF88AE

HEX: #BF88AE
RGB: (191,136,174)

Color info

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

RGB color model

#BF88AE color RGB value is (191,136,174).

  • red value is 191;
  • green value is 136;
  • blue value is 174.
RGB:
(191,136,174)
(75%,53%,68%)

RGB channels and saturation

R 191 of 255 = 75%
G 136 of 255 = 53%
B 174 of 255 = 68%

191
136
174

R + G + B ~ 65%. #BF88AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 136 + 174 = 501 (100%)
R 191 of 501 ~ 38.12%
G 136 of 501 ~ 27.15%
B 174 of 501 ~ 34.73%

%38.12
%27.15
%34.73

CMYK color model

#BF88AE color CMYK value is (0,29,9,25).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 8.90%
  • key color value is 25.10%
CMYK:
(0,29,9,25)
C0M29Y9K25 
(0%,29%,9%,25%)
(0.00/0.29/0.09/0.25)	

CMYK percentages

%0
%28.8
%8.9
%25.1

Codes

Color #BF88AE in popluar color models

BF88AE
RGB191136174
HSL319°30.05%64.12%
HSB/HSV319°28.80%74.90%
CMYK0.00%28.80%8.90%
25.10%

Color #BF88AE in popluar number systems.

HEXBF88AE
Decimal191136174
Binary101111111000100010101110
Octal277210256

Shades and tints

Shades of #BF88AE

#BF88AE
(191,136,174)
#AE7C9F
(174,124,159)
#9D7090
(157,112,144)
#8C6481
(140,100,129)
#7B5872
(123,88,114)
#6A4C63
(106,76,99)
#594054
(89,64,84)
#483445
(72,52,69)
#372836
(55,40,54)
#261C27
(38,28,39)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #BF88AE

#BF88AE
(191,136,174)
#C492B5
(196,146,181)
#C99CBC
(201,156,188)
#CEA6C3
(206,166,195)
#D3B0CA
(211,176,202)
#D8BAD1
(216,186,209)
#DDC4D8
(221,196,216)
#E2CEDF
(226,206,223)
#E7D8E6
(231,216,230)
#ECE2ED
(236,226,237)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF88AE color. Also use rgb(191,136,174) instead hex code.

Text Font Color

.myTextColor { color: #BF88AE; }

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

This text font color is #BF88AE.


Background Color

.myBgColor { background-color: #BF88AE; }

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

This div background color is #BF88AE.


Border color

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

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

This div border color is #BF88AE.


Opacity

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

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

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

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

This text has shadow with #BF88AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF88AE on black background.


Color preview on white background

This text has color #BF88AE on white background.



Black color preview on #BF88AE background

This text has black color on #BF88AE background.


White color preview on #BF88AE background

This text has white color on #BF88AE background.