COLOR #BFACC4

HEX: #BFACC4
RGB: (191,172,196)

Color info

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

RGB color model

#BFACC4 color RGB value is (191,172,196).

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

RGB channels and saturation

R 191 of 255 = 75%
G 172 of 255 = 67%
B 196 of 255 = 77%

191
172
196

R + G + B ~ 73%. #BFACC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 172 + 196 = 559 (100%)
R 191 of 559 ~ 34.17%
G 172 of 559 ~ 30.77%
B 196 of 559 ~ 35.06%

%34.17
%30.77
%35.06

CMYK color model

#BFACC4 color CMYK value is (3,12,0,23).

  • cyan value is 2.55%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(3,12,0,23)
C3M12Y0K23 
(3%,12%,0%,23%)
(0.03/0.12/0.00/0.23)	

CMYK percentages

%2.55
%12.24
%0
%23.14

Codes

Color #BFACC4 in popluar color models

BFACC4
RGB191172196
HSL288°16.90%72.16%
HSB/HSV288°12.24%76.86%
CMYK2.55%12.24%0.00%
23.14%

Color #BFACC4 in popluar number systems.

HEXBFACC4
Decimal191172196
Binary101111111010110011000100
Octal277254304

Shades and tints

Shades of #BFACC4

#BFACC4
(191,172,196)
#AE9DB3
(174,157,179)
#9D8EA2
(157,142,162)
#8C7F91
(140,127,145)
#7B7080
(123,112,128)
#6A616F
(106,97,111)
#59525E
(89,82,94)
#48434D
(72,67,77)
#37343C
(55,52,60)
#26252B
(38,37,43)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #BFACC4

#BFACC4
(191,172,196)
#C4B3C9
(196,179,201)
#C9BACE
(201,186,206)
#CEC1D3
(206,193,211)
#D3C8D8
(211,200,216)
#D8CFDD
(216,207,221)
#DDD6E2
(221,214,226)
#E2DDE7
(226,221,231)
#E7E4EC
(231,228,236)
#ECEBF1
(236,235,241)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFACC4; }

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

This text font color is #BFACC4.


Background Color

.myBgColor { background-color: #BFACC4; }

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

This div background color is #BFACC4.


Border color

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

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

This div border color is #BFACC4.


Opacity

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

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

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

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

This text has shadow with #BFACC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFACC4 on black background.


Color preview on white background

This text has color #BFACC4 on white background.



Black color preview on #BFACC4 background

This text has black color on #BFACC4 background.


White color preview on #BFACC4 background

This text has white color on #BFACC4 background.