COLOR #BFABD2

HEX: #BFABD2
RGB: (191,171,210)

Color info

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

RGB color model

#BFABD2 color RGB value is (191,171,210).

  • red value is 191;
  • green value is 171;
  • blue value is 210.
RGB:
(191,171,210)
(75%,67%,82%)

RGB channels and saturation

R 191 of 255 = 75%
G 171 of 255 = 67%
B 210 of 255 = 82%

191
171
210

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

Portions of RGB colors in percentages

R + G + B =
191 + 171 + 210 = 572 (100%)
R 191 of 572 ~ 33.39%
G 171 of 572 ~ 29.9%
B 210 of 572 ~ 36.71%

%33.39
%29.9
%36.71

CMYK color model

#BFABD2 color CMYK value is (9,19,0,18).

  • cyan value is 9.05%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(9,19,0,18)
C9M19Y0K18 
(9%,19%,0%,18%)
(0.09/0.19/0.00/0.18)	

CMYK percentages

%9.05
%18.57
%0
%17.65

Codes

Color #BFABD2 in popluar color models

BFABD2
RGB191171210
HSL271°30.23%74.71%
HSB/HSV271°18.57%82.35%
CMYK9.05%18.57%0.00%
17.65%

Color #BFABD2 in popluar number systems.

HEXBFABD2
Decimal191171210
Binary101111111010101111010010
Octal277253322

Shades and tints

Shades of #BFABD2

#BFABD2
(191,171,210)
#AE9CBF
(174,156,191)
#9D8DAC
(157,141,172)
#8C7E99
(140,126,153)
#7B6F86
(123,111,134)
#6A6073
(106,96,115)
#595160
(89,81,96)
#48424D
(72,66,77)
#37333A
(55,51,58)
#262427
(38,36,39)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BFABD2

#BFABD2
(191,171,210)
#C4B2D6
(196,178,214)
#C9B9DA
(201,185,218)
#CEC0DE
(206,192,222)
#D3C7E2
(211,199,226)
#D8CEE6
(216,206,230)
#DDD5EA
(221,213,234)
#E2DCEE
(226,220,238)
#E7E3F2
(231,227,242)
#ECEAF6
(236,234,246)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFABD2 color. Also use rgb(191,171,210) instead hex code.

Text Font Color

.myTextColor { color: #BFABD2; }

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

This text font color is #BFABD2.


Background Color

.myBgColor { background-color: #BFABD2; }

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

This div background color is #BFABD2.


Border color

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

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

This div border color is #BFABD2.


Opacity

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

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

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

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

This text has shadow with #BFABD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFABD2 on black background.


Color preview on white background

This text has color #BFABD2 on white background.



Black color preview on #BFABD2 background

This text has black color on #BFABD2 background.


White color preview on #BFABD2 background

This text has white color on #BFABD2 background.