COLOR #BF96AB

HEX: #BF96AB
RGB: (191,150,171)

Color info

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

RGB color model

#BF96AB color RGB value is (191,150,171).

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

RGB channels and saturation

R 191 of 255 = 75%
G 150 of 255 = 59%
B 171 of 255 = 67%

191
150
171

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

Portions of RGB colors in percentages

R + G + B =
191 + 150 + 171 = 512 (100%)
R 191 of 512 ~ 37.3%
G 150 of 512 ~ 29.3%
B 171 of 512 ~ 33.4%

%37.3
%29.3
%33.4

CMYK color model

#BF96AB color CMYK value is (0,21,10,25).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 10.47%
  • key color value is 25.10%
CMYK:
(0,21,10,25)
C0M21Y10K25 
(0%,21%,10%,25%)
(0.00/0.21/0.10/0.25)	

CMYK percentages

%0
%21.47
%10.47
%25.1

Codes

Color #BF96AB in popluar color models

BF96AB
RGB191150171
HSL329°24.26%66.86%
HSB/HSV329°21.47%74.90%
CMYK0.00%21.47%10.47%
25.10%

Color #BF96AB in popluar number systems.

HEXBF96AB
Decimal191150171
Binary101111111001011010101011
Octal277226253

Shades and tints

Shades of #BF96AB

#BF96AB
(191,150,171)
#AE899C
(174,137,156)
#9D7C8D
(157,124,141)
#8C6F7E
(140,111,126)
#7B626F
(123,98,111)
#6A5560
(106,85,96)
#594851
(89,72,81)
#483B42
(72,59,66)
#372E33
(55,46,51)
#262124
(38,33,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #BF96AB

#BF96AB
(191,150,171)
#C49FB2
(196,159,178)
#C9A8B9
(201,168,185)
#CEB1C0
(206,177,192)
#D3BAC7
(211,186,199)
#D8C3CE
(216,195,206)
#DDCCD5
(221,204,213)
#E2D5DC
(226,213,220)
#E7DEE3
(231,222,227)
#ECE7EA
(236,231,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF96AB color. Also use rgb(191,150,171) instead hex code.

Text Font Color

.myTextColor { color: #BF96AB; }

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

This text font color is #BF96AB.


Background Color

.myBgColor { background-color: #BF96AB; }

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

This div background color is #BF96AB.


Border color

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

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

This div border color is #BF96AB.


Opacity

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

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

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

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

This text has shadow with #BF96AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF96AB on black background.


Color preview on white background

This text has color #BF96AB on white background.



Black color preview on #BF96AB background

This text has black color on #BF96AB background.


White color preview on #BF96AB background

This text has white color on #BF96AB background.