COLOR #BFACC9

HEX: #BFACC9
RGB: (191,172,201)

Color info

#BFACC9 contains red, green and blue colors in about the same proportion. Web safe color of #BFACC9 is #CC99CC (or #C9C).

RGB color model

#BFACC9 color RGB value is (191,172,201).

  • red value is 191;
  • green value is 172;
  • blue value is 201.
RGB:
(191,172,201)
(75%,67%,79%)

RGB channels and saturation

R 191 of 255 = 75%
G 172 of 255 = 67%
B 201 of 255 = 79%

191
172
201

R + G + B ~ 74%. #BFACC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 172 + 201 = 564 (100%)
R 191 of 564 ~ 33.87%
G 172 of 564 ~ 30.5%
B 201 of 564 ~ 35.64%

%33.87
%30.5
%35.64

CMYK color model

#BFACC9 color CMYK value is (5,14,0,21).

  • cyan value is 4.98%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(5,14,0,21)
C5M14Y0K21 
(5%,14%,0%,21%)
(0.05/0.14/0.00/0.21)	

CMYK percentages

%4.98
%14.43
%0
%21.18

Codes

Color #BFACC9 in popluar color models

BFACC9
RGB191172201
HSL279°21.17%73.14%
HSB/HSV279°14.43%78.82%
CMYK4.98%14.43%0.00%
21.18%

Color #BFACC9 in popluar number systems.

HEXBFACC9
Decimal191172201
Binary101111111010110011001001
Octal277254311

Shades and tints

Shades of #BFACC9

#BFACC9
(191,172,201)
#AE9DB7
(174,157,183)
#9D8EA5
(157,142,165)
#8C7F93
(140,127,147)
#7B7081
(123,112,129)
#6A616F
(106,97,111)
#59525D
(89,82,93)
#48434B
(72,67,75)
#373439
(55,52,57)
#262527
(38,37,39)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #BFACC9

#BFACC9
(191,172,201)
#C4B3CD
(196,179,205)
#C9BAD1
(201,186,209)
#CEC1D5
(206,193,213)
#D3C8D9
(211,200,217)
#D8CFDD
(216,207,221)
#DDD6E1
(221,214,225)
#E2DDE5
(226,221,229)
#E7E4E9
(231,228,233)
#ECEBED
(236,235,237)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFACC9 color. Also use rgb(191,172,201) instead hex code.

Text Font Color

.myTextColor { color: #BFACC9; }

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

This text font color is #BFACC9.


Background Color

.myBgColor { background-color: #BFACC9; }

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

This div background color is #BFACC9.


Border color

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

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

This div border color is #BFACC9.


Opacity

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

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

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

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

This text has shadow with #BFACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFACC9 on black background.


Color preview on white background

This text has color #BFACC9 on white background.



Black color preview on #BFACC9 background

This text has black color on #BFACC9 background.


White color preview on #BFACC9 background

This text has white color on #BFACC9 background.