COLOR #B8C18E

HEX: #B8C18E
RGB: (184,193,142)

Color info

#B8C18E contains red, green and blue colors in about the same proportion. Web safe color of #B8C18E is #CCCC99 (or #CC9).

RGB color model

#B8C18E color RGB value is (184,193,142).

  • red value is 184;
  • green value is 193;
  • blue value is 142.
RGB:
(184,193,142)
(72%,76%,56%)

RGB channels and saturation

R 184 of 255 = 72%
G 193 of 255 = 76%
B 142 of 255 = 56%

184
193
142

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

Portions of RGB colors in percentages

R + G + B =
184 + 193 + 142 = 519 (100%)
R 184 of 519 ~ 35.45%
G 193 of 519 ~ 37.19%
B 142 of 519 ~ 27.36%

%35.45
%37.19
%27.36

CMYK color model

#B8C18E color CMYK value is (5,0,26,24).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 24.31%
CMYK:
(5,0,26,24)
C5M0Y26K24 
(5%,0%,26%,24%)
(0.05/0.00/0.26/0.24)	

CMYK percentages

%4.66
%0
%26.42
%24.31

Codes

Color #B8C18E in popluar color models

B8C18E
RGB184193142
HSL71°29.14%65.69%
HSB/HSV71°26.42%75.69%
CMYK4.66%0.00%26.42%
24.31%

Color #B8C18E in popluar number systems.

HEXB8C18E
Decimal184193142
Binary101110001100000110001110
Octal270301216

Shades and tints

Shades of #B8C18E

#B8C18E
(184,193,142)
#A8B082
(168,176,130)
#989F76
(152,159,118)
#888E6A
(136,142,106)
#787D5E
(120,125,94)
#686C52
(104,108,82)
#585B46
(88,91,70)
#484A3A
(72,74,58)
#38392E
(56,57,46)
#282822
(40,40,34)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #B8C18E

#B8C18E
(184,193,142)
#BEC698
(190,198,152)
#C4CBA2
(196,203,162)
#CAD0AC
(202,208,172)
#D0D5B6
(208,213,182)
#D6DAC0
(214,218,192)
#DCDFCA
(220,223,202)
#E2E4D4
(226,228,212)
#E8E9DE
(232,233,222)
#EEEEE8
(238,238,232)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C18E color. Also use rgb(184,193,142) instead hex code.

Text Font Color

.myTextColor { color: #B8C18E; }

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

This text font color is #B8C18E.


Background Color

.myBgColor { background-color: #B8C18E; }

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

This div background color is #B8C18E.


Border color

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

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

This div border color is #B8C18E.


Opacity

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

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

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

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

This text has shadow with #B8C18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C18E on black background.


Color preview on white background

This text has color #B8C18E on white background.



Black color preview on #B8C18E background

This text has black color on #B8C18E background.


White color preview on #B8C18E background

This text has white color on #B8C18E background.