COLOR #B8FAE2

HEX: #B8FAE2
RGB: (184,250,226)

Color info

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

RGB color model

#B8FAE2 color RGB value is (184,250,226).

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

RGB channels and saturation

R 184 of 255 = 72%
G 250 of 255 = 98%
B 226 of 255 = 89%

184
250
226

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

Portions of RGB colors in percentages

R + G + B =
184 + 250 + 226 = 660 (100%)
R 184 of 660 ~ 27.88%
G 250 of 660 ~ 37.88%
B 226 of 660 ~ 34.24%

%27.88
%37.88
%34.24

CMYK color model

#B8FAE2 color CMYK value is (26,0,10,2).

  • cyan value is 26.40%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 1.96%
CMYK:
(26,0,10,2)
C26M0Y10K2 
(26%,0%,10%,2%)
(0.26/0.00/0.10/0.02)	

CMYK percentages

%26.4
%0
%9.6
%1.96

Codes

Color #B8FAE2 in popluar color models

B8FAE2
RGB184250226
HSL158°86.84%85.10%
HSB/HSV158°26.40%98.04%
CMYK26.40%0.00%9.60%
1.96%

Color #B8FAE2 in popluar number systems.

HEXB8FAE2
Decimal184250226
Binary101110001111101011100010
Octal270372342

Shades and tints

Shades of #B8FAE2

#B8FAE2
(184,250,226)
#A8E4CE
(168,228,206)
#98CEBA
(152,206,186)
#88B8A6
(136,184,166)
#78A292
(120,162,146)
#688C7E
(104,140,126)
#58766A
(88,118,106)
#486056
(72,96,86)
#384A42
(56,74,66)
#28342E
(40,52,46)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #B8FAE2

#B8FAE2
(184,250,226)
#BEFAE4
(190,250,228)
#C4FAE6
(196,250,230)
#CAFAE8
(202,250,232)
#D0FAEA
(208,250,234)
#D6FAEC
(214,250,236)
#DCFAEE
(220,250,238)
#E2FAF0
(226,250,240)
#E8FAF2
(232,250,242)
#EEFAF4
(238,250,244)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8FAE2; }

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

This text font color is #B8FAE2.


Background Color

.myBgColor { background-color: #B8FAE2; }

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

This div background color is #B8FAE2.


Border color

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

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

This div border color is #B8FAE2.


Opacity

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

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

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

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

This text has shadow with #B8FAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8FAE2 on black background.


Color preview on white background

This text has color #B8FAE2 on white background.



Black color preview on #B8FAE2 background

This text has black color on #B8FAE2 background.


White color preview on #B8FAE2 background

This text has white color on #B8FAE2 background.