COLOR #B8F49D

HEX: #B8F49D RGB: (184,244,157)

Color info

#B8F49D contains mainly green color. Web safe color of #B8F49D is #CCFF99 (or #CF9).

RGB color model

#B8F49D color RGB value is (184,244,157).

RGB: (184,244,157) (72%, 96%, 62%)

RGB channels and saturation

R 184 of 255 = 72%
G 244 of 255 = 96%
B 157 of 255 = 62%

184
244
157

R + G + B ~ 77%. #B8F49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 244 + 157 = 585 (100%)
R 184 of 585 ~ 31.45%
G 244 of 585 ~ 41.71%
B 157 of 585 ~ 26.84'%

%31.45
%41.71
%26.84

CMYK color model

#B8F49D color CMYK value is (25,0,36,4).

  • cyan value is 24.59%
  • magenta value is 0.00%
  • yellow value is 35.66%
  • key color value is 4.31%

CMYK: (25,0,36,4)
C25M0Y36K4 (25%, 0%, 36%, 4%)
(0.25 / 0.00 / 0.36 / 0.04)

CMYK percentages

%24.59
%0
%35.66
%4.31

Codes

Color #B8F49D in popluar color models

B8 F4 9D
RGB 184 244 157
HSL 101° 79.82% 78.63%
HSB/HSV 101° 35.66% 95.69%
CMYK 24.59% 0.00% 35.66%
4.31%

Color #B8F49D in popluar number systems.

HEX B8 F4 9D
Decimal 184 244 157
Binary 10111000 11110100 10011101
Octal 270 364 235

Shades and tints

Shades of #B8F49D

#B8F49D
(184,244,157)
#A8DE8F
(168,222,143)
#98C881
(152,200,129)
#88B273
(136,178,115)
#789C65
(120,156,101)
#688657
(104,134,87)
#587049
(88,112,73)
#485A3B
(72,90,59)
#38442D
(56,68,45)
#282E1F
(40,46,31)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #B8F49D

#B8F49D
(184,244,157)
#BEF5A5
(190,245,165)
#C4F6AD
(196,246,173)
#CAF7B5
(202,247,181)
#D0F8BD
(208,248,189)
#D6F9C5
(214,249,197)
#DCFACD
(220,250,205)
#E2FBD5
(226,251,213)
#E8FCDD
(232,252,221)
#EEFDE5
(238,253,229)
#F4FEED
(244,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F49D color. Also use rgb(184,244,157) instead hex code.

Text Font Color

.myTextColor { color: #B8F49D; }

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

This text font color is #B8F49D.

Background Color

.myBgColor { background-color: #B8F49D; }

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

This div background color is #B8F49D.

Border color

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

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

This div border color is #B8F49D.

Opacity

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

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

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

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

This text has shadow with #B8F49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8F49D.

Preview

Color preview on black background

This text has color #B8F49D on black background.


Color preview on white background

This text has color #B8F49D on white background.


Black color preview on #B8F49D background

This text has black color on #B8F49D background.


White color preview on #B8F49D background

This text has white color on #B8F49D background.


Related colors

Complementary color

Complementary color for #hex is #470B62.


I love getcolorcode.com

Triadic colors

1 #9DB8F4 and #F49DB8 with #B8F49D are triadic colors.

2 #9DF4B8 and #F4B89D with #B8F49D are triadic colors.