COLOR #B2C393

HEX: #B2C393
RGB: (178,195,147)

Color info

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

RGB color model

#B2C393 color RGB value is (178,195,147).

  • red value is 178;
  • green value is 195;
  • blue value is 147.
RGB:
(178,195,147)
(70%,76%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 147 of 255 = 58%

178
195
147

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

Portions of RGB colors in percentages

R + G + B =
178 + 195 + 147 = 520 (100%)
R 178 of 520 ~ 34.23%
G 195 of 520 ~ 37.5%
B 147 of 520 ~ 28.27%

%34.23
%37.5
%28.27

CMYK color model

#B2C393 color CMYK value is (9,0,25,24).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK:
(9,0,25,24)
C9M0Y25K24 
(9%,0%,25%,24%)
(0.09/0.00/0.25/0.24)	

CMYK percentages

%8.72
%0
%24.62
%23.53

Codes

Color #B2C393 in popluar color models

B2C393
RGB178195147
HSL81°28.57%67.06%
HSB/HSV81°24.62%76.47%
CMYK8.72%0.00%24.62%
23.53%

Color #B2C393 in popluar number systems.

HEXB2C393
Decimal178195147
Binary101100101100001110010011
Octal262303223

Shades and tints

Shades of #B2C393

#B2C393
(178,195,147)
#A2B286
(162,178,134)
#92A179
(146,161,121)
#82906C
(130,144,108)
#727F5F
(114,127,95)
#626E52
(98,110,82)
#525D45
(82,93,69)
#424C38
(66,76,56)
#323B2B
(50,59,43)
#222A1E
(34,42,30)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #B2C393

#B2C393
(178,195,147)
#B9C89C
(185,200,156)
#C0CDA5
(192,205,165)
#C7D2AE
(199,210,174)
#CED7B7
(206,215,183)
#D5DCC0
(213,220,192)
#DCE1C9
(220,225,201)
#E3E6D2
(227,230,210)
#EAEBDB
(234,235,219)
#F1F0E4
(241,240,228)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C393 color. Also use rgb(178,195,147) instead hex code.

Text Font Color

.myTextColor { color: #B2C393; }

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

This text font color is #B2C393.


Background Color

.myBgColor { background-color: #B2C393; }

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

This div background color is #B2C393.


Border color

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

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

This div border color is #B2C393.


Opacity

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

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

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

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

This text has shadow with #B2C393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C393 on black background.


Color preview on white background

This text has color #B2C393 on white background.



Black color preview on #B2C393 background

This text has black color on #B2C393 background.


White color preview on #B2C393 background

This text has white color on #B2C393 background.