COLOR #BFACD7

HEX: #BFACD7
RGB: (191,172,215)

Color info

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

RGB color model

#BFACD7 color RGB value is (191,172,215).

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

RGB channels and saturation

R 191 of 255 = 75%
G 172 of 255 = 67%
B 215 of 255 = 84%

191
172
215

R + G + B ~ 75%. #BFACD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 172 + 215 = 578 (100%)
R 191 of 578 ~ 33.04%
G 172 of 578 ~ 29.76%
B 215 of 578 ~ 37.2%

%33.04
%29.76
%37.2

CMYK color model

#BFACD7 color CMYK value is (11,20,0,16).

  • cyan value is 11.16%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(11,20,0,16)
C11M20Y0K16 
(11%,20%,0%,16%)
(0.11/0.20/0.00/0.16)	

CMYK percentages

%11.16
%20
%0
%15.69

Codes

Color #BFACD7 in popluar color models

BFACD7
RGB191172215
HSL267°34.96%75.88%
HSB/HSV267°20.00%84.31%
CMYK11.16%20.00%0.00%
15.69%

Color #BFACD7 in popluar number systems.

HEXBFACD7
Decimal191172215
Binary101111111010110011010111
Octal277254327

Shades and tints

Shades of #BFACD7

#BFACD7
(191,172,215)
#AE9DC4
(174,157,196)
#9D8EB1
(157,142,177)
#8C7F9E
(140,127,158)
#7B708B
(123,112,139)
#6A6178
(106,97,120)
#595265
(89,82,101)
#484352
(72,67,82)
#37343F
(55,52,63)
#26252C
(38,37,44)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #BFACD7

#BFACD7
(191,172,215)
#C4B3DA
(196,179,218)
#C9BADD
(201,186,221)
#CEC1E0
(206,193,224)
#D3C8E3
(211,200,227)
#D8CFE6
(216,207,230)
#DDD6E9
(221,214,233)
#E2DDEC
(226,221,236)
#E7E4EF
(231,228,239)
#ECEBF2
(236,235,242)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFACD7; }

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

This text font color is #BFACD7.


Background Color

.myBgColor { background-color: #BFACD7; }

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

This div background color is #BFACD7.


Border color

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

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

This div border color is #BFACD7.


Opacity

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

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

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

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

This text has shadow with #BFACD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFACD7 on black background.


Color preview on white background

This text has color #BFACD7 on white background.



Black color preview on #BFACD7 background

This text has black color on #BFACD7 background.


White color preview on #BFACD7 background

This text has white color on #BFACD7 background.