COLOR #BFA7D3

HEX: #BFA7D3 RGB: (191,167,211)

Color info

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

RGB color model

#BFA7D3 color RGB value is (191,167,211).

RGB: (191,167,211) (75%, 65%, 83%)

RGB channels and saturation

R 191 of 255 = 75%
G 167 of 255 = 65%
B 211 of 255 = 83%

191
167
211

R + G + B ~ 74%. #BFA7D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 167 + 211 = 569 (100%)
R 191 of 569 ~ 33.57%
G 167 of 569 ~ 29.35%
B 211 of 569 ~ 37.08'%

%33.57
%29.35
%37.08

CMYK color model

#BFA7D3 color CMYK value is (9,21,0,17).

  • cyan value is 9.48%
  • magenta value is 20.85%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (9,21,0,17)
C9M21Y0K17 (9%, 21%, 0%, 17%)
(0.09 / 0.21 / 0.00 / 0.17)

CMYK percentages

%9.48
%20.85
%0
%17.25

Codes

Color #BFA7D3 in popluar color models

BF A7 D3
RGB 191 167 211
HSL 273° 33.33% 74.12%
HSB/HSV 273° 20.85% 82.75%
CMYK 9.48% 20.85% 0.00%
17.25%

Color #BFA7D3 in popluar number systems.

HEX BF A7 D3
Decimal 191 167 211
Binary 10111111 10100111 11010011
Octal 277 247 323

Shades and tints

Shades of #BFA7D3

#BFA7D3
(191,167,211)
#AE98C0
(174,152,192)
#9D89AD
(157,137,173)
#8C7A9A
(140,122,154)
#7B6B87
(123,107,135)
#6A5C74
(106,92,116)
#594D61
(89,77,97)
#483E4E
(72,62,78)
#372F3B
(55,47,59)
#262028
(38,32,40)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #BFA7D3

#BFA7D3
(191,167,211)
#C4AFD7
(196,175,215)
#C9B7DB
(201,183,219)
#CEBFDF
(206,191,223)
#D3C7E3
(211,199,227)
#D8CFE7
(216,207,231)
#DDD7EB
(221,215,235)
#E2DFEF
(226,223,239)
#E7E7F3
(231,231,243)
#ECEFF7
(236,239,247)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA7D3 color. Also use rgb(191,167,211) instead hex code.

Text Font Color

.myTextColor { color: #BFA7D3; }

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

This text font color is #BFA7D3.

Background Color

.myBgColor { background-color: #BFA7D3; }

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

This div background color is #BFA7D3.

Border color

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

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

This div border color is #BFA7D3.

Opacity

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

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

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

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

This text has shadow with #BFA7D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA7D3.

Preview

Color preview on black background

This text has color #BFA7D3 on black background.


Color preview on white background

This text has color #BFA7D3 on white background.


Black color preview on #BFA7D3 background

This text has black color on #BFA7D3 background.


White color preview on #BFA7D3 background

This text has white color on #BFA7D3 background.


Related colors

Complementary color

Complementary color for #hex is #40582C.


I love getcolorcode.com

Triadic colors

1 #D3BFA7 and #A7D3BF with #BFA7D3 are triadic colors.

2 #D3A7BF and #A7BFD3 with #BFA7D3 are triadic colors.