COLOR #B3C88C

HEX: #B3C88C
RGB: (179,200,140)

Color info

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

RGB color model

#B3C88C color RGB value is (179,200,140).

  • red value is 179;
  • green value is 200;
  • blue value is 140.
RGB:
(179,200,140)
(70%,78%,55%)

RGB channels and saturation

R 179 of 255 = 70%
G 200 of 255 = 78%
B 140 of 255 = 55%

179
200
140

R + G + B ~ 68%. #B3C88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 200 + 140 = 519 (100%)
R 179 of 519 ~ 34.49%
G 200 of 519 ~ 38.54%
B 140 of 519 ~ 26.97%

%34.49
%38.54
%26.97

CMYK color model

#B3C88C color CMYK value is (11,0,30,22).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(11,0,30,22)
C11M0Y30K22 
(11%,0%,30%,22%)
(0.11/0.00/0.30/0.22)	

CMYK percentages

%10.5
%0
%30
%21.57

Codes

Color #B3C88C in popluar color models

B3C88C
RGB179200140
HSL81°35.29%66.67%
HSB/HSV81°30.00%78.43%
CMYK10.50%0.00%30.00%
21.57%

Color #B3C88C in popluar number systems.

HEXB3C88C
Decimal179200140
Binary101100111100100010001100
Octal263310214

Shades and tints

Shades of #B3C88C

#B3C88C
(179,200,140)
#A3B680
(163,182,128)
#93A474
(147,164,116)
#839268
(131,146,104)
#73805C
(115,128,92)
#636E50
(99,110,80)
#535C44
(83,92,68)
#434A38
(67,74,56)
#33382C
(51,56,44)
#232620
(35,38,32)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B3C88C

#B3C88C
(179,200,140)
#B9CD96
(185,205,150)
#BFD2A0
(191,210,160)
#C5D7AA
(197,215,170)
#CBDCB4
(203,220,180)
#D1E1BE
(209,225,190)
#D7E6C8
(215,230,200)
#DDEBD2
(221,235,210)
#E3F0DC
(227,240,220)
#E9F5E6
(233,245,230)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C88C color. Also use rgb(179,200,140) instead hex code.

Text Font Color

.myTextColor { color: #B3C88C; }

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

This text font color is #B3C88C.


Background Color

.myBgColor { background-color: #B3C88C; }

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

This div background color is #B3C88C.


Border color

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

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

This div border color is #B3C88C.


Opacity

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

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

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

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

This text has shadow with #B3C88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C88C on black background.


Color preview on white background

This text has color #B3C88C on white background.



Black color preview on #B3C88C background

This text has black color on #B3C88C background.


White color preview on #B3C88C background

This text has white color on #B3C88C background.