COLOR #B8E671

HEX: #B8E671
RGB: (184,230,113)

Color info

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

RGB color model

#B8E671 color RGB value is (184,230,113).

  • red value is 184;
  • green value is 230;
  • blue value is 113.
RGB:
(184,230,113)
(72%,90%,44%)

RGB channels and saturation

R 184 of 255 = 72%
G 230 of 255 = 90%
B 113 of 255 = 44%

184
230
113

R + G + B ~ 69%. #B8E671 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 230 + 113 = 527 (100%)
R 184 of 527 ~ 34.91%
G 230 of 527 ~ 43.64%
B 113 of 527 ~ 21.44%

%34.91
%43.64
%21.44

CMYK color model

#B8E671 color CMYK value is (20,0,51,10).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 50.87%
  • key color value is 9.80%
CMYK:
(20,0,51,10)
C20M0Y51K10 
(20%,0%,51%,10%)
(0.20/0.00/0.51/0.10)	

CMYK percentages

%20
%0
%50.87
%9.8

Codes

Color #B8E671 in popluar color models

B8E671
RGB184230113
HSL84°70.06%67.25%
HSB/HSV84°50.87%90.20%
CMYK20.00%0.00%50.87%
9.80%

Color #B8E671 in popluar number systems.

HEXB8E671
Decimal184230113
Binary10111000111001101110001
Octal270346161

Shades and tints

Shades of #B8E671

#B8E671
(184,230,113)
#A8D267
(168,210,103)
#98BE5D
(152,190,93)
#88AA53
(136,170,83)
#789649
(120,150,73)
#68823F
(104,130,63)
#586E35
(88,110,53)
#485A2B
(72,90,43)
#384621
(56,70,33)
#283217
(40,50,23)
#181E0D
(24,30,13)
#000000
(0,0,0)

Tints of #B8E671

#B8E671
(184,230,113)
#BEE87D
(190,232,125)
#C4EA89
(196,234,137)
#CAEC95
(202,236,149)
#D0EEA1
(208,238,161)
#D6F0AD
(214,240,173)
#DCF2B9
(220,242,185)
#E2F4C5
(226,244,197)
#E8F6D1
(232,246,209)
#EEF8DD
(238,248,221)
#F4FAE9
(244,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E671 color. Also use rgb(184,230,113) instead hex code.

Text Font Color

.myTextColor { color: #B8E671; }

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

This text font color is #B8E671.


Background Color

.myBgColor { background-color: #B8E671; }

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

This div background color is #B8E671.


Border color

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

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

This div border color is #B8E671.


Opacity

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

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

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

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

This text has shadow with #B8E671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E671 on black background.


Color preview on white background

This text has color #B8E671 on white background.



Black color preview on #B8E671 background

This text has black color on #B8E671 background.


White color preview on #B8E671 background

This text has white color on #B8E671 background.