COLOR #B5C49C

HEX: #B5C49C
RGB: (181,196,156)

Color info

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

RGB color model

#B5C49C color RGB value is (181,196,156).

  • red value is 181;
  • green value is 196;
  • blue value is 156.
RGB:
(181,196,156)
(71%,77%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 196 of 255 = 77%
B 156 of 255 = 61%

181
196
156

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

Portions of RGB colors in percentages

R + G + B =
181 + 196 + 156 = 533 (100%)
R 181 of 533 ~ 33.96%
G 196 of 533 ~ 36.77%
B 156 of 533 ~ 29.27%

%33.96
%36.77
%29.27

CMYK color model

#B5C49C color CMYK value is (8,0,20,23).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 23.14%
CMYK:
(8,0,20,23)
C8M0Y20K23 
(8%,0%,20%,23%)
(0.08/0.00/0.20/0.23)	

CMYK percentages

%7.65
%0
%20.41
%23.14

Codes

Color #B5C49C in popluar color models

B5C49C
RGB181196156
HSL83°25.32%69.02%
HSB/HSV83°20.41%76.86%
CMYK7.65%0.00%20.41%
23.14%

Color #B5C49C in popluar number systems.

HEXB5C49C
Decimal181196156
Binary101101011100010010011100
Octal265304234

Shades and tints

Shades of #B5C49C

#B5C49C
(181,196,156)
#A5B38E
(165,179,142)
#95A280
(149,162,128)
#859172
(133,145,114)
#758064
(117,128,100)
#656F56
(101,111,86)
#555E48
(85,94,72)
#454D3A
(69,77,58)
#353C2C
(53,60,44)
#252B1E
(37,43,30)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #B5C49C

#B5C49C
(181,196,156)
#BBC9A5
(187,201,165)
#C1CEAE
(193,206,174)
#C7D3B7
(199,211,183)
#CDD8C0
(205,216,192)
#D3DDC9
(211,221,201)
#D9E2D2
(217,226,210)
#DFE7DB
(223,231,219)
#E5ECE4
(229,236,228)
#EBF1ED
(235,241,237)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C49C color. Also use rgb(181,196,156) instead hex code.

Text Font Color

.myTextColor { color: #B5C49C; }

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

This text font color is #B5C49C.


Background Color

.myBgColor { background-color: #B5C49C; }

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

This div background color is #B5C49C.


Border color

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

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

This div border color is #B5C49C.


Opacity

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

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

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

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

This text has shadow with #B5C49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C49C on black background.


Color preview on white background

This text has color #B5C49C on white background.



Black color preview on #B5C49C background

This text has black color on #B5C49C background.


White color preview on #B5C49C background

This text has white color on #B5C49C background.