COLOR #B8F3C7

HEX: #B8F3C7
RGB: (184,243,199)

Color info

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

RGB color model

#B8F3C7 color RGB value is (184,243,199).

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

RGB channels and saturation

R 184 of 255 = 72%
G 243 of 255 = 95%
B 199 of 255 = 78%

184
243
199

R + G + B ~ 82%. #B8F3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 243 + 199 = 626 (100%)
R 184 of 626 ~ 29.39%
G 243 of 626 ~ 38.82%
B 199 of 626 ~ 31.79%

%29.39
%38.82
%31.79

CMYK color model

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

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 4.71%
CMYK:
(24,0,18,5)
C24M0Y18K5 
(24%,0%,18%,5%)
(0.24/0.00/0.18/0.05)	

CMYK percentages

%24.28
%0
%18.11
%4.71

Codes

Color #B8F3C7 in popluar color models

B8F3C7
RGB184243199
HSL135°71.08%83.73%
HSB/HSV135°24.28%95.29%
CMYK24.28%0.00%18.11%
4.71%

Color #B8F3C7 in popluar number systems.

HEXB8F3C7
Decimal184243199
Binary101110001111001111000111
Octal270363307

Shades and tints

Shades of #B8F3C7

#B8F3C7
(184,243,199)
#A8DDB5
(168,221,181)
#98C7A3
(152,199,163)
#88B191
(136,177,145)
#789B7F
(120,155,127)
#68856D
(104,133,109)
#586F5B
(88,111,91)
#485949
(72,89,73)
#384337
(56,67,55)
#282D25
(40,45,37)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #B8F3C7

#B8F3C7
(184,243,199)
#BEF4CC
(190,244,204)
#C4F5D1
(196,245,209)
#CAF6D6
(202,246,214)
#D0F7DB
(208,247,219)
#D6F8E0
(214,248,224)
#DCF9E5
(220,249,229)
#E2FAEA
(226,250,234)
#E8FBEF
(232,251,239)
#EEFCF4
(238,252,244)
#F4FDF9
(244,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8F3C7; }

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

This text font color is #B8F3C7.


Background Color

.myBgColor { background-color: #B8F3C7; }

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

This div background color is #B8F3C7.


Border color

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

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

This div border color is #B8F3C7.


Opacity

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

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

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

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

This text has shadow with #B8F3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F3C7 on black background.


Color preview on white background

This text has color #B8F3C7 on white background.



Black color preview on #B8F3C7 background

This text has black color on #B8F3C7 background.


White color preview on #B8F3C7 background

This text has white color on #B8F3C7 background.