COLOR #B2CB95

HEX: #B2CB95
RGB: (178,203,149)

Color info

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

RGB color model

#B2CB95 color RGB value is (178,203,149).

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

RGB channels and saturation

R 178 of 255 = 70%
G 203 of 255 = 80%
B 149 of 255 = 58%

178
203
149

R + G + B ~ 69%. #B2CB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 203 + 149 = 530 (100%)
R 178 of 530 ~ 33.58%
G 203 of 530 ~ 38.3%
B 149 of 530 ~ 28.11%

%33.58
%38.3
%28.11

CMYK color model

#B2CB95 color CMYK value is (12,0,27,20).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 26.60%
  • key color value is 20.39%
CMYK:
(12,0,27,20)
C12M0Y27K20 
(12%,0%,27%,20%)
(0.12/0.00/0.27/0.20)	

CMYK percentages

%12.32
%0
%26.6
%20.39

Codes

Color #B2CB95 in popluar color models

B2CB95
RGB178203149
HSL88°34.18%69.02%
HSB/HSV88°26.60%79.61%
CMYK12.32%0.00%26.60%
20.39%

Color #B2CB95 in popluar number systems.

HEXB2CB95
Decimal178203149
Binary101100101100101110010101
Octal262313225

Shades and tints

Shades of #B2CB95

#B2CB95
(178,203,149)
#A2B988
(162,185,136)
#92A77B
(146,167,123)
#82956E
(130,149,110)
#728361
(114,131,97)
#627154
(98,113,84)
#525F47
(82,95,71)
#424D3A
(66,77,58)
#323B2D
(50,59,45)
#222920
(34,41,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2CB95

#B2CB95
(178,203,149)
#B9CF9E
(185,207,158)
#C0D3A7
(192,211,167)
#C7D7B0
(199,215,176)
#CEDBB9
(206,219,185)
#D5DFC2
(213,223,194)
#DCE3CB
(220,227,203)
#E3E7D4
(227,231,212)
#EAEBDD
(234,235,221)
#F1EFE6
(241,239,230)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CB95; }

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

This text font color is #B2CB95.


Background Color

.myBgColor { background-color: #B2CB95; }

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

This div background color is #B2CB95.


Border color

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

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

This div border color is #B2CB95.


Opacity

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

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

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

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

This text has shadow with #B2CB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CB95 on black background.


Color preview on white background

This text has color #B2CB95 on white background.



Black color preview on #B2CB95 background

This text has black color on #B2CB95 background.


White color preview on #B2CB95 background

This text has white color on #B2CB95 background.