COLOR #B8D47F

HEX: #B8D47F
RGB: (184,212,127)

Color info

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

RGB color model

#B8D47F color RGB value is (184,212,127).

  • red value is 184;
  • green value is 212;
  • blue value is 127.
RGB:
(184,212,127)
(72%,83%,50%)

RGB channels and saturation

R 184 of 255 = 72%
G 212 of 255 = 83%
B 127 of 255 = 50%

184
212
127

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

Portions of RGB colors in percentages

R + G + B =
184 + 212 + 127 = 523 (100%)
R 184 of 523 ~ 35.18%
G 212 of 523 ~ 40.54%
B 127 of 523 ~ 24.28%

%35.18
%40.54
%24.28

CMYK color model

#B8D47F color CMYK value is (13,0,40,17).

  • cyan value is 13.21%
  • magenta value is 0.00%
  • yellow value is 40.09%
  • key color value is 16.86%
CMYK:
(13,0,40,17)
C13M0Y40K17 
(13%,0%,40%,17%)
(0.13/0.00/0.40/0.17)	

CMYK percentages

%13.21
%0
%40.09
%16.86

Codes

Color #B8D47F in popluar color models

B8D47F
RGB184212127
HSL80°49.71%66.47%
HSB/HSV80°40.09%83.14%
CMYK13.21%0.00%40.09%
16.86%

Color #B8D47F in popluar number systems.

HEXB8D47F
Decimal184212127
Binary10111000110101001111111
Octal270324177

Shades and tints

Shades of #B8D47F

#B8D47F
(184,212,127)
#A8C174
(168,193,116)
#98AE69
(152,174,105)
#889B5E
(136,155,94)
#788853
(120,136,83)
#687548
(104,117,72)
#58623D
(88,98,61)
#484F32
(72,79,50)
#383C27
(56,60,39)
#28291C
(40,41,28)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #B8D47F

#B8D47F
(184,212,127)
#BED78A
(190,215,138)
#C4DA95
(196,218,149)
#CADDA0
(202,221,160)
#D0E0AB
(208,224,171)
#D6E3B6
(214,227,182)
#DCE6C1
(220,230,193)
#E2E9CC
(226,233,204)
#E8ECD7
(232,236,215)
#EEEFE2
(238,239,226)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D47F color. Also use rgb(184,212,127) instead hex code.

Text Font Color

.myTextColor { color: #B8D47F; }

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

This text font color is #B8D47F.


Background Color

.myBgColor { background-color: #B8D47F; }

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

This div background color is #B8D47F.


Border color

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

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

This div border color is #B8D47F.


Opacity

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

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

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

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

This text has shadow with #B8D47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D47F on black background.


Color preview on white background

This text has color #B8D47F on white background.



Black color preview on #B8D47F background

This text has black color on #B8D47F background.


White color preview on #B8D47F background

This text has white color on #B8D47F background.