COLOR #BFAEB5

HEX: #BFAEB5
RGB: (191,174,181)

Color info

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

RGB color model

#BFAEB5 color RGB value is (191,174,181).

  • red value is 191;
  • green value is 174;
  • blue value is 181.
RGB:
(191,174,181)
(75%,68%,71%)

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 181 of 255 = 71%

191
174
181

R + G + B ~ 71%. #BFAEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 181 = 546 (100%)
R 191 of 546 ~ 34.98%
G 174 of 546 ~ 31.87%
B 181 of 546 ~ 33.15%

%34.98
%31.87
%33.15

CMYK color model

#BFAEB5 color CMYK value is (0,9,5,25).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 5.24%
  • key color value is 25.10%
CMYK:
(0,9,5,25)
C0M9Y5K25 
(0%,9%,5%,25%)
(0.00/0.09/0.05/0.25)	

CMYK percentages

%0
%8.9
%5.24
%25.1

Codes

Color #BFAEB5 in popluar color models

BFAEB5
RGB191174181
HSL335°11.72%71.57%
HSB/HSV335°8.90%74.90%
CMYK0.00%8.90%5.24%
25.10%

Color #BFAEB5 in popluar number systems.

HEXBFAEB5
Decimal191174181
Binary101111111010111010110101
Octal277256265

Shades and tints

Shades of #BFAEB5

#BFAEB5
(191,174,181)
#AE9FA5
(174,159,165)
#9D9095
(157,144,149)
#8C8185
(140,129,133)
#7B7275
(123,114,117)
#6A6365
(106,99,101)
#595455
(89,84,85)
#484545
(72,69,69)
#373635
(55,54,53)
#262725
(38,39,37)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #BFAEB5

#BFAEB5
(191,174,181)
#C4B5BB
(196,181,187)
#C9BCC1
(201,188,193)
#CEC3C7
(206,195,199)
#D3CACD
(211,202,205)
#D8D1D3
(216,209,211)
#DDD8D9
(221,216,217)
#E2DFDF
(226,223,223)
#E7E6E5
(231,230,229)
#ECEDEB
(236,237,235)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAEB5 color. Also use rgb(191,174,181) instead hex code.

Text Font Color

.myTextColor { color: #BFAEB5; }

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

This text font color is #BFAEB5.


Background Color

.myBgColor { background-color: #BFAEB5; }

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

This div background color is #BFAEB5.


Border color

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

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

This div border color is #BFAEB5.


Opacity

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

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

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

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

This text has shadow with #BFAEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAEB5 on black background.


Color preview on white background

This text has color #BFAEB5 on white background.



Black color preview on #BFAEB5 background

This text has black color on #BFAEB5 background.


White color preview on #BFAEB5 background

This text has white color on #BFAEB5 background.