COLOR #BF98A6

HEX: #BF98A6
RGB: (191,152,166)

Color info

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

RGB color model

#BF98A6 color RGB value is (191,152,166).

  • red value is 191;
  • green value is 152;
  • blue value is 166.
RGB:
(191,152,166)
(75%,60%,65%)

RGB channels and saturation

R 191 of 255 = 75%
G 152 of 255 = 60%
B 166 of 255 = 65%

191
152
166

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

Portions of RGB colors in percentages

R + G + B =
191 + 152 + 166 = 509 (100%)
R 191 of 509 ~ 37.52%
G 152 of 509 ~ 29.86%
B 166 of 509 ~ 32.61%

%37.52
%29.86
%32.61

CMYK color model

#BF98A6 color CMYK value is (0,20,13,25).

  • cyan value is 0.00%
  • magenta value is 20.42%
  • yellow value is 13.09%
  • key color value is 25.10%
CMYK:
(0,20,13,25)
C0M20Y13K25 
(0%,20%,13%,25%)
(0.00/0.20/0.13/0.25)	

CMYK percentages

%0
%20.42
%13.09
%25.1

Codes

Color #BF98A6 in popluar color models

BF98A6
RGB191152166
HSL338°23.35%67.25%
HSB/HSV338°20.42%74.90%
CMYK0.00%20.42%13.09%
25.10%

Color #BF98A6 in popluar number systems.

HEXBF98A6
Decimal191152166
Binary101111111001100010100110
Octal277230246

Shades and tints

Shades of #BF98A6

#BF98A6
(191,152,166)
#AE8B97
(174,139,151)
#9D7E88
(157,126,136)
#8C7179
(140,113,121)
#7B646A
(123,100,106)
#6A575B
(106,87,91)
#594A4C
(89,74,76)
#483D3D
(72,61,61)
#37302E
(55,48,46)
#26231F
(38,35,31)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #BF98A6

#BF98A6
(191,152,166)
#C4A1AE
(196,161,174)
#C9AAB6
(201,170,182)
#CEB3BE
(206,179,190)
#D3BCC6
(211,188,198)
#D8C5CE
(216,197,206)
#DDCED6
(221,206,214)
#E2D7DE
(226,215,222)
#E7E0E6
(231,224,230)
#ECE9EE
(236,233,238)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF98A6 color. Also use rgb(191,152,166) instead hex code.

Text Font Color

.myTextColor { color: #BF98A6; }

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

This text font color is #BF98A6.


Background Color

.myBgColor { background-color: #BF98A6; }

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

This div background color is #BF98A6.


Border color

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

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

This div border color is #BF98A6.


Opacity

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

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

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

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

This text has shadow with #BF98A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF98A6 on black background.


Color preview on white background

This text has color #BF98A6 on white background.



Black color preview on #BF98A6 background

This text has black color on #BF98A6 background.


White color preview on #BF98A6 background

This text has white color on #BF98A6 background.