COLOR #B8F2B8

HEX: #B8F2B8
RGB: (184,242,184)

Color info

#B8F2B8 contains red, green and blue colors in about the same proportion. Web safe color of #B8F2B8 is #CCFFCC (or #CFC).

RGB color model

#B8F2B8 color RGB value is (184,242,184).

  • red value is 184;
  • green value is 242;
  • blue value is 184.
RGB:
(184,242,184)
(72%,95%,72%)

RGB channels and saturation

R 184 of 255 = 72%
G 242 of 255 = 95%
B 184 of 255 = 72%

184
242
184

R + G + B ~ 80%. #B8F2B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 242 + 184 = 610 (100%)
R 184 of 610 ~ 30.16%
G 242 of 610 ~ 39.67%
B 184 of 610 ~ 30.16%

%30.16
%39.67
%30.16

CMYK color model

#B8F2B8 color CMYK value is (24,0,24,5).

  • cyan value is 23.97%
  • magenta value is 0.00%
  • yellow value is 23.97%
  • key color value is 5.10%
CMYK:
(24,0,24,5)
C24M0Y24K5 
(24%,0%,24%,5%)
(0.24/0.00/0.24/0.05)	

CMYK percentages

%23.97
%0
%23.97
%5.1

Codes

Color #B8F2B8 in popluar color models

B8F2B8
RGB184242184
HSL120°69.05%83.53%
HSB/HSV120°23.97%94.90%
CMYK23.97%0.00%23.97%
5.10%

Color #B8F2B8 in popluar number systems.

HEXB8F2B8
Decimal184242184
Binary101110001111001010111000
Octal270362270

Shades and tints

Shades of #B8F2B8

#B8F2B8
(184,242,184)
#A8DCA8
(168,220,168)
#98C698
(152,198,152)
#88B088
(136,176,136)
#789A78
(120,154,120)
#688468
(104,132,104)
#586E58
(88,110,88)
#485848
(72,88,72)
#384238
(56,66,56)
#282C28
(40,44,40)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #B8F2B8

#B8F2B8
(184,242,184)
#BEF3BE
(190,243,190)
#C4F4C4
(196,244,196)
#CAF5CA
(202,245,202)
#D0F6D0
(208,246,208)
#D6F7D6
(214,247,214)
#DCF8DC
(220,248,220)
#E2F9E2
(226,249,226)
#E8FAE8
(232,250,232)
#EEFBEE
(238,251,238)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8F2B8; }

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

This text font color is #B8F2B8.


Background Color

.myBgColor { background-color: #B8F2B8; }

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

This div background color is #B8F2B8.


Border color

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

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

This div border color is #B8F2B8.


Opacity

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

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

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

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

This text has shadow with #B8F2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F2B8 on black background.


Color preview on white background

This text has color #B8F2B8 on white background.



Black color preview on #B8F2B8 background

This text has black color on #B8F2B8 background.


White color preview on #B8F2B8 background

This text has white color on #B8F2B8 background.