COLOR #B8F5D9

HEX: #B8F5D9
RGB: (184,245,217)

Color info

#B8F5D9 contains mainly green and blue colors. Web safe color of #B8F5D9 is #CCFFCC (or #CFC).

RGB color model

#B8F5D9 color RGB value is (184,245,217).

  • red value is 184;
  • green value is 245;
  • blue value is 217.
RGB:
(184,245,217)
(72%,96%,85%)

RGB channels and saturation

R 184 of 255 = 72%
G 245 of 255 = 96%
B 217 of 255 = 85%

184
245
217

R + G + B ~ 84%. #B8F5D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 245 + 217 = 646 (100%)
R 184 of 646 ~ 28.48%
G 245 of 646 ~ 37.93%
B 217 of 646 ~ 33.59%

%28.48
%37.93
%33.59

CMYK color model

#B8F5D9 color CMYK value is (25,0,11,4).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 3.92%
CMYK:
(25,0,11,4)
C25M0Y11K4 
(25%,0%,11%,4%)
(0.25/0.00/0.11/0.04)	

CMYK percentages

%24.9
%0
%11.43
%3.92

Codes

Color #B8F5D9 in popluar color models

B8F5D9
RGB184245217
HSL152°75.31%84.12%
HSB/HSV152°24.90%96.08%
CMYK24.90%0.00%11.43%
3.92%

Color #B8F5D9 in popluar number systems.

HEXB8F5D9
Decimal184245217
Binary101110001111010111011001
Octal270365331

Shades and tints

Shades of #B8F5D9

#B8F5D9
(184,245,217)
#A8DFC6
(168,223,198)
#98C9B3
(152,201,179)
#88B3A0
(136,179,160)
#789D8D
(120,157,141)
#68877A
(104,135,122)
#587167
(88,113,103)
#485B54
(72,91,84)
#384541
(56,69,65)
#282F2E
(40,47,46)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #B8F5D9

#B8F5D9
(184,245,217)
#BEF5DC
(190,245,220)
#C4F5DF
(196,245,223)
#CAF5E2
(202,245,226)
#D0F5E5
(208,245,229)
#D6F5E8
(214,245,232)
#DCF5EB
(220,245,235)
#E2F5EE
(226,245,238)
#E8F5F1
(232,245,241)
#EEF5F4
(238,245,244)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F5D9 color. Also use rgb(184,245,217) instead hex code.

Text Font Color

.myTextColor { color: #B8F5D9; }

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

This text font color is #B8F5D9.


Background Color

.myBgColor { background-color: #B8F5D9; }

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

This div background color is #B8F5D9.


Border color

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

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

This div border color is #B8F5D9.


Opacity

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

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

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

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

This text has shadow with #B8F5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F5D9 on black background.


Color preview on white background

This text has color #B8F5D9 on white background.



Black color preview on #B8F5D9 background

This text has black color on #B8F5D9 background.


White color preview on #B8F5D9 background

This text has white color on #B8F5D9 background.