COLOR #B8F9E3

HEX: #B8F9E3
RGB: (184,249,227)

Color info

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

RGB color model

#B8F9E3 color RGB value is (184,249,227).

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

RGB channels and saturation

R 184 of 255 = 72%
G 249 of 255 = 98%
B 227 of 255 = 89%

184
249
227

R + G + B ~ 86%. #B8F9E3 is light color.

Portions of RGB colors in percentages

R + G + B =
184 + 249 + 227 = 660 (100%)
R 184 of 660 ~ 27.88%
G 249 of 660 ~ 37.73%
B 227 of 660 ~ 34.39%

%27.88
%37.73
%34.39

CMYK color model

#B8F9E3 color CMYK value is (26,0,9,2).

  • cyan value is 26.10%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 2.35%
CMYK:
(26,0,9,2)
C26M0Y9K2 
(26%,0%,9%,2%)
(0.26/0.00/0.09/0.02)	

CMYK percentages

%26.1
%0
%8.84
%2.35

Codes

Color #B8F9E3 in popluar color models

B8F9E3
RGB184249227
HSL160°84.42%84.90%
HSB/HSV160°26.10%97.65%
CMYK26.10%0.00%8.84%
2.35%

Color #B8F9E3 in popluar number systems.

HEXB8F9E3
Decimal184249227
Binary101110001111100111100011
Octal270371343

Shades and tints

Shades of #B8F9E3

#B8F9E3
(184,249,227)
#A8E3CF
(168,227,207)
#98CDBB
(152,205,187)
#88B7A7
(136,183,167)
#78A193
(120,161,147)
#688B7F
(104,139,127)
#58756B
(88,117,107)
#485F57
(72,95,87)
#384943
(56,73,67)
#28332F
(40,51,47)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #B8F9E3

#B8F9E3
(184,249,227)
#BEF9E5
(190,249,229)
#C4F9E7
(196,249,231)
#CAF9E9
(202,249,233)
#D0F9EB
(208,249,235)
#D6F9ED
(214,249,237)
#DCF9EF
(220,249,239)
#E2F9F1
(226,249,241)
#E8F9F3
(232,249,243)
#EEF9F5
(238,249,245)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8F9E3; }

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

This text font color is #B8F9E3.


Background Color

.myBgColor { background-color: #B8F9E3; }

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

This div background color is #B8F9E3.


Border color

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

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

This div border color is #B8F9E3.


Opacity

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

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

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

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

This text has shadow with #B8F9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F9E3 on black background.


Color preview on white background

This text has color #B8F9E3 on white background.



Black color preview on #B8F9E3 background

This text has black color on #B8F9E3 background.


White color preview on #B8F9E3 background

This text has white color on #B8F9E3 background.