COLOR #BCAE99

HEX: #BCAE99
RGB: (188,174,153)

Color info

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

RGB color model

#BCAE99 color RGB value is (188,174,153).

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

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 153 of 255 = 60%

188
174
153

R + G + B ~ 67%. #BCAE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 153 = 515 (100%)
R 188 of 515 ~ 36.5%
G 174 of 515 ~ 33.79%
B 153 of 515 ~ 29.71%

%36.5
%33.79
%29.71

CMYK color model

#BCAE99 color CMYK value is (0,7,19,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(0,7,19,26)
C0M7Y19K26 
(0%,7%,19%,26%)
(0.00/0.07/0.19/0.26)	

CMYK percentages

%0
%7.45
%18.62
%26.27

Codes

Color #BCAE99 in popluar color models

BCAE99
RGB188174153
HSL36°20.71%66.86%
HSB/HSV36°18.62%73.73%
CMYK0.00%7.45%18.62%
26.27%

Color #BCAE99 in popluar number systems.

HEXBCAE99
Decimal188174153
Binary101111001010111010011001
Octal274256231

Shades and tints

Shades of #BCAE99

#BCAE99
(188,174,153)
#AB9F8C
(171,159,140)
#9A907F
(154,144,127)
#898172
(137,129,114)
#787265
(120,114,101)
#676358
(103,99,88)
#56544B
(86,84,75)
#45453E
(69,69,62)
#343631
(52,54,49)
#232724
(35,39,36)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCAE99

#BCAE99
(188,174,153)
#C2B5A2
(194,181,162)
#C8BCAB
(200,188,171)
#CEC3B4
(206,195,180)
#D4CABD
(212,202,189)
#DAD1C6
(218,209,198)
#E0D8CF
(224,216,207)
#E6DFD8
(230,223,216)
#ECE6E1
(236,230,225)
#F2EDEA
(242,237,234)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAE99; }

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

This text font color is #BCAE99.


Background Color

.myBgColor { background-color: #BCAE99; }

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

This div background color is #BCAE99.


Border color

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

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

This div border color is #BCAE99.


Opacity

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

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

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

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

This text has shadow with #BCAE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAE99 on black background.


Color preview on white background

This text has color #BCAE99 on white background.



Black color preview on #BCAE99 background

This text has black color on #BCAE99 background.


White color preview on #BCAE99 background

This text has white color on #BCAE99 background.