COLOR #B2C195

HEX: #B2C195
RGB: (178,193,149)

Color info

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

RGB color model

#B2C195 color RGB value is (178,193,149).

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

RGB channels and saturation

R 178 of 255 = 70%
G 193 of 255 = 76%
B 149 of 255 = 58%

178
193
149

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

Portions of RGB colors in percentages

R + G + B =
178 + 193 + 149 = 520 (100%)
R 178 of 520 ~ 34.23%
G 193 of 520 ~ 37.12%
B 149 of 520 ~ 28.65%

%34.23
%37.12
%28.65

CMYK color model

#B2C195 color CMYK value is (8,0,23,24).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%
CMYK:
(8,0,23,24)
C8M0Y23K24 
(8%,0%,23%,24%)
(0.08/0.00/0.23/0.24)	

CMYK percentages

%7.77
%0
%22.8
%24.31

Codes

Color #B2C195 in popluar color models

B2C195
RGB178193149
HSL80°26.19%67.06%
HSB/HSV80°22.80%75.69%
CMYK7.77%0.00%22.80%
24.31%

Color #B2C195 in popluar number systems.

HEXB2C195
Decimal178193149
Binary101100101100000110010101
Octal262301225

Shades and tints

Shades of #B2C195

#B2C195
(178,193,149)
#A2B088
(162,176,136)
#929F7B
(146,159,123)
#828E6E
(130,142,110)
#727D61
(114,125,97)
#626C54
(98,108,84)
#525B47
(82,91,71)
#424A3A
(66,74,58)
#32392D
(50,57,45)
#222820
(34,40,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2C195

#B2C195
(178,193,149)
#B9C69E
(185,198,158)
#C0CBA7
(192,203,167)
#C7D0B0
(199,208,176)
#CED5B9
(206,213,185)
#D5DAC2
(213,218,194)
#DCDFCB
(220,223,203)
#E3E4D4
(227,228,212)
#EAE9DD
(234,233,221)
#F1EEE6
(241,238,230)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C195 color. Also use rgb(178,193,149) instead hex code.

Text Font Color

.myTextColor { color: #B2C195; }

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

This text font color is #B2C195.


Background Color

.myBgColor { background-color: #B2C195; }

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

This div background color is #B2C195.


Border color

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

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

This div border color is #B2C195.


Opacity

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

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

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

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

This text has shadow with #B2C195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C195 on black background.


Color preview on white background

This text has color #B2C195 on white background.



Black color preview on #B2C195 background

This text has black color on #B2C195 background.


White color preview on #B2C195 background

This text has white color on #B2C195 background.