COLOR #BFAFD1

HEX: #BFAFD1
RGB: (191,175,209)

Color info

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

RGB color model

#BFAFD1 color RGB value is (191,175,209).

  • red value is 191;
  • green value is 175;
  • blue value is 209.
RGB:
(191,175,209)
(75%,69%,82%)

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 209 of 255 = 82%

191
175
209

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

Portions of RGB colors in percentages

R + G + B =
191 + 175 + 209 = 575 (100%)
R 191 of 575 ~ 33.22%
G 175 of 575 ~ 30.43%
B 209 of 575 ~ 36.35%

%33.22
%30.43
%36.35

CMYK color model

#BFAFD1 color CMYK value is (9,16,0,18).

  • cyan value is 8.61%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,16,0,18)
C9M16Y0K18 
(9%,16%,0%,18%)
(0.09/0.16/0.00/0.18)	

CMYK percentages

%8.61
%16.27
%0
%18.04

Codes

Color #BFAFD1 in popluar color models

BFAFD1
RGB191175209
HSL268°26.98%75.29%
HSB/HSV268°16.27%81.96%
CMYK8.61%16.27%0.00%
18.04%

Color #BFAFD1 in popluar number systems.

HEXBFAFD1
Decimal191175209
Binary101111111010111111010001
Octal277257321

Shades and tints

Shades of #BFAFD1

#BFAFD1
(191,175,209)
#AEA0BE
(174,160,190)
#9D91AB
(157,145,171)
#8C8298
(140,130,152)
#7B7385
(123,115,133)
#6A6472
(106,100,114)
#59555F
(89,85,95)
#48464C
(72,70,76)
#373739
(55,55,57)
#262826
(38,40,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #BFAFD1

#BFAFD1
(191,175,209)
#C4B6D5
(196,182,213)
#C9BDD9
(201,189,217)
#CEC4DD
(206,196,221)
#D3CBE1
(211,203,225)
#D8D2E5
(216,210,229)
#DDD9E9
(221,217,233)
#E2E0ED
(226,224,237)
#E7E7F1
(231,231,241)
#ECEEF5
(236,238,245)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAFD1 color. Also use rgb(191,175,209) instead hex code.

Text Font Color

.myTextColor { color: #BFAFD1; }

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

This text font color is #BFAFD1.


Background Color

.myBgColor { background-color: #BFAFD1; }

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

This div background color is #BFAFD1.


Border color

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

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

This div border color is #BFAFD1.


Opacity

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

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

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

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

This text has shadow with #BFAFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAFD1 on black background.


Color preview on white background

This text has color #BFAFD1 on white background.



Black color preview on #BFAFD1 background

This text has black color on #BFAFD1 background.


White color preview on #BFAFD1 background

This text has white color on #BFAFD1 background.