COLOR #BCAD98

HEX: #BCAD98
RGB: (188,173,152)

Color info

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

RGB color model

#BCAD98 color RGB value is (188,173,152).

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

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 152 of 255 = 60%

188
173
152

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

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 152 = 513 (100%)
R 188 of 513 ~ 36.65%
G 173 of 513 ~ 33.72%
B 152 of 513 ~ 29.63%

%36.65
%33.72
%29.63

CMYK color model

#BCAD98 color CMYK value is (0,8,19,26).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 19.15%
  • key color value is 26.27%
CMYK:
(0,8,19,26)
C0M8Y19K26 
(0%,8%,19%,26%)
(0.00/0.08/0.19/0.26)	

CMYK percentages

%0
%7.98
%19.15
%26.27

Codes

Color #BCAD98 in popluar color models

BCAD98
RGB188173152
HSL35°21.18%66.67%
HSB/HSV35°19.15%73.73%
CMYK0.00%7.98%19.15%
26.27%

Color #BCAD98 in popluar number systems.

HEXBCAD98
Decimal188173152
Binary101111001010110110011000
Octal274255230

Shades and tints

Shades of #BCAD98

#BCAD98
(188,173,152)
#AB9E8B
(171,158,139)
#9A8F7E
(154,143,126)
#898071
(137,128,113)
#787164
(120,113,100)
#676257
(103,98,87)
#56534A
(86,83,74)
#45443D
(69,68,61)
#343530
(52,53,48)
#232623
(35,38,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #BCAD98

#BCAD98
(188,173,152)
#C2B4A1
(194,180,161)
#C8BBAA
(200,187,170)
#CEC2B3
(206,194,179)
#D4C9BC
(212,201,188)
#DAD0C5
(218,208,197)
#E0D7CE
(224,215,206)
#E6DED7
(230,222,215)
#ECE5E0
(236,229,224)
#F2ECE9
(242,236,233)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAD98 color. Also use rgb(188,173,152) instead hex code.

Text Font Color

.myTextColor { color: #BCAD98; }

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

This text font color is #BCAD98.


Background Color

.myBgColor { background-color: #BCAD98; }

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

This div background color is #BCAD98.


Border color

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

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

This div border color is #BCAD98.


Opacity

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

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

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

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

This text has shadow with #BCAD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAD98 on black background.


Color preview on white background

This text has color #BCAD98 on white background.



Black color preview on #BCAD98 background

This text has black color on #BCAD98 background.


White color preview on #BCAD98 background

This text has white color on #BCAD98 background.