COLOR #BF9EA3

HEX: #BF9EA3
RGB: (191,158,163)

Color info

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

RGB color model

#BF9EA3 color RGB value is (191,158,163).

  • red value is 191;
  • green value is 158;
  • blue value is 163.
RGB:
(191,158,163)
(75%,62%,64%)

RGB channels and saturation

R 191 of 255 = 75%
G 158 of 255 = 62%
B 163 of 255 = 64%

191
158
163

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

Portions of RGB colors in percentages

R + G + B =
191 + 158 + 163 = 512 (100%)
R 191 of 512 ~ 37.3%
G 158 of 512 ~ 30.86%
B 163 of 512 ~ 31.84%

%37.3
%30.86
%31.84

CMYK color model

#BF9EA3 color CMYK value is (0,17,15,25).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 14.66%
  • key color value is 25.10%
CMYK:
(0,17,15,25)
C0M17Y15K25 
(0%,17%,15%,25%)
(0.00/0.17/0.15/0.25)	

CMYK percentages

%0
%17.28
%14.66
%25.1

Codes

Color #BF9EA3 in popluar color models

BF9EA3
RGB191158163
HSL351°20.50%68.43%
HSB/HSV351°17.28%74.90%
CMYK0.00%17.28%14.66%
25.10%

Color #BF9EA3 in popluar number systems.

HEXBF9EA3
Decimal191158163
Binary101111111001111010100011
Octal277236243

Shades and tints

Shades of #BF9EA3

#BF9EA3
(191,158,163)
#AE9095
(174,144,149)
#9D8287
(157,130,135)
#8C7479
(140,116,121)
#7B666B
(123,102,107)
#6A585D
(106,88,93)
#594A4F
(89,74,79)
#483C41
(72,60,65)
#372E33
(55,46,51)
#262025
(38,32,37)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #BF9EA3

#BF9EA3
(191,158,163)
#C4A6AB
(196,166,171)
#C9AEB3
(201,174,179)
#CEB6BB
(206,182,187)
#D3BEC3
(211,190,195)
#D8C6CB
(216,198,203)
#DDCED3
(221,206,211)
#E2D6DB
(226,214,219)
#E7DEE3
(231,222,227)
#ECE6EB
(236,230,235)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9EA3 color. Also use rgb(191,158,163) instead hex code.

Text Font Color

.myTextColor { color: #BF9EA3; }

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

This text font color is #BF9EA3.


Background Color

.myBgColor { background-color: #BF9EA3; }

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

This div background color is #BF9EA3.


Border color

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

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

This div border color is #BF9EA3.


Opacity

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

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

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

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

This text has shadow with #BF9EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9EA3 on black background.


Color preview on white background

This text has color #BF9EA3 on white background.



Black color preview on #BF9EA3 background

This text has black color on #BF9EA3 background.


White color preview on #BF9EA3 background

This text has white color on #BF9EA3 background.