COLOR #BFA0C7

HEX: #BFA0C7
RGB: (191,160,199)

Color info

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

RGB color model

#BFA0C7 color RGB value is (191,160,199).

  • red value is 191;
  • green value is 160;
  • blue value is 199.
RGB:
(191,160,199)
(75%,63%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 160 of 255 = 63%
B 199 of 255 = 78%

191
160
199

R + G + B ~ 72%. #BFA0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 160 + 199 = 550 (100%)
R 191 of 550 ~ 34.73%
G 160 of 550 ~ 29.09%
B 199 of 550 ~ 36.18%

%34.73
%29.09
%36.18

CMYK color model

#BFA0C7 color CMYK value is (4,20,0,22).

  • cyan value is 4.02%
  • magenta value is 19.60%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(4,20,0,22)
C4M20Y0K22 
(4%,20%,0%,22%)
(0.04/0.20/0.00/0.22)	

CMYK percentages

%4.02
%19.6
%0
%21.96

Codes

Color #BFA0C7 in popluar color models

BFA0C7
RGB191160199
HSL288°25.83%70.39%
HSB/HSV288°19.60%78.04%
CMYK4.02%19.60%0.00%
21.96%

Color #BFA0C7 in popluar number systems.

HEXBFA0C7
Decimal191160199
Binary101111111010000011000111
Octal277240307

Shades and tints

Shades of #BFA0C7

#BFA0C7
(191,160,199)
#AE92B5
(174,146,181)
#9D84A3
(157,132,163)
#8C7691
(140,118,145)
#7B687F
(123,104,127)
#6A5A6D
(106,90,109)
#594C5B
(89,76,91)
#483E49
(72,62,73)
#373037
(55,48,55)
#262225
(38,34,37)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #BFA0C7

#BFA0C7
(191,160,199)
#C4A8CC
(196,168,204)
#C9B0D1
(201,176,209)
#CEB8D6
(206,184,214)
#D3C0DB
(211,192,219)
#D8C8E0
(216,200,224)
#DDD0E5
(221,208,229)
#E2D8EA
(226,216,234)
#E7E0EF
(231,224,239)
#ECE8F4
(236,232,244)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA0C7 color. Also use rgb(191,160,199) instead hex code.

Text Font Color

.myTextColor { color: #BFA0C7; }

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

This text font color is #BFA0C7.


Background Color

.myBgColor { background-color: #BFA0C7; }

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

This div background color is #BFA0C7.


Border color

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

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

This div border color is #BFA0C7.


Opacity

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

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

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

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

This text has shadow with #BFA0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA0C7 on black background.


Color preview on white background

This text has color #BFA0C7 on white background.



Black color preview on #BFA0C7 background

This text has black color on #BFA0C7 background.


White color preview on #BFA0C7 background

This text has white color on #BFA0C7 background.