COLOR #B8C49D

HEX: #B8C49D
RGB: (184,196,157)

Color info

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

RGB color model

#B8C49D color RGB value is (184,196,157).

  • red value is 184;
  • green value is 196;
  • blue value is 157.
RGB:
(184,196,157)
(72%,77%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 196 of 255 = 77%
B 157 of 255 = 62%

184
196
157

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

Portions of RGB colors in percentages

R + G + B =
184 + 196 + 157 = 537 (100%)
R 184 of 537 ~ 34.26%
G 196 of 537 ~ 36.5%
B 157 of 537 ~ 29.24%

%34.26
%36.5
%29.24

CMYK color model

#B8C49D color CMYK value is (6,0,20,23).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 23.14%
CMYK:
(6,0,20,23)
C6M0Y20K23 
(6%,0%,20%,23%)
(0.06/0.00/0.20/0.23)	

CMYK percentages

%6.12
%0
%19.9
%23.14

Codes

Color #B8C49D in popluar color models

B8C49D
RGB184196157
HSL78°24.84%69.22%
HSB/HSV78°19.90%76.86%
CMYK6.12%0.00%19.90%
23.14%

Color #B8C49D in popluar number systems.

HEXB8C49D
Decimal184196157
Binary101110001100010010011101
Octal270304235

Shades and tints

Shades of #B8C49D

#B8C49D
(184,196,157)
#A8B38F
(168,179,143)
#98A281
(152,162,129)
#889173
(136,145,115)
#788065
(120,128,101)
#686F57
(104,111,87)
#585E49
(88,94,73)
#484D3B
(72,77,59)
#383C2D
(56,60,45)
#282B1F
(40,43,31)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #B8C49D

#B8C49D
(184,196,157)
#BEC9A5
(190,201,165)
#C4CEAD
(196,206,173)
#CAD3B5
(202,211,181)
#D0D8BD
(208,216,189)
#D6DDC5
(214,221,197)
#DCE2CD
(220,226,205)
#E2E7D5
(226,231,213)
#E8ECDD
(232,236,221)
#EEF1E5
(238,241,229)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C49D color. Also use rgb(184,196,157) instead hex code.

Text Font Color

.myTextColor { color: #B8C49D; }

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

This text font color is #B8C49D.


Background Color

.myBgColor { background-color: #B8C49D; }

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

This div background color is #B8C49D.


Border color

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

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

This div border color is #B8C49D.


Opacity

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

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

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

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

This text has shadow with #B8C49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C49D on black background.


Color preview on white background

This text has color #B8C49D on white background.



Black color preview on #B8C49D background

This text has black color on #B8C49D background.


White color preview on #B8C49D background

This text has white color on #B8C49D background.