COLOR #B2CB9E

HEX: #B2CB9E
RGB: (178,203,158)

Color info

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

RGB color model

#B2CB9E color RGB value is (178,203,158).

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

RGB channels and saturation

R 178 of 255 = 70%
G 203 of 255 = 80%
B 158 of 255 = 62%

178
203
158

R + G + B ~ 71%. #B2CB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 203 + 158 = 539 (100%)
R 178 of 539 ~ 33.02%
G 203 of 539 ~ 37.66%
B 158 of 539 ~ 29.31%

%33.02
%37.66
%29.31

CMYK color model

#B2CB9E color CMYK value is (12,0,22,20).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 20.39%
CMYK:
(12,0,22,20)
C12M0Y22K20 
(12%,0%,22%,20%)
(0.12/0.00/0.22/0.20)	

CMYK percentages

%12.32
%0
%22.17
%20.39

Codes

Color #B2CB9E in popluar color models

B2CB9E
RGB178203158
HSL93°30.20%70.78%
HSB/HSV93°22.17%79.61%
CMYK12.32%0.00%22.17%
20.39%

Color #B2CB9E in popluar number systems.

HEXB2CB9E
Decimal178203158
Binary101100101100101110011110
Octal262313236

Shades and tints

Shades of #B2CB9E

#B2CB9E
(178,203,158)
#A2B990
(162,185,144)
#92A782
(146,167,130)
#829574
(130,149,116)
#728366
(114,131,102)
#627158
(98,113,88)
#525F4A
(82,95,74)
#424D3C
(66,77,60)
#323B2E
(50,59,46)
#222920
(34,41,32)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #B2CB9E

#B2CB9E
(178,203,158)
#B9CFA6
(185,207,166)
#C0D3AE
(192,211,174)
#C7D7B6
(199,215,182)
#CEDBBE
(206,219,190)
#D5DFC6
(213,223,198)
#DCE3CE
(220,227,206)
#E3E7D6
(227,231,214)
#EAEBDE
(234,235,222)
#F1EFE6
(241,239,230)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CB9E; }

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

This text font color is #B2CB9E.


Background Color

.myBgColor { background-color: #B2CB9E; }

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

This div background color is #B2CB9E.


Border color

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

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

This div border color is #B2CB9E.


Opacity

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

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

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

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

This text has shadow with #B2CB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CB9E on black background.


Color preview on white background

This text has color #B2CB9E on white background.



Black color preview on #B2CB9E background

This text has black color on #B2CB9E background.


White color preview on #B2CB9E background

This text has white color on #B2CB9E background.