COLOR #B8C57C

HEX: #B8C57C
RGB: (184,197,124)

Color info

#B8C57C contains mainly red and green colors. Web safe color of #B8C57C is #CCCC66 (or #CC6).

RGB color model

#B8C57C color RGB value is (184,197,124).

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

RGB channels and saturation

R 184 of 255 = 72%
G 197 of 255 = 77%
B 124 of 255 = 49%

184
197
124

R + G + B ~ 66%. #B8C57C is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 197 + 124 = 505 (100%)
R 184 of 505 ~ 36.44%
G 197 of 505 ~ 39.01%
B 124 of 505 ~ 24.55%

%36.44
%39.01
%24.55

CMYK color model

#B8C57C color CMYK value is (7,0,37,23).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 37.06%
  • key color value is 22.75%
CMYK:
(7,0,37,23)
C7M0Y37K23 
(7%,0%,37%,23%)
(0.07/0.00/0.37/0.23)	

CMYK percentages

%6.6
%0
%37.06
%22.75

Codes

Color #B8C57C in popluar color models

B8C57C
RGB184197124
HSL71°38.62%62.94%
HSB/HSV71°37.06%77.25%
CMYK6.60%0.00%37.06%
22.75%

Color #B8C57C in popluar number systems.

HEXB8C57C
Decimal184197124
Binary10111000110001011111100
Octal270305174

Shades and tints

Shades of #B8C57C

#B8C57C
(184,197,124)
#A8B471
(168,180,113)
#98A366
(152,163,102)
#88925B
(136,146,91)
#788150
(120,129,80)
#687045
(104,112,69)
#585F3A
(88,95,58)
#484E2F
(72,78,47)
#383D24
(56,61,36)
#282C19
(40,44,25)
#181B0E
(24,27,14)
#000000
(0,0,0)

Tints of #B8C57C

#B8C57C
(184,197,124)
#BECA87
(190,202,135)
#C4CF92
(196,207,146)
#CAD49D
(202,212,157)
#D0D9A8
(208,217,168)
#D6DEB3
(214,222,179)
#DCE3BE
(220,227,190)
#E2E8C9
(226,232,201)
#E8EDD4
(232,237,212)
#EEF2DF
(238,242,223)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C57C; }

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

This text font color is #B8C57C.


Background Color

.myBgColor { background-color: #B8C57C; }

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

This div background color is #B8C57C.


Border color

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

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

This div border color is #B8C57C.


Opacity

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

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

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

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

This text has shadow with #B8C57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C57C on black background.


Color preview on white background

This text has color #B8C57C on white background.



Black color preview on #B8C57C background

This text has black color on #B8C57C background.


White color preview on #B8C57C background

This text has white color on #B8C57C background.