COLOR #BFAEBB

HEX: #BFAEBB
RGB: (191,174,187)

Color info

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

RGB color model

#BFAEBB color RGB value is (191,174,187).

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

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 187 of 255 = 73%

191
174
187

R + G + B ~ 72%. #BFAEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 187 = 552 (100%)
R 191 of 552 ~ 34.6%
G 174 of 552 ~ 31.52%
B 187 of 552 ~ 33.88%

%34.6
%31.52
%33.88

CMYK color model

#BFAEBB color CMYK value is (0,9,2,25).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 2.09%
  • key color value is 25.10%
CMYK:
(0,9,2,25)
C0M9Y2K25 
(0%,9%,2%,25%)
(0.00/0.09/0.02/0.25)	

CMYK percentages

%0
%8.9
%2.09
%25.1

Codes

Color #BFAEBB in popluar color models

BFAEBB
RGB191174187
HSL314°11.72%71.57%
HSB/HSV314°8.90%74.90%
CMYK0.00%8.90%2.09%
25.10%

Color #BFAEBB in popluar number systems.

HEXBFAEBB
Decimal191174187
Binary101111111010111010111011
Octal277256273

Shades and tints

Shades of #BFAEBB

#BFAEBB
(191,174,187)
#AE9FAA
(174,159,170)
#9D9099
(157,144,153)
#8C8188
(140,129,136)
#7B7277
(123,114,119)
#6A6366
(106,99,102)
#595455
(89,84,85)
#484544
(72,69,68)
#373633
(55,54,51)
#262722
(38,39,34)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #BFAEBB

#BFAEBB
(191,174,187)
#C4B5C1
(196,181,193)
#C9BCC7
(201,188,199)
#CEC3CD
(206,195,205)
#D3CAD3
(211,202,211)
#D8D1D9
(216,209,217)
#DDD8DF
(221,216,223)
#E2DFE5
(226,223,229)
#E7E6EB
(231,230,235)
#ECEDF1
(236,237,241)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAEBB; }

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

This text font color is #BFAEBB.


Background Color

.myBgColor { background-color: #BFAEBB; }

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

This div background color is #BFAEBB.


Border color

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

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

This div border color is #BFAEBB.


Opacity

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

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

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

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

This text has shadow with #BFAEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAEBB on black background.


Color preview on white background

This text has color #BFAEBB on white background.



Black color preview on #BFAEBB background

This text has black color on #BFAEBB background.


White color preview on #BFAEBB background

This text has white color on #BFAEBB background.