COLOR #BFAFD6

HEX: #BFAFD6
RGB: (191,175,214)

Color info

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

RGB color model

#BFAFD6 color RGB value is (191,175,214).

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

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 214 of 255 = 84%

191
175
214

R + G + B ~ 76%. #BFAFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 175 + 214 = 580 (100%)
R 191 of 580 ~ 32.93%
G 175 of 580 ~ 30.17%
B 214 of 580 ~ 36.9%

%32.93
%30.17
%36.9

CMYK color model

#BFAFD6 color CMYK value is (11,18,0,16).

  • cyan value is 10.75%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,18,0,16)
C11M18Y0K16 
(11%,18%,0%,16%)
(0.11/0.18/0.00/0.16)	

CMYK percentages

%10.75
%18.22
%0
%16.08

Codes

Color #BFAFD6 in popluar color models

BFAFD6
RGB191175214
HSL265°32.23%76.27%
HSB/HSV265°18.22%83.92%
CMYK10.75%18.22%0.00%
16.08%

Color #BFAFD6 in popluar number systems.

HEXBFAFD6
Decimal191175214
Binary101111111010111111010110
Octal277257326

Shades and tints

Shades of #BFAFD6

#BFAFD6
(191,175,214)
#AEA0C3
(174,160,195)
#9D91B0
(157,145,176)
#8C829D
(140,130,157)
#7B738A
(123,115,138)
#6A6477
(106,100,119)
#595564
(89,85,100)
#484651
(72,70,81)
#37373E
(55,55,62)
#26282B
(38,40,43)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #BFAFD6

#BFAFD6
(191,175,214)
#C4B6D9
(196,182,217)
#C9BDDC
(201,189,220)
#CEC4DF
(206,196,223)
#D3CBE2
(211,203,226)
#D8D2E5
(216,210,229)
#DDD9E8
(221,217,232)
#E2E0EB
(226,224,235)
#E7E7EE
(231,231,238)
#ECEEF1
(236,238,241)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAFD6; }

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

This text font color is #BFAFD6.


Background Color

.myBgColor { background-color: #BFAFD6; }

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

This div background color is #BFAFD6.


Border color

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

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

This div border color is #BFAFD6.


Opacity

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

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

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

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

This text has shadow with #BFAFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAFD6 on black background.


Color preview on white background

This text has color #BFAFD6 on white background.



Black color preview on #BFAFD6 background

This text has black color on #BFAFD6 background.


White color preview on #BFAFD6 background

This text has white color on #BFAFD6 background.