COLOR #B8C39C

HEX: #B8C39C
RGB: (184,195,156)

Color info

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

RGB color model

#B8C39C color RGB value is (184,195,156).

  • red value is 184;
  • green value is 195;
  • blue value is 156.
RGB:
(184,195,156)
(72%,76%,61%)

RGB channels and saturation

R 184 of 255 = 72%
G 195 of 255 = 76%
B 156 of 255 = 61%

184
195
156

R + G + B ~ 70%. #B8C39C is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 195 + 156 = 535 (100%)
R 184 of 535 ~ 34.39%
G 195 of 535 ~ 36.45%
B 156 of 535 ~ 29.16%

%34.39
%36.45
%29.16

CMYK color model

#B8C39C color CMYK value is (6,0,20,24).

  • cyan value is 5.64%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 23.53%
CMYK:
(6,0,20,24)
C6M0Y20K24 
(6%,0%,20%,24%)
(0.06/0.00/0.20/0.24)	

CMYK percentages

%5.64
%0
%20
%23.53

Codes

Color #B8C39C in popluar color models

B8C39C
RGB184195156
HSL77°24.53%68.82%
HSB/HSV77°20.00%76.47%
CMYK5.64%0.00%20.00%
23.53%

Color #B8C39C in popluar number systems.

HEXB8C39C
Decimal184195156
Binary101110001100001110011100
Octal270303234

Shades and tints

Shades of #B8C39C

#B8C39C
(184,195,156)
#A8B28E
(168,178,142)
#98A180
(152,161,128)
#889072
(136,144,114)
#787F64
(120,127,100)
#686E56
(104,110,86)
#585D48
(88,93,72)
#484C3A
(72,76,58)
#383B2C
(56,59,44)
#282A1E
(40,42,30)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #B8C39C

#B8C39C
(184,195,156)
#BEC8A5
(190,200,165)
#C4CDAE
(196,205,174)
#CAD2B7
(202,210,183)
#D0D7C0
(208,215,192)
#D6DCC9
(214,220,201)
#DCE1D2
(220,225,210)
#E2E6DB
(226,230,219)
#E8EBE4
(232,235,228)
#EEF0ED
(238,240,237)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C39C color. Also use rgb(184,195,156) instead hex code.

Text Font Color

.myTextColor { color: #B8C39C; }

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

This text font color is #B8C39C.


Background Color

.myBgColor { background-color: #B8C39C; }

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

This div background color is #B8C39C.


Border color

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

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

This div border color is #B8C39C.


Opacity

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

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

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

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

This text has shadow with #B8C39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C39C on black background.


Color preview on white background

This text has color #B8C39C on white background.



Black color preview on #B8C39C background

This text has black color on #B8C39C background.


White color preview on #B8C39C background

This text has white color on #B8C39C background.