COLOR #BFABD5

HEX: #BFABD5
RGB: (191,171,213)

Color info

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

RGB color model

#BFABD5 color RGB value is (191,171,213).

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

RGB channels and saturation

R 191 of 255 = 75%
G 171 of 255 = 67%
B 213 of 255 = 84%

191
171
213

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

Portions of RGB colors in percentages

R + G + B =
191 + 171 + 213 = 575 (100%)
R 191 of 575 ~ 33.22%
G 171 of 575 ~ 29.74%
B 213 of 575 ~ 37.04%

%33.22
%29.74
%37.04

CMYK color model

#BFABD5 color CMYK value is (10,20,0,16).

  • cyan value is 10.33%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(10,20,0,16)
C10M20Y0K16 
(10%,20%,0%,16%)
(0.10/0.20/0.00/0.16)	

CMYK percentages

%10.33
%19.72
%0
%16.47

Codes

Color #BFABD5 in popluar color models

BFABD5
RGB191171213
HSL269°33.33%75.29%
HSB/HSV269°19.72%83.53%
CMYK10.33%19.72%0.00%
16.47%

Color #BFABD5 in popluar number systems.

HEXBFABD5
Decimal191171213
Binary101111111010101111010101
Octal277253325

Shades and tints

Shades of #BFABD5

#BFABD5
(191,171,213)
#AE9CC2
(174,156,194)
#9D8DAF
(157,141,175)
#8C7E9C
(140,126,156)
#7B6F89
(123,111,137)
#6A6076
(106,96,118)
#595163
(89,81,99)
#484250
(72,66,80)
#37333D
(55,51,61)
#26242A
(38,36,42)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #BFABD5

#BFABD5
(191,171,213)
#C4B2D8
(196,178,216)
#C9B9DB
(201,185,219)
#CEC0DE
(206,192,222)
#D3C7E1
(211,199,225)
#D8CEE4
(216,206,228)
#DDD5E7
(221,213,231)
#E2DCEA
(226,220,234)
#E7E3ED
(231,227,237)
#ECEAF0
(236,234,240)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFABD5; }

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

This text font color is #BFABD5.


Background Color

.myBgColor { background-color: #BFABD5; }

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

This div background color is #BFABD5.


Border color

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

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

This div border color is #BFABD5.


Opacity

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

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

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

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

This text has shadow with #BFABD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFABD5 on black background.


Color preview on white background

This text has color #BFABD5 on white background.



Black color preview on #BFABD5 background

This text has black color on #BFABD5 background.


White color preview on #BFABD5 background

This text has white color on #BFABD5 background.