COLOR #BCAE9D

HEX: #BCAE9D
RGB: (188,174,157)

Color info

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

RGB color model

#BCAE9D color RGB value is (188,174,157).

  • red value is 188;
  • green value is 174;
  • blue value is 157.
RGB:
(188,174,157)
(74%,68%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 157 of 255 = 62%

188
174
157

R + G + B ~ 68%. #BCAE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 157 = 519 (100%)
R 188 of 519 ~ 36.22%
G 174 of 519 ~ 33.53%
B 157 of 519 ~ 30.25%

%36.22
%33.53
%30.25

CMYK color model

#BCAE9D color CMYK value is (0,7,16,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 16.49%
  • key color value is 26.27%
CMYK:
(0,7,16,26)
C0M7Y16K26 
(0%,7%,16%,26%)
(0.00/0.07/0.16/0.26)	

CMYK percentages

%0
%7.45
%16.49
%26.27

Codes

Color #BCAE9D in popluar color models

BCAE9D
RGB188174157
HSL33°18.79%67.65%
HSB/HSV33°16.49%73.73%
CMYK0.00%7.45%16.49%
26.27%

Color #BCAE9D in popluar number systems.

HEXBCAE9D
Decimal188174157
Binary101111001010111010011101
Octal274256235

Shades and tints

Shades of #BCAE9D

#BCAE9D
(188,174,157)
#AB9F8F
(171,159,143)
#9A9081
(154,144,129)
#898173
(137,129,115)
#787265
(120,114,101)
#676357
(103,99,87)
#565449
(86,84,73)
#45453B
(69,69,59)
#34362D
(52,54,45)
#23271F
(35,39,31)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #BCAE9D

#BCAE9D
(188,174,157)
#C2B5A5
(194,181,165)
#C8BCAD
(200,188,173)
#CEC3B5
(206,195,181)
#D4CABD
(212,202,189)
#DAD1C5
(218,209,197)
#E0D8CD
(224,216,205)
#E6DFD5
(230,223,213)
#ECE6DD
(236,230,221)
#F2EDE5
(242,237,229)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAE9D color. Also use rgb(188,174,157) instead hex code.

Text Font Color

.myTextColor { color: #BCAE9D; }

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

This text font color is #BCAE9D.


Background Color

.myBgColor { background-color: #BCAE9D; }

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

This div background color is #BCAE9D.


Border color

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

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

This div border color is #BCAE9D.


Opacity

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

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

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

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

This text has shadow with #BCAE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAE9D on black background.


Color preview on white background

This text has color #BCAE9D on white background.



Black color preview on #BCAE9D background

This text has black color on #BCAE9D background.


White color preview on #BCAE9D background

This text has white color on #BCAE9D background.