COLOR #B5C79B

HEX: #B5C79B
RGB: (181,199,155)

Color info

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

RGB color model

#B5C79B color RGB value is (181,199,155).

  • red value is 181;
  • green value is 199;
  • blue value is 155.
RGB:
(181,199,155)
(71%,78%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 199 of 255 = 78%
B 155 of 255 = 61%

181
199
155

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

Portions of RGB colors in percentages

R + G + B =
181 + 199 + 155 = 535 (100%)
R 181 of 535 ~ 33.83%
G 199 of 535 ~ 37.2%
B 155 of 535 ~ 28.97%

%33.83
%37.2
%28.97

CMYK color model

#B5C79B color CMYK value is (9,0,22,22).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(9,0,22,22)
C9M0Y22K22 
(9%,0%,22%,22%)
(0.09/0.00/0.22/0.22)	

CMYK percentages

%9.05
%0
%22.11
%21.96

Codes

Color #B5C79B in popluar color models

B5C79B
RGB181199155
HSL85°28.21%69.41%
HSB/HSV85°22.11%78.04%
CMYK9.05%0.00%22.11%
21.96%

Color #B5C79B in popluar number systems.

HEXB5C79B
Decimal181199155
Binary101101011100011110011011
Octal265307233

Shades and tints

Shades of #B5C79B

#B5C79B
(181,199,155)
#A5B58D
(165,181,141)
#95A37F
(149,163,127)
#859171
(133,145,113)
#757F63
(117,127,99)
#656D55
(101,109,85)
#555B47
(85,91,71)
#454939
(69,73,57)
#35372B
(53,55,43)
#25251D
(37,37,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #B5C79B

#B5C79B
(181,199,155)
#BBCCA4
(187,204,164)
#C1D1AD
(193,209,173)
#C7D6B6
(199,214,182)
#CDDBBF
(205,219,191)
#D3E0C8
(211,224,200)
#D9E5D1
(217,229,209)
#DFEADA
(223,234,218)
#E5EFE3
(229,239,227)
#EBF4EC
(235,244,236)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C79B color. Also use rgb(181,199,155) instead hex code.

Text Font Color

.myTextColor { color: #B5C79B; }

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

This text font color is #B5C79B.


Background Color

.myBgColor { background-color: #B5C79B; }

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

This div background color is #B5C79B.


Border color

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

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

This div border color is #B5C79B.


Opacity

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

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

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

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

This text has shadow with #B5C79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C79B on black background.


Color preview on white background

This text has color #B5C79B on white background.



Black color preview on #B5C79B background

This text has black color on #B5C79B background.


White color preview on #B5C79B background

This text has white color on #B5C79B background.