COLOR #B8C59F

HEX: #B8C59F
RGB: (184,197,159)

Color info

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

RGB color model

#B8C59F color RGB value is (184,197,159).

  • red value is 184;
  • green value is 197;
  • blue value is 159.
RGB:
(184,197,159)
(72%,77%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 197 of 255 = 77%
B 159 of 255 = 62%

184
197
159

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

Portions of RGB colors in percentages

R + G + B =
184 + 197 + 159 = 540 (100%)
R 184 of 540 ~ 34.07%
G 197 of 540 ~ 36.48%
B 159 of 540 ~ 29.44%

%34.07
%36.48
%29.44

CMYK color model

#B8C59F color CMYK value is (7,0,19,23).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK:
(7,0,19,23)
C7M0Y19K23 
(7%,0%,19%,23%)
(0.07/0.00/0.19/0.23)	

CMYK percentages

%6.6
%0
%19.29
%22.75

Codes

Color #B8C59F in popluar color models

B8C59F
RGB184197159
HSL81°24.68%69.80%
HSB/HSV81°19.29%77.25%
CMYK6.60%0.00%19.29%
22.75%

Color #B8C59F in popluar number systems.

HEXB8C59F
Decimal184197159
Binary101110001100010110011111
Octal270305237

Shades and tints

Shades of #B8C59F

#B8C59F
(184,197,159)
#A8B491
(168,180,145)
#98A383
(152,163,131)
#889275
(136,146,117)
#788167
(120,129,103)
#687059
(104,112,89)
#585F4B
(88,95,75)
#484E3D
(72,78,61)
#383D2F
(56,61,47)
#282C21
(40,44,33)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #B8C59F

#B8C59F
(184,197,159)
#BECAA7
(190,202,167)
#C4CFAF
(196,207,175)
#CAD4B7
(202,212,183)
#D0D9BF
(208,217,191)
#D6DEC7
(214,222,199)
#DCE3CF
(220,227,207)
#E2E8D7
(226,232,215)
#E8EDDF
(232,237,223)
#EEF2E7
(238,242,231)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C59F color. Also use rgb(184,197,159) instead hex code.

Text Font Color

.myTextColor { color: #B8C59F; }

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

This text font color is #B8C59F.


Background Color

.myBgColor { background-color: #B8C59F; }

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

This div background color is #B8C59F.


Border color

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

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

This div border color is #B8C59F.


Opacity

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

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

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

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

This text has shadow with #B8C59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C59F on black background.


Color preview on white background

This text has color #B8C59F on white background.



Black color preview on #B8C59F background

This text has black color on #B8C59F background.


White color preview on #B8C59F background

This text has white color on #B8C59F background.