COLOR #BF97AA

HEX: #BF97AA
RGB: (191,151,170)

Color info

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

RGB color model

#BF97AA color RGB value is (191,151,170).

  • red value is 191;
  • green value is 151;
  • blue value is 170.
RGB:
(191,151,170)
(75%,59%,67%)

RGB channels and saturation

R 191 of 255 = 75%
G 151 of 255 = 59%
B 170 of 255 = 67%

191
151
170

R + G + B ~ 67%. #BF97AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 151 + 170 = 512 (100%)
R 191 of 512 ~ 37.3%
G 151 of 512 ~ 29.49%
B 170 of 512 ~ 33.2%

%37.3
%29.49
%33.2

CMYK color model

#BF97AA color CMYK value is (0,21,11,25).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 10.99%
  • key color value is 25.10%
CMYK:
(0,21,11,25)
C0M21Y11K25 
(0%,21%,11%,25%)
(0.00/0.21/0.11/0.25)	

CMYK percentages

%0
%20.94
%10.99
%25.1

Codes

Color #BF97AA in popluar color models

BF97AA
RGB191151170
HSL332°23.81%67.06%
HSB/HSV332°20.94%74.90%
CMYK0.00%20.94%10.99%
25.10%

Color #BF97AA in popluar number systems.

HEXBF97AA
Decimal191151170
Binary101111111001011110101010
Octal277227252

Shades and tints

Shades of #BF97AA

#BF97AA
(191,151,170)
#AE8A9B
(174,138,155)
#9D7D8C
(157,125,140)
#8C707D
(140,112,125)
#7B636E
(123,99,110)
#6A565F
(106,86,95)
#594950
(89,73,80)
#483C41
(72,60,65)
#372F32
(55,47,50)
#262223
(38,34,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BF97AA

#BF97AA
(191,151,170)
#C4A0B1
(196,160,177)
#C9A9B8
(201,169,184)
#CEB2BF
(206,178,191)
#D3BBC6
(211,187,198)
#D8C4CD
(216,196,205)
#DDCDD4
(221,205,212)
#E2D6DB
(226,214,219)
#E7DFE2
(231,223,226)
#ECE8E9
(236,232,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF97AA color. Also use rgb(191,151,170) instead hex code.

Text Font Color

.myTextColor { color: #BF97AA; }

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

This text font color is #BF97AA.


Background Color

.myBgColor { background-color: #BF97AA; }

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

This div background color is #BF97AA.


Border color

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

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

This div border color is #BF97AA.


Opacity

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

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

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

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

This text has shadow with #BF97AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF97AA on black background.


Color preview on white background

This text has color #BF97AA on white background.



Black color preview on #BF97AA background

This text has black color on #BF97AA background.


White color preview on #BF97AA background

This text has white color on #BF97AA background.