COLOR #B4C198

HEX: #B4C198
RGB: (180,193,152)

Color info

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

RGB color model

#B4C198 color RGB value is (180,193,152).

  • red value is 180;
  • green value is 193;
  • blue value is 152.
RGB:
(180,193,152)
(71%,76%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 152 of 255 = 60%

180
193
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 193 + 152 = 525 (100%)
R 180 of 525 ~ 34.29%
G 193 of 525 ~ 36.76%
B 152 of 525 ~ 28.95%

%34.29
%36.76
%28.95

CMYK color model

#B4C198 color CMYK value is (7,0,21,24).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 24.31%
CMYK:
(7,0,21,24)
C7M0Y21K24 
(7%,0%,21%,24%)
(0.07/0.00/0.21/0.24)	

CMYK percentages

%6.74
%0
%21.24
%24.31

Codes

Color #B4C198 in popluar color models

B4C198
RGB180193152
HSL79°24.85%67.65%
HSB/HSV79°21.24%75.69%
CMYK6.74%0.00%21.24%
24.31%

Color #B4C198 in popluar number systems.

HEXB4C198
Decimal180193152
Binary101101001100000110011000
Octal264301230

Shades and tints

Shades of #B4C198

#B4C198
(180,193,152)
#A4B08B
(164,176,139)
#949F7E
(148,159,126)
#848E71
(132,142,113)
#747D64
(116,125,100)
#646C57
(100,108,87)
#545B4A
(84,91,74)
#444A3D
(68,74,61)
#343930
(52,57,48)
#242823
(36,40,35)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4C198

#B4C198
(180,193,152)
#BAC6A1
(186,198,161)
#C0CBAA
(192,203,170)
#C6D0B3
(198,208,179)
#CCD5BC
(204,213,188)
#D2DAC5
(210,218,197)
#D8DFCE
(216,223,206)
#DEE4D7
(222,228,215)
#E4E9E0
(228,233,224)
#EAEEE9
(234,238,233)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C198 color. Also use rgb(180,193,152) instead hex code.

Text Font Color

.myTextColor { color: #B4C198; }

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

This text font color is #B4C198.


Background Color

.myBgColor { background-color: #B4C198; }

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

This div background color is #B4C198.


Border color

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

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

This div border color is #B4C198.


Opacity

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

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

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

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

This text has shadow with #B4C198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C198 on black background.


Color preview on white background

This text has color #B4C198 on white background.



Black color preview on #B4C198 background

This text has black color on #B4C198 background.


White color preview on #B4C198 background

This text has white color on #B4C198 background.