COLOR #BFBEA9

HEX: #BFBEA9
RGB: (191,190,169)

Color info

#BFBEA9 contains red, green and blue colors in about the same proportion. Web safe color of #BFBEA9 is #CCCC99 (or #CC9).

RGB color model

#BFBEA9 color RGB value is (191,190,169).

  • red value is 191;
  • green value is 190;
  • blue value is 169.
RGB:
(191,190,169)
(75%,75%,66%)

RGB channels and saturation

R 191 of 255 = 75%
G 190 of 255 = 75%
B 169 of 255 = 66%

191
190
169

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

Portions of RGB colors in percentages

R + G + B =
191 + 190 + 169 = 550 (100%)
R 191 of 550 ~ 34.73%
G 190 of 550 ~ 34.55%
B 169 of 550 ~ 30.73%

%34.73
%34.55
%30.73

CMYK color model

#BFBEA9 color CMYK value is (0,1,12,25).

  • cyan value is 0.00%
  • magenta value is 0.52%
  • yellow value is 11.52%
  • key color value is 25.10%
CMYK:
(0,1,12,25)
C0M1Y12K25 
(0%,1%,12%,25%)
(0.00/0.01/0.12/0.25)	

CMYK percentages

%0
%0.52
%11.52
%25.1

Codes

Color #BFBEA9 in popluar color models

BFBEA9
RGB191190169
HSL57°14.67%70.59%
HSB/HSV57°11.52%74.90%
CMYK0.00%0.52%11.52%
25.10%

Color #BFBEA9 in popluar number systems.

HEXBFBEA9
Decimal191190169
Binary101111111011111010101001
Octal277276251

Shades and tints

Shades of #BFBEA9

#BFBEA9
(191,190,169)
#AEAD9A
(174,173,154)
#9D9C8B
(157,156,139)
#8C8B7C
(140,139,124)
#7B7A6D
(123,122,109)
#6A695E
(106,105,94)
#59584F
(89,88,79)
#484740
(72,71,64)
#373631
(55,54,49)
#262522
(38,37,34)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #BFBEA9

#BFBEA9
(191,190,169)
#C4C3B0
(196,195,176)
#C9C8B7
(201,200,183)
#CECDBE
(206,205,190)
#D3D2C5
(211,210,197)
#D8D7CC
(216,215,204)
#DDDCD3
(221,220,211)
#E2E1DA
(226,225,218)
#E7E6E1
(231,230,225)
#ECEBE8
(236,235,232)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBEA9 color. Also use rgb(191,190,169) instead hex code.

Text Font Color

.myTextColor { color: #BFBEA9; }

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

This text font color is #BFBEA9.


Background Color

.myBgColor { background-color: #BFBEA9; }

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

This div background color is #BFBEA9.


Border color

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

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

This div border color is #BFBEA9.


Opacity

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

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

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

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

This text has shadow with #BFBEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBEA9 on black background.


Color preview on white background

This text has color #BFBEA9 on white background.



Black color preview on #BFBEA9 background

This text has black color on #BFBEA9 background.


White color preview on #BFBEA9 background

This text has white color on #BFBEA9 background.