COLOR #B2CC8F

HEX: #B2CC8F
RGB: (178,204,143)

Color info

#B2CC8F contains mainly red and green colors. Web safe color of #B2CC8F is #99CC99 (or #9C9).

RGB color model

#B2CC8F color RGB value is (178,204,143).

  • red value is 178;
  • green value is 204;
  • blue value is 143.
RGB:
(178,204,143)
(70%,80%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 143 of 255 = 56%

178
204
143

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

Portions of RGB colors in percentages

R + G + B =
178 + 204 + 143 = 525 (100%)
R 178 of 525 ~ 33.9%
G 204 of 525 ~ 38.86%
B 143 of 525 ~ 27.24%

%33.9
%38.86
%27.24

CMYK color model

#B2CC8F color CMYK value is (13,0,30,20).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 29.90%
  • key color value is 20.00%
CMYK:
(13,0,30,20)
C13M0Y30K20 
(13%,0%,30%,20%)
(0.13/0.00/0.30/0.20)	

CMYK percentages

%12.75
%0
%29.9
%20

Codes

Color #B2CC8F in popluar color models

B2CC8F
RGB178204143
HSL86°37.42%68.04%
HSB/HSV86°29.90%80.00%
CMYK12.75%0.00%29.90%
20.00%

Color #B2CC8F in popluar number systems.

HEXB2CC8F
Decimal178204143
Binary101100101100110010001111
Octal262314217

Shades and tints

Shades of #B2CC8F

#B2CC8F
(178,204,143)
#A2BA82
(162,186,130)
#92A875
(146,168,117)
#829668
(130,150,104)
#72845B
(114,132,91)
#62724E
(98,114,78)
#526041
(82,96,65)
#424E34
(66,78,52)
#323C27
(50,60,39)
#222A1A
(34,42,26)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #B2CC8F

#B2CC8F
(178,204,143)
#B9D099
(185,208,153)
#C0D4A3
(192,212,163)
#C7D8AD
(199,216,173)
#CEDCB7
(206,220,183)
#D5E0C1
(213,224,193)
#DCE4CB
(220,228,203)
#E3E8D5
(227,232,213)
#EAECDF
(234,236,223)
#F1F0E9
(241,240,233)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CC8F color. Also use rgb(178,204,143) instead hex code.

Text Font Color

.myTextColor { color: #B2CC8F; }

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

This text font color is #B2CC8F.


Background Color

.myBgColor { background-color: #B2CC8F; }

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

This div background color is #B2CC8F.


Border color

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

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

This div border color is #B2CC8F.


Opacity

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

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

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

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

This text has shadow with #B2CC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CC8F on black background.


Color preview on white background

This text has color #B2CC8F on white background.



Black color preview on #B2CC8F background

This text has black color on #B2CC8F background.


White color preview on #B2CC8F background

This text has white color on #B2CC8F background.