COLOR #B2C094

HEX: #B2C094
RGB: (178,192,148)

Color info

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

RGB color model

#B2C094 color RGB value is (178,192,148).

  • red value is 178;
  • green value is 192;
  • blue value is 148.
RGB:
(178,192,148)
(70%,75%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 192 of 255 = 75%
B 148 of 255 = 58%

178
192
148

R + G + B ~ 68%. #B2C094 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 192 + 148 = 518 (100%)
R 178 of 518 ~ 34.36%
G 192 of 518 ~ 37.07%
B 148 of 518 ~ 28.57%

%34.36
%37.07
%28.57

CMYK color model

#B2C094 color CMYK value is (7,0,23,25).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 24.71%
CMYK:
(7,0,23,25)
C7M0Y23K25 
(7%,0%,23%,25%)
(0.07/0.00/0.23/0.25)	

CMYK percentages

%7.29
%0
%22.92
%24.71

Codes

Color #B2C094 in popluar color models

B2C094
RGB178192148
HSL79°25.88%66.67%
HSB/HSV79°22.92%75.29%
CMYK7.29%0.00%22.92%
24.71%

Color #B2C094 in popluar number systems.

HEXB2C094
Decimal178192148
Binary101100101100000010010100
Octal262300224

Shades and tints

Shades of #B2C094

#B2C094
(178,192,148)
#A2AF87
(162,175,135)
#929E7A
(146,158,122)
#828D6D
(130,141,109)
#727C60
(114,124,96)
#626B53
(98,107,83)
#525A46
(82,90,70)
#424939
(66,73,57)
#32382C
(50,56,44)
#22271F
(34,39,31)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #B2C094

#B2C094
(178,192,148)
#B9C59D
(185,197,157)
#C0CAA6
(192,202,166)
#C7CFAF
(199,207,175)
#CED4B8
(206,212,184)
#D5D9C1
(213,217,193)
#DCDECA
(220,222,202)
#E3E3D3
(227,227,211)
#EAE8DC
(234,232,220)
#F1EDE5
(241,237,229)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C094 color. Also use rgb(178,192,148) instead hex code.

Text Font Color

.myTextColor { color: #B2C094; }

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

This text font color is #B2C094.


Background Color

.myBgColor { background-color: #B2C094; }

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

This div background color is #B2C094.


Border color

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

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

This div border color is #B2C094.


Opacity

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

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

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

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

This text has shadow with #B2C094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C094 on black background.


Color preview on white background

This text has color #B2C094 on white background.



Black color preview on #B2C094 background

This text has black color on #B2C094 background.


White color preview on #B2C094 background

This text has white color on #B2C094 background.