COLOR #B8D18C

HEX: #B8D18C
RGB: (184,209,140)

Color info

#B8D18C contains mainly red and green colors. Web safe color of #B8D18C is #CCCC99 (or #CC9).

RGB color model

#B8D18C color RGB value is (184,209,140).

  • red value is 184;
  • green value is 209;
  • blue value is 140.
RGB:
(184,209,140)
(72%,82%,55%)

RGB channels and saturation

R 184 of 255 = 72%
G 209 of 255 = 82%
B 140 of 255 = 55%

184
209
140

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

Portions of RGB colors in percentages

R + G + B =
184 + 209 + 140 = 533 (100%)
R 184 of 533 ~ 34.52%
G 209 of 533 ~ 39.21%
B 140 of 533 ~ 26.27%

%34.52
%39.21
%26.27

CMYK color model

#B8D18C color CMYK value is (12,0,33,18).

  • cyan value is 11.96%
  • magenta value is 0.00%
  • yellow value is 33.01%
  • key color value is 18.04%
CMYK:
(12,0,33,18)
C12M0Y33K18 
(12%,0%,33%,18%)
(0.12/0.00/0.33/0.18)	

CMYK percentages

%11.96
%0
%33.01
%18.04

Codes

Color #B8D18C in popluar color models

B8D18C
RGB184209140
HSL82°42.86%68.43%
HSB/HSV82°33.01%81.96%
CMYK11.96%0.00%33.01%
18.04%

Color #B8D18C in popluar number systems.

HEXB8D18C
Decimal184209140
Binary101110001101000110001100
Octal270321214

Shades and tints

Shades of #B8D18C

#B8D18C
(184,209,140)
#A8BE80
(168,190,128)
#98AB74
(152,171,116)
#889868
(136,152,104)
#78855C
(120,133,92)
#687250
(104,114,80)
#585F44
(88,95,68)
#484C38
(72,76,56)
#38392C
(56,57,44)
#282620
(40,38,32)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #B8D18C

#B8D18C
(184,209,140)
#BED596
(190,213,150)
#C4D9A0
(196,217,160)
#CADDAA
(202,221,170)
#D0E1B4
(208,225,180)
#D6E5BE
(214,229,190)
#DCE9C8
(220,233,200)
#E2EDD2
(226,237,210)
#E8F1DC
(232,241,220)
#EEF5E6
(238,245,230)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D18C color. Also use rgb(184,209,140) instead hex code.

Text Font Color

.myTextColor { color: #B8D18C; }

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

This text font color is #B8D18C.


Background Color

.myBgColor { background-color: #B8D18C; }

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

This div background color is #B8D18C.


Border color

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

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

This div border color is #B8D18C.


Opacity

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

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

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

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

This text has shadow with #B8D18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D18C on black background.


Color preview on white background

This text has color #B8D18C on white background.



Black color preview on #B8D18C background

This text has black color on #B8D18C background.


White color preview on #B8D18C background

This text has white color on #B8D18C background.