COLOR #B8E4FA

HEX: #B8E4FA
RGB: (184,228,250)

Color info

#B8E4FA contains mainly green and blue colors. Web safe color of #B8E4FA is #CCCCFF (or #CCF).

RGB color model

#B8E4FA color RGB value is (184,228,250).

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

RGB channels and saturation

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

184
228
250

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

Portions of RGB colors in percentages

R + G + B =
184 + 228 + 250 = 662 (100%)
R 184 of 662 ~ 27.79%
G 228 of 662 ~ 34.44%
B 250 of 662 ~ 37.76%

%27.79
%34.44
%37.76

CMYK color model

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

  • cyan value is 26.40%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(26,9,0,2)
C26M9Y0K2 
(26%,9%,0%,2%)
(0.26/0.09/0.00/0.02)	

CMYK percentages

%26.4
%8.8
%0
%1.96

Codes

Color #B8E4FA in popluar color models

B8E4FA
RGB184228250
HSL200°86.84%85.10%
HSB/HSV200°26.40%98.04%
CMYK26.40%8.80%0.00%
1.96%

Color #B8E4FA in popluar number systems.

HEXB8E4FA
Decimal184228250
Binary101110001110010011111010
Octal270344372

Shades and tints

Shades of #B8E4FA

#B8E4FA
(184,228,250)
#A8D0E4
(168,208,228)
#98BCCE
(152,188,206)
#88A8B8
(136,168,184)
#7894A2
(120,148,162)
#68808C
(104,128,140)
#586C76
(88,108,118)
#485860
(72,88,96)
#38444A
(56,68,74)
#283034
(40,48,52)
#181C1E
(24,28,30)
#000000
(0,0,0)

Tints of #B8E4FA

#B8E4FA
(184,228,250)
#BEE6FA
(190,230,250)
#C4E8FA
(196,232,250)
#CAEAFA
(202,234,250)
#D0ECFA
(208,236,250)
#D6EEFA
(214,238,250)
#DCF0FA
(220,240,250)
#E2F2FA
(226,242,250)
#E8F4FA
(232,244,250)
#EEF6FA
(238,246,250)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E4FA; }

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

This text font color is #B8E4FA.


Background Color

.myBgColor { background-color: #B8E4FA; }

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

This div background color is #B8E4FA.


Border color

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

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

This div border color is #B8E4FA.


Opacity

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

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

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

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

This text has shadow with #B8E4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E4FA on black background.


Color preview on white background

This text has color #B8E4FA on white background.



Black color preview on #B8E4FA background

This text has black color on #B8E4FA background.


White color preview on #B8E4FA background

This text has white color on #B8E4FA background.