COLOR #B2CA9E

HEX: #B2CA9E
RGB: (178,202,158)

Color info

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

RGB color model

#B2CA9E color RGB value is (178,202,158).

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

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 158 of 255 = 62%

178
202
158

R + G + B ~ 70%. #B2CA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 202 + 158 = 538 (100%)
R 178 of 538 ~ 33.09%
G 202 of 538 ~ 37.55%
B 158 of 538 ~ 29.37%

%33.09
%37.55
%29.37

CMYK color model

#B2CA9E color CMYK value is (12,0,22,21).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 20.78%
CMYK:
(12,0,22,21)
C12M0Y22K21 
(12%,0%,22%,21%)
(0.12/0.00/0.22/0.21)	

CMYK percentages

%11.88
%0
%21.78
%20.78

Codes

Color #B2CA9E in popluar color models

B2CA9E
RGB178202158
HSL93°29.33%70.59%
HSB/HSV93°21.78%79.22%
CMYK11.88%0.00%21.78%
20.78%

Color #B2CA9E in popluar number systems.

HEXB2CA9E
Decimal178202158
Binary101100101100101010011110
Octal262312236

Shades and tints

Shades of #B2CA9E

#B2CA9E
(178,202,158)
#A2B890
(162,184,144)
#92A682
(146,166,130)
#829474
(130,148,116)
#728266
(114,130,102)
#627058
(98,112,88)
#525E4A
(82,94,74)
#424C3C
(66,76,60)
#323A2E
(50,58,46)
#222820
(34,40,32)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #B2CA9E

#B2CA9E
(178,202,158)
#B9CEA6
(185,206,166)
#C0D2AE
(192,210,174)
#C7D6B6
(199,214,182)
#CEDABE
(206,218,190)
#D5DEC6
(213,222,198)
#DCE2CE
(220,226,206)
#E3E6D6
(227,230,214)
#EAEADE
(234,234,222)
#F1EEE6
(241,238,230)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CA9E; }

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

This text font color is #B2CA9E.


Background Color

.myBgColor { background-color: #B2CA9E; }

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

This div background color is #B2CA9E.


Border color

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

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

This div border color is #B2CA9E.


Opacity

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

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

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

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

This text has shadow with #B2CA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CA9E on black background.


Color preview on white background

This text has color #B2CA9E on white background.



Black color preview on #B2CA9E background

This text has black color on #B2CA9E background.


White color preview on #B2CA9E background

This text has white color on #B2CA9E background.