COLOR #BFAEAA

HEX: #BFAEAA
RGB: (191,174,170)

Color info

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

RGB color model

#BFAEAA color RGB value is (191,174,170).

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

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 170 of 255 = 67%

191
174
170

R + G + B ~ 70%. #BFAEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 170 = 535 (100%)
R 191 of 535 ~ 35.7%
G 174 of 535 ~ 32.52%
B 170 of 535 ~ 31.78%

%35.7
%32.52
%31.78

CMYK color model

#BFAEAA color CMYK value is (0,9,11,25).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 10.99%
  • key color value is 25.10%
CMYK:
(0,9,11,25)
C0M9Y11K25 
(0%,9%,11%,25%)
(0.00/0.09/0.11/0.25)	

CMYK percentages

%0
%8.9
%10.99
%25.1

Codes

Color #BFAEAA in popluar color models

BFAEAA
RGB191174170
HSL11°14.09%70.78%
HSB/HSV11°10.99%74.90%
CMYK0.00%8.90%10.99%
25.10%

Color #BFAEAA in popluar number systems.

HEXBFAEAA
Decimal191174170
Binary101111111010111010101010
Octal277256252

Shades and tints

Shades of #BFAEAA

#BFAEAA
(191,174,170)
#AE9F9B
(174,159,155)
#9D908C
(157,144,140)
#8C817D
(140,129,125)
#7B726E
(123,114,110)
#6A635F
(106,99,95)
#595450
(89,84,80)
#484541
(72,69,65)
#373632
(55,54,50)
#262723
(38,39,35)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #BFAEAA

#BFAEAA
(191,174,170)
#C4B5B1
(196,181,177)
#C9BCB8
(201,188,184)
#CEC3BF
(206,195,191)
#D3CAC6
(211,202,198)
#D8D1CD
(216,209,205)
#DDD8D4
(221,216,212)
#E2DFDB
(226,223,219)
#E7E6E2
(231,230,226)
#ECEDE9
(236,237,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAEAA; }

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

This text font color is #BFAEAA.


Background Color

.myBgColor { background-color: #BFAEAA; }

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

This div background color is #BFAEAA.


Border color

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

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

This div border color is #BFAEAA.


Opacity

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

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

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

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

This text has shadow with #BFAEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAEAA on black background.


Color preview on white background

This text has color #BFAEAA on white background.



Black color preview on #BFAEAA background

This text has black color on #BFAEAA background.


White color preview on #BFAEAA background

This text has white color on #BFAEAA background.