COLOR #B4C398

HEX: #B4C398
RGB: (180,195,152)

Color info

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

RGB color model

#B4C398 color RGB value is (180,195,152).

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

RGB channels and saturation

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

180
195
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 195 + 152 = 527 (100%)
R 180 of 527 ~ 34.16%
G 195 of 527 ~ 37%
B 152 of 527 ~ 28.84%

%34.16
%37
%28.84

CMYK color model

#B4C398 color CMYK value is (8,0,22,24).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 23.53%
CMYK:
(8,0,22,24)
C8M0Y22K24 
(8%,0%,22%,24%)
(0.08/0.00/0.22/0.24)	

CMYK percentages

%7.69
%0
%22.05
%23.53

Codes

Color #B4C398 in popluar color models

B4C398
RGB180195152
HSL81°26.38%68.04%
HSB/HSV81°22.05%76.47%
CMYK7.69%0.00%22.05%
23.53%

Color #B4C398 in popluar number systems.

HEXB4C398
Decimal180195152
Binary101101001100001110011000
Octal264303230

Shades and tints

Shades of #B4C398

#B4C398
(180,195,152)
#A4B28B
(164,178,139)
#94A17E
(148,161,126)
#849071
(132,144,113)
#747F64
(116,127,100)
#646E57
(100,110,87)
#545D4A
(84,93,74)
#444C3D
(68,76,61)
#343B30
(52,59,48)
#242A23
(36,42,35)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #B4C398

#B4C398
(180,195,152)
#BAC8A1
(186,200,161)
#C0CDAA
(192,205,170)
#C6D2B3
(198,210,179)
#CCD7BC
(204,215,188)
#D2DCC5
(210,220,197)
#D8E1CE
(216,225,206)
#DEE6D7
(222,230,215)
#E4EBE0
(228,235,224)
#EAF0E9
(234,240,233)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C398; }

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

This text font color is #B4C398.


Background Color

.myBgColor { background-color: #B4C398; }

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

This div background color is #B4C398.


Border color

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

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

This div border color is #B4C398.


Opacity

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

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

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

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

This text has shadow with #B4C398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C398 on black background.


Color preview on white background

This text has color #B4C398 on white background.



Black color preview on #B4C398 background

This text has black color on #B4C398 background.


White color preview on #B4C398 background

This text has white color on #B4C398 background.