COLOR #BFAEA7

HEX: #BFAEA7
RGB: (191,174,167)

Color info

#BFAEA7 contains red, green and blue colors in about the same proportion. Web safe color of #BFAEA7 is #CC9999 (or #C99).

RGB color model

#BFAEA7 color RGB value is (191,174,167).

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

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 167 of 255 = 65%

191
174
167

R + G + B ~ 69%. #BFAEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 167 = 532 (100%)
R 191 of 532 ~ 35.9%
G 174 of 532 ~ 32.71%
B 167 of 532 ~ 31.39%

%35.9
%32.71
%31.39

CMYK color model

#BFAEA7 color CMYK value is (0,9,13,25).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 12.57%
  • key color value is 25.10%
CMYK:
(0,9,13,25)
C0M9Y13K25 
(0%,9%,13%,25%)
(0.00/0.09/0.13/0.25)	

CMYK percentages

%0
%8.9
%12.57
%25.1

Codes

Color #BFAEA7 in popluar color models

BFAEA7
RGB191174167
HSL18°15.79%70.20%
HSB/HSV18°12.57%74.90%
CMYK0.00%8.90%12.57%
25.10%

Color #BFAEA7 in popluar number systems.

HEXBFAEA7
Decimal191174167
Binary101111111010111010100111
Octal277256247

Shades and tints

Shades of #BFAEA7

#BFAEA7
(191,174,167)
#AE9F98
(174,159,152)
#9D9089
(157,144,137)
#8C817A
(140,129,122)
#7B726B
(123,114,107)
#6A635C
(106,99,92)
#59544D
(89,84,77)
#48453E
(72,69,62)
#37362F
(55,54,47)
#262720
(38,39,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #BFAEA7

#BFAEA7
(191,174,167)
#C4B5AF
(196,181,175)
#C9BCB7
(201,188,183)
#CEC3BF
(206,195,191)
#D3CAC7
(211,202,199)
#D8D1CF
(216,209,207)
#DDD8D7
(221,216,215)
#E2DFDF
(226,223,223)
#E7E6E7
(231,230,231)
#ECEDEF
(236,237,239)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAEA7; }

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

This text font color is #BFAEA7.


Background Color

.myBgColor { background-color: #BFAEA7; }

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

This div background color is #BFAEA7.


Border color

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

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

This div border color is #BFAEA7.


Opacity

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

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

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

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

This text has shadow with #BFAEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAEA7 on black background.


Color preview on white background

This text has color #BFAEA7 on white background.



Black color preview on #BFAEA7 background

This text has black color on #BFAEA7 background.


White color preview on #BFAEA7 background

This text has white color on #BFAEA7 background.