COLOR #BCAA98

HEX: #BCAA98
RGB: (188,170,152)

Color info

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

RGB color model

#BCAA98 color RGB value is (188,170,152).

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

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 152 of 255 = 60%

188
170
152

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

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 152 = 510 (100%)
R 188 of 510 ~ 36.86%
G 170 of 510 ~ 33.33%
B 152 of 510 ~ 29.8%

%36.86
%33.33
%29.8

CMYK color model

#BCAA98 color CMYK value is (0,10,19,26).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 19.15%
  • key color value is 26.27%
CMYK:
(0,10,19,26)
C0M10Y19K26 
(0%,10%,19%,26%)
(0.00/0.10/0.19/0.26)	

CMYK percentages

%0
%9.57
%19.15
%26.27

Codes

Color #BCAA98 in popluar color models

BCAA98
RGB188170152
HSL30°21.18%66.67%
HSB/HSV30°19.15%73.73%
CMYK0.00%9.57%19.15%
26.27%

Color #BCAA98 in popluar number systems.

HEXBCAA98
Decimal188170152
Binary101111001010101010011000
Octal274252230

Shades and tints

Shades of #BCAA98

#BCAA98
(188,170,152)
#AB9B8B
(171,155,139)
#9A8C7E
(154,140,126)
#897D71
(137,125,113)
#786E64
(120,110,100)
#675F57
(103,95,87)
#56504A
(86,80,74)
#45413D
(69,65,61)
#343230
(52,50,48)
#232323
(35,35,35)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCAA98

#BCAA98
(188,170,152)
#C2B1A1
(194,177,161)
#C8B8AA
(200,184,170)
#CEBFB3
(206,191,179)
#D4C6BC
(212,198,188)
#DACDC5
(218,205,197)
#E0D4CE
(224,212,206)
#E6DBD7
(230,219,215)
#ECE2E0
(236,226,224)
#F2E9E9
(242,233,233)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAA98; }

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

This text font color is #BCAA98.


Background Color

.myBgColor { background-color: #BCAA98; }

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

This div background color is #BCAA98.


Border color

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

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

This div border color is #BCAA98.


Opacity

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

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

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

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

This text has shadow with #BCAA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAA98 on black background.


Color preview on white background

This text has color #BCAA98 on white background.



Black color preview on #BCAA98 background

This text has black color on #BCAA98 background.


White color preview on #BCAA98 background

This text has white color on #BCAA98 background.