COLOR #B3C18D

HEX: #B3C18D
RGB: (179,193,141)

Color info

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

RGB color model

#B3C18D color RGB value is (179,193,141).

  • red value is 179;
  • green value is 193;
  • blue value is 141.
RGB:
(179,193,141)
(70%,76%,55%)

RGB channels and saturation

R 179 of 255 = 70%
G 193 of 255 = 76%
B 141 of 255 = 55%

179
193
141

R + G + B ~ 67%. #B3C18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 193 + 141 = 513 (100%)
R 179 of 513 ~ 34.89%
G 193 of 513 ~ 37.62%
B 141 of 513 ~ 27.49%

%34.89
%37.62
%27.49

CMYK color model

#B3C18D color CMYK value is (7,0,27,24).

  • cyan value is 7.25%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(7,0,27,24)
C7M0Y27K24 
(7%,0%,27%,24%)
(0.07/0.00/0.27/0.24)	

CMYK percentages

%7.25
%0
%26.94
%24.31

Codes

Color #B3C18D in popluar color models

B3C18D
RGB179193141
HSL76°29.55%65.49%
HSB/HSV76°26.94%75.69%
CMYK7.25%0.00%26.94%
24.31%

Color #B3C18D in popluar number systems.

HEXB3C18D
Decimal179193141
Binary101100111100000110001101
Octal263301215

Shades and tints

Shades of #B3C18D

#B3C18D
(179,193,141)
#A3B081
(163,176,129)
#939F75
(147,159,117)
#838E69
(131,142,105)
#737D5D
(115,125,93)
#636C51
(99,108,81)
#535B45
(83,91,69)
#434A39
(67,74,57)
#33392D
(51,57,45)
#232821
(35,40,33)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #B3C18D

#B3C18D
(179,193,141)
#B9C697
(185,198,151)
#BFCBA1
(191,203,161)
#C5D0AB
(197,208,171)
#CBD5B5
(203,213,181)
#D1DABF
(209,218,191)
#D7DFC9
(215,223,201)
#DDE4D3
(221,228,211)
#E3E9DD
(227,233,221)
#E9EEE7
(233,238,231)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C18D color. Also use rgb(179,193,141) instead hex code.

Text Font Color

.myTextColor { color: #B3C18D; }

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

This text font color is #B3C18D.


Background Color

.myBgColor { background-color: #B3C18D; }

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

This div background color is #B3C18D.


Border color

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

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

This div border color is #B3C18D.


Opacity

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

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

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

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

This text has shadow with #B3C18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C18D on black background.


Color preview on white background

This text has color #B3C18D on white background.



Black color preview on #B3C18D background

This text has black color on #B3C18D background.


White color preview on #B3C18D background

This text has white color on #B3C18D background.