COLOR #B4CA93

HEX: #B4CA93
RGB: (180,202,147)

Color info

#B4CA93 contains red, green and blue colors in about the same proportion. Web safe color of #B4CA93 is #CCCC99 (or #CC9).

RGB color model

#B4CA93 color RGB value is (180,202,147).

  • red value is 180;
  • green value is 202;
  • blue value is 147.
RGB:
(180,202,147)
(71%,79%,58%)

RGB channels and saturation

R 180 of 255 = 71%
G 202 of 255 = 79%
B 147 of 255 = 58%

180
202
147

R + G + B ~ 69%. #B4CA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 202 + 147 = 529 (100%)
R 180 of 529 ~ 34.03%
G 202 of 529 ~ 38.19%
B 147 of 529 ~ 27.79%

%34.03
%38.19
%27.79

CMYK color model

#B4CA93 color CMYK value is (11,0,27,21).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK:
(11,0,27,21)
C11M0Y27K21 
(11%,0%,27%,21%)
(0.11/0.00/0.27/0.21)	

CMYK percentages

%10.89
%0
%27.23
%20.78

Codes

Color #B4CA93 in popluar color models

B4CA93
RGB180202147
HSL84°34.16%68.43%
HSB/HSV84°27.23%79.22%
CMYK10.89%0.00%27.23%
20.78%

Color #B4CA93 in popluar number systems.

HEXB4CA93
Decimal180202147
Binary101101001100101010010011
Octal264312223

Shades and tints

Shades of #B4CA93

#B4CA93
(180,202,147)
#A4B886
(164,184,134)
#94A679
(148,166,121)
#84946C
(132,148,108)
#74825F
(116,130,95)
#647052
(100,112,82)
#545E45
(84,94,69)
#444C38
(68,76,56)
#343A2B
(52,58,43)
#24281E
(36,40,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #B4CA93

#B4CA93
(180,202,147)
#BACE9C
(186,206,156)
#C0D2A5
(192,210,165)
#C6D6AE
(198,214,174)
#CCDAB7
(204,218,183)
#D2DEC0
(210,222,192)
#D8E2C9
(216,226,201)
#DEE6D2
(222,230,210)
#E4EADB
(228,234,219)
#EAEEE4
(234,238,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CA93 color. Also use rgb(180,202,147) instead hex code.

Text Font Color

.myTextColor { color: #B4CA93; }

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

This text font color is #B4CA93.


Background Color

.myBgColor { background-color: #B4CA93; }

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

This div background color is #B4CA93.


Border color

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

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

This div border color is #B4CA93.


Opacity

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

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

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

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

This text has shadow with #B4CA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CA93 on black background.


Color preview on white background

This text has color #B4CA93 on white background.



Black color preview on #B4CA93 background

This text has black color on #B4CA93 background.


White color preview on #B4CA93 background

This text has white color on #B4CA93 background.