COLOR #B8C19E

HEX: #B8C19E
RGB: (184,193,158)

Color info

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

RGB color model

#B8C19E color RGB value is (184,193,158).

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

RGB channels and saturation

R 184 of 255 = 72%
G 193 of 255 = 76%
B 158 of 255 = 62%

184
193
158

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

Portions of RGB colors in percentages

R + G + B =
184 + 193 + 158 = 535 (100%)
R 184 of 535 ~ 34.39%
G 193 of 535 ~ 36.07%
B 158 of 535 ~ 29.53%

%34.39
%36.07
%29.53

CMYK color model

#B8C19E color CMYK value is (5,0,18,24).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK:
(5,0,18,24)
C5M0Y18K24 
(5%,0%,18%,24%)
(0.05/0.00/0.18/0.24)	

CMYK percentages

%4.66
%0
%18.13
%24.31

Codes

Color #B8C19E in popluar color models

B8C19E
RGB184193158
HSL75°22.01%68.82%
HSB/HSV75°18.13%75.69%
CMYK4.66%0.00%18.13%
24.31%

Color #B8C19E in popluar number systems.

HEXB8C19E
Decimal184193158
Binary101110001100000110011110
Octal270301236

Shades and tints

Shades of #B8C19E

#B8C19E
(184,193,158)
#A8B090
(168,176,144)
#989F82
(152,159,130)
#888E74
(136,142,116)
#787D66
(120,125,102)
#686C58
(104,108,88)
#585B4A
(88,91,74)
#484A3C
(72,74,60)
#38392E
(56,57,46)
#282820
(40,40,32)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #B8C19E

#B8C19E
(184,193,158)
#BEC6A6
(190,198,166)
#C4CBAE
(196,203,174)
#CAD0B6
(202,208,182)
#D0D5BE
(208,213,190)
#D6DAC6
(214,218,198)
#DCDFCE
(220,223,206)
#E2E4D6
(226,228,214)
#E8E9DE
(232,233,222)
#EEEEE6
(238,238,230)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C19E; }

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

This text font color is #B8C19E.


Background Color

.myBgColor { background-color: #B8C19E; }

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

This div background color is #B8C19E.


Border color

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

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

This div border color is #B8C19E.


Opacity

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

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

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

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

This text has shadow with #B8C19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C19E on black background.


Color preview on white background

This text has color #B8C19E on white background.



Black color preview on #B8C19E background

This text has black color on #B8C19E background.


White color preview on #B8C19E background

This text has white color on #B8C19E background.