COLOR #B2CB9A

HEX: #B2CB9A
RGB: (178,203,154)

Color info

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

RGB color model

#B2CB9A color RGB value is (178,203,154).

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

RGB channels and saturation

R 178 of 255 = 70%
G 203 of 255 = 80%
B 154 of 255 = 60%

178
203
154

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

Portions of RGB colors in percentages

R + G + B =
178 + 203 + 154 = 535 (100%)
R 178 of 535 ~ 33.27%
G 203 of 535 ~ 37.94%
B 154 of 535 ~ 28.79%

%33.27
%37.94
%28.79

CMYK color model

#B2CB9A color CMYK value is (12,0,24,20).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 20.39%
CMYK:
(12,0,24,20)
C12M0Y24K20 
(12%,0%,24%,20%)
(0.12/0.00/0.24/0.20)	

CMYK percentages

%12.32
%0
%24.14
%20.39

Codes

Color #B2CB9A in popluar color models

B2CB9A
RGB178203154
HSL91°32.03%70.00%
HSB/HSV91°24.14%79.61%
CMYK12.32%0.00%24.14%
20.39%

Color #B2CB9A in popluar number systems.

HEXB2CB9A
Decimal178203154
Binary101100101100101110011010
Octal262313232

Shades and tints

Shades of #B2CB9A

#B2CB9A
(178,203,154)
#A2B98C
(162,185,140)
#92A77E
(146,167,126)
#829570
(130,149,112)
#728362
(114,131,98)
#627154
(98,113,84)
#525F46
(82,95,70)
#424D38
(66,77,56)
#323B2A
(50,59,42)
#22291C
(34,41,28)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #B2CB9A

#B2CB9A
(178,203,154)
#B9CFA3
(185,207,163)
#C0D3AC
(192,211,172)
#C7D7B5
(199,215,181)
#CEDBBE
(206,219,190)
#D5DFC7
(213,223,199)
#DCE3D0
(220,227,208)
#E3E7D9
(227,231,217)
#EAEBE2
(234,235,226)
#F1EFEB
(241,239,235)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CB9A; }

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

This text font color is #B2CB9A.


Background Color

.myBgColor { background-color: #B2CB9A; }

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

This div background color is #B2CB9A.


Border color

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

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

This div border color is #B2CB9A.


Opacity

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

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

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

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

This text has shadow with #B2CB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CB9A on black background.


Color preview on white background

This text has color #B2CB9A on white background.



Black color preview on #B2CB9A background

This text has black color on #B2CB9A background.


White color preview on #B2CB9A background

This text has white color on #B2CB9A background.