COLOR #B2C093

HEX: #B2C093
RGB: (178,192,147)

Color info

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

RGB color model

#B2C093 color RGB value is (178,192,147).

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

RGB channels and saturation

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

178
192
147

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

Portions of RGB colors in percentages

R + G + B =
178 + 192 + 147 = 517 (100%)
R 178 of 517 ~ 34.43%
G 192 of 517 ~ 37.14%
B 147 of 517 ~ 28.43%

%34.43
%37.14
%28.43

CMYK color model

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

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • 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
%23.44
%24.71

Codes

Color #B2C093 in popluar color models

B2C093
RGB178192147
HSL79°26.32%66.47%
HSB/HSV79°23.44%75.29%
CMYK7.29%0.00%23.44%
24.71%

Color #B2C093 in popluar number systems.

HEXB2C093
Decimal178192147
Binary101100101100000010010011
Octal262300223

Shades and tints

Shades of #B2C093

#B2C093
(178,192,147)
#A2AF86
(162,175,134)
#929E79
(146,158,121)
#828D6C
(130,141,108)
#727C5F
(114,124,95)
#626B52
(98,107,82)
#525A45
(82,90,69)
#424938
(66,73,56)
#32382B
(50,56,43)
#22271E
(34,39,30)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #B2C093

#B2C093
(178,192,147)
#B9C59C
(185,197,156)
#C0CAA5
(192,202,165)
#C7CFAE
(199,207,174)
#CED4B7
(206,212,183)
#D5D9C0
(213,217,192)
#DCDEC9
(220,222,201)
#E3E3D2
(227,227,210)
#EAE8DB
(234,232,219)
#F1EDE4
(241,237,228)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C093; }

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

This text font color is #B2C093.


Background Color

.myBgColor { background-color: #B2C093; }

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

This div background color is #B2C093.


Border color

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

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

This div border color is #B2C093.


Opacity

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

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

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

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

This text has shadow with #B2C093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C093 on black background.


Color preview on white background

This text has color #B2C093 on white background.



Black color preview on #B2C093 background

This text has black color on #B2C093 background.


White color preview on #B2C093 background

This text has white color on #B2C093 background.