COLOR #BFA9E8

HEX: #BFA9E8
RGB: (191,169,232)

Color info

#BFA9E8 contains mainly red and blue colors. Web safe color of #BFA9E8 is #CC99FF (or #C9F).

RGB color model

#BFA9E8 color RGB value is (191,169,232).

  • red value is 191;
  • green value is 169;
  • blue value is 232.
RGB:
(191,169,232)
(75%,66%,91%)

RGB channels and saturation

R 191 of 255 = 75%
G 169 of 255 = 66%
B 232 of 255 = 91%

191
169
232

R + G + B ~ 77%. #BFA9E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 169 + 232 = 592 (100%)
R 191 of 592 ~ 32.26%
G 169 of 592 ~ 28.55%
B 232 of 592 ~ 39.19%

%32.26
%28.55
%39.19

CMYK color model

#BFA9E8 color CMYK value is (18,27,0,9).

  • cyan value is 17.67%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(18,27,0,9)
C18M27Y0K9 
(18%,27%,0%,9%)
(0.18/0.27/0.00/0.09)	

CMYK percentages

%17.67
%27.16
%0
%9.02

Codes

Color #BFA9E8 in popluar color models

BFA9E8
RGB191169232
HSL261°57.80%78.63%
HSB/HSV261°27.16%90.98%
CMYK17.67%27.16%0.00%
9.02%

Color #BFA9E8 in popluar number systems.

HEXBFA9E8
Decimal191169232
Binary101111111010100111101000
Octal277251350

Shades and tints

Shades of #BFA9E8

#BFA9E8
(191,169,232)
#AE9AD3
(174,154,211)
#9D8BBE
(157,139,190)
#8C7CA9
(140,124,169)
#7B6D94
(123,109,148)
#6A5E7F
(106,94,127)
#594F6A
(89,79,106)
#484055
(72,64,85)
#373140
(55,49,64)
#26222B
(38,34,43)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #BFA9E8

#BFA9E8
(191,169,232)
#C4B0EA
(196,176,234)
#C9B7EC
(201,183,236)
#CEBEEE
(206,190,238)
#D3C5F0
(211,197,240)
#D8CCF2
(216,204,242)
#DDD3F4
(221,211,244)
#E2DAF6
(226,218,246)
#E7E1F8
(231,225,248)
#ECE8FA
(236,232,250)
#F1EFFC
(241,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA9E8 color. Also use rgb(191,169,232) instead hex code.

Text Font Color

.myTextColor { color: #BFA9E8; }

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

This text font color is #BFA9E8.


Background Color

.myBgColor { background-color: #BFA9E8; }

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

This div background color is #BFA9E8.


Border color

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

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

This div border color is #BFA9E8.


Opacity

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

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

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

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

This text has shadow with #BFA9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA9E8 on black background.


Color preview on white background

This text has color #BFA9E8 on white background.



Black color preview on #BFA9E8 background

This text has black color on #BFA9E8 background.


White color preview on #BFA9E8 background

This text has white color on #BFA9E8 background.