COLOR #B2C79F

HEX: #B2C79F
RGB: (178,199,159)

Color info

#B2C79F contains red, green and blue colors in about the same proportion. Web safe color of #B2C79F is #99CC99 (or #9C9).

RGB color model

#B2C79F color RGB value is (178,199,159).

  • red value is 178;
  • green value is 199;
  • blue value is 159.
RGB:
(178,199,159)
(70%,78%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 199 of 255 = 78%
B 159 of 255 = 62%

178
199
159

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

Portions of RGB colors in percentages

R + G + B =
178 + 199 + 159 = 536 (100%)
R 178 of 536 ~ 33.21%
G 199 of 536 ~ 37.13%
B 159 of 536 ~ 29.66%

%33.21
%37.13
%29.66

CMYK color model

#B2C79F color CMYK value is (11,0,20,22).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 21.96%
CMYK:
(11,0,20,22)
C11M0Y20K22 
(11%,0%,20%,22%)
(0.11/0.00/0.20/0.22)	

CMYK percentages

%10.55
%0
%20.1
%21.96

Codes

Color #B2C79F in popluar color models

B2C79F
RGB178199159
HSL92°26.32%70.20%
HSB/HSV92°20.10%78.04%
CMYK10.55%0.00%20.10%
21.96%

Color #B2C79F in popluar number systems.

HEXB2C79F
Decimal178199159
Binary101100101100011110011111
Octal262307237

Shades and tints

Shades of #B2C79F

#B2C79F
(178,199,159)
#A2B591
(162,181,145)
#92A383
(146,163,131)
#829175
(130,145,117)
#727F67
(114,127,103)
#626D59
(98,109,89)
#525B4B
(82,91,75)
#42493D
(66,73,61)
#32372F
(50,55,47)
#222521
(34,37,33)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #B2C79F

#B2C79F
(178,199,159)
#B9CCA7
(185,204,167)
#C0D1AF
(192,209,175)
#C7D6B7
(199,214,183)
#CEDBBF
(206,219,191)
#D5E0C7
(213,224,199)
#DCE5CF
(220,229,207)
#E3EAD7
(227,234,215)
#EAEFDF
(234,239,223)
#F1F4E7
(241,244,231)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C79F color. Also use rgb(178,199,159) instead hex code.

Text Font Color

.myTextColor { color: #B2C79F; }

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

This text font color is #B2C79F.


Background Color

.myBgColor { background-color: #B2C79F; }

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

This div background color is #B2C79F.


Border color

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

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

This div border color is #B2C79F.


Opacity

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

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

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

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

This text has shadow with #B2C79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C79F on black background.


Color preview on white background

This text has color #B2C79F on white background.



Black color preview on #B2C79F background

This text has black color on #B2C79F background.


White color preview on #B2C79F background

This text has white color on #B2C79F background.