COLOR #B8D58C

HEX: #B8D58C
RGB: (184,213,140)

Color info

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

RGB color model

#B8D58C color RGB value is (184,213,140).

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

RGB channels and saturation

R 184 of 255 = 72%
G 213 of 255 = 84%
B 140 of 255 = 55%

184
213
140

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

Portions of RGB colors in percentages

R + G + B =
184 + 213 + 140 = 537 (100%)
R 184 of 537 ~ 34.26%
G 213 of 537 ~ 39.66%
B 140 of 537 ~ 26.07%

%34.26
%39.66
%26.07

CMYK color model

#B8D58C color CMYK value is (14,0,34,16).

  • cyan value is 13.62%
  • magenta value is 0.00%
  • yellow value is 34.27%
  • key color value is 16.47%
CMYK:
(14,0,34,16)
C14M0Y34K16 
(14%,0%,34%,16%)
(0.14/0.00/0.34/0.16)	

CMYK percentages

%13.62
%0
%34.27
%16.47

Codes

Color #B8D58C in popluar color models

B8D58C
RGB184213140
HSL84°46.50%69.22%
HSB/HSV84°34.27%83.53%
CMYK13.62%0.00%34.27%
16.47%

Color #B8D58C in popluar number systems.

HEXB8D58C
Decimal184213140
Binary101110001101010110001100
Octal270325214

Shades and tints

Shades of #B8D58C

#B8D58C
(184,213,140)
#A8C280
(168,194,128)
#98AF74
(152,175,116)
#889C68
(136,156,104)
#78895C
(120,137,92)
#687650
(104,118,80)
#586344
(88,99,68)
#485038
(72,80,56)
#383D2C
(56,61,44)
#282A20
(40,42,32)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #B8D58C

#B8D58C
(184,213,140)
#BED896
(190,216,150)
#C4DBA0
(196,219,160)
#CADEAA
(202,222,170)
#D0E1B4
(208,225,180)
#D6E4BE
(214,228,190)
#DCE7C8
(220,231,200)
#E2EAD2
(226,234,210)
#E8EDDC
(232,237,220)
#EEF0E6
(238,240,230)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D58C; }

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

This text font color is #B8D58C.


Background Color

.myBgColor { background-color: #B8D58C; }

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

This div background color is #B8D58C.


Border color

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

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

This div border color is #B8D58C.


Opacity

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

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

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

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

This text has shadow with #B8D58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D58C on black background.


Color preview on white background

This text has color #B8D58C on white background.



Black color preview on #B8D58C background

This text has black color on #B8D58C background.


White color preview on #B8D58C background

This text has white color on #B8D58C background.