COLOR #B8FCE3

HEX: #B8FCE3
RGB: (184,252,227)

Color info

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

RGB color model

#B8FCE3 color RGB value is (184,252,227).

  • red value is 184;
  • green value is 252;
  • blue value is 227.
RGB:
(184,252,227)
(72%,99%,89%)

RGB channels and saturation

R 184 of 255 = 72%
G 252 of 255 = 99%
B 227 of 255 = 89%

184
252
227

R + G + B ~ 87%. #B8FCE3 is light color.

Portions of RGB colors in percentages

R + G + B =
184 + 252 + 227 = 663 (100%)
R 184 of 663 ~ 27.75%
G 252 of 663 ~ 38.01%
B 227 of 663 ~ 34.24%

%27.75
%38.01
%34.24

CMYK color model

#B8FCE3 color CMYK value is (27,0,10,1).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(27,0,10,1)
C27M0Y10K1 
(27%,0%,10%,1%)
(0.27/0.00/0.10/0.01)	

CMYK percentages

%26.98
%0
%9.92
%1.18

Codes

Color #B8FCE3 in popluar color models

B8FCE3
RGB184252227
HSL158°91.89%85.49%
HSB/HSV158°26.98%98.82%
CMYK26.98%0.00%9.92%
1.18%

Color #B8FCE3 in popluar number systems.

HEXB8FCE3
Decimal184252227
Binary101110001111110011100011
Octal270374343

Shades and tints

Shades of #B8FCE3

#B8FCE3
(184,252,227)
#A8E6CF
(168,230,207)
#98D0BB
(152,208,187)
#88BAA7
(136,186,167)
#78A493
(120,164,147)
#688E7F
(104,142,127)
#58786B
(88,120,107)
#486257
(72,98,87)
#384C43
(56,76,67)
#28362F
(40,54,47)
#18201B
(24,32,27)
#000000
(0,0,0)

Tints of #B8FCE3

#B8FCE3
(184,252,227)
#BEFCE5
(190,252,229)
#C4FCE7
(196,252,231)
#CAFCE9
(202,252,233)
#D0FCEB
(208,252,235)
#D6FCED
(214,252,237)
#DCFCEF
(220,252,239)
#E2FCF1
(226,252,241)
#E8FCF3
(232,252,243)
#EEFCF5
(238,252,245)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8FCE3; }

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

This text font color is #B8FCE3.


Background Color

.myBgColor { background-color: #B8FCE3; }

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

This div background color is #B8FCE3.


Border color

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

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

This div border color is #B8FCE3.


Opacity

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

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

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

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

This text has shadow with #B8FCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8FCE3 on black background.


Color preview on white background

This text has color #B8FCE3 on white background.



Black color preview on #B8FCE3 background

This text has black color on #B8FCE3 background.


White color preview on #B8FCE3 background

This text has white color on #B8FCE3 background.