COLOR #BF9FAD

HEX: #BF9FAD
RGB: (191,159,173)

Color info

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

RGB color model

#BF9FAD color RGB value is (191,159,173).

  • red value is 191;
  • green value is 159;
  • blue value is 173.
RGB:
(191,159,173)
(75%,62%,68%)

RGB channels and saturation

R 191 of 255 = 75%
G 159 of 255 = 62%
B 173 of 255 = 68%

191
159
173

R + G + B ~ 68%. #BF9FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 159 + 173 = 523 (100%)
R 191 of 523 ~ 36.52%
G 159 of 523 ~ 30.4%
B 173 of 523 ~ 33.08%

%36.52
%30.4
%33.08

CMYK color model

#BF9FAD color CMYK value is (0,17,9,25).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 9.42%
  • key color value is 25.10%
CMYK:
(0,17,9,25)
C0M17Y9K25 
(0%,17%,9%,25%)
(0.00/0.17/0.09/0.25)	

CMYK percentages

%0
%16.75
%9.42
%25.1

Codes

Color #BF9FAD in popluar color models

BF9FAD
RGB191159173
HSL334°20.00%68.63%
HSB/HSV334°16.75%74.90%
CMYK0.00%16.75%9.42%
25.10%

Color #BF9FAD in popluar number systems.

HEXBF9FAD
Decimal191159173
Binary101111111001111110101101
Octal277237255

Shades and tints

Shades of #BF9FAD

#BF9FAD
(191,159,173)
#AE919E
(174,145,158)
#9D838F
(157,131,143)
#8C7580
(140,117,128)
#7B6771
(123,103,113)
#6A5962
(106,89,98)
#594B53
(89,75,83)
#483D44
(72,61,68)
#372F35
(55,47,53)
#262126
(38,33,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #BF9FAD

#BF9FAD
(191,159,173)
#C4A7B4
(196,167,180)
#C9AFBB
(201,175,187)
#CEB7C2
(206,183,194)
#D3BFC9
(211,191,201)
#D8C7D0
(216,199,208)
#DDCFD7
(221,207,215)
#E2D7DE
(226,215,222)
#E7DFE5
(231,223,229)
#ECE7EC
(236,231,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9FAD color. Also use rgb(191,159,173) instead hex code.

Text Font Color

.myTextColor { color: #BF9FAD; }

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

This text font color is #BF9FAD.


Background Color

.myBgColor { background-color: #BF9FAD; }

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

This div background color is #BF9FAD.


Border color

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

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

This div border color is #BF9FAD.


Opacity

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

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

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

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

This text has shadow with #BF9FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9FAD on black background.


Color preview on white background

This text has color #BF9FAD on white background.



Black color preview on #BF9FAD background

This text has black color on #BF9FAD background.


White color preview on #BF9FAD background

This text has white color on #BF9FAD background.