COLOR #B8E4FF

HEX: #B8E4FF
RGB: (184,228,255)

Color info

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

RGB color model

#B8E4FF color RGB value is (184,228,255).

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

RGB channels and saturation

R 184 of 255 = 72%
G 228 of 255 = 89%
B 255 of 255 = 100%

184
228
255

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

Portions of RGB colors in percentages

R + G + B =
184 + 228 + 255 = 667 (100%)
R 184 of 667 ~ 27.59%
G 228 of 667 ~ 34.18%
B 255 of 667 ~ 38.23%

%27.59
%34.18
%38.23

CMYK color model

#B8E4FF color CMYK value is (28,11,0,0).

  • cyan value is 27.84%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(28,11,0,0)
C28M11Y0K0 
(28%,11%,0%,0%)
(0.28/0.11/0.00/0.00)	

CMYK percentages

%27.84
%10.59
%0
%0

Codes

Color #B8E4FF in popluar color models

B8E4FF
RGB184228255
HSL203°100.00%86.08%
HSB/HSV203°27.84%100.00%
CMYK27.84%10.59%0.00%
0.00%

Color #B8E4FF in popluar number systems.

HEXB8E4FF
Decimal184228255
Binary101110001110010011111111
Octal270344377

Shades and tints

Shades of #B8E4FF

#B8E4FF
(184,228,255)
#A8D0E8
(168,208,232)
#98BCD1
(152,188,209)
#88A8BA
(136,168,186)
#7894A3
(120,148,163)
#68808C
(104,128,140)
#586C75
(88,108,117)
#48585E
(72,88,94)
#384447
(56,68,71)
#283030
(40,48,48)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #B8E4FF

#B8E4FF
(184,228,255)
#BEE6FF
(190,230,255)
#C4E8FF
(196,232,255)
#CAEAFF
(202,234,255)
#D0ECFF
(208,236,255)
#D6EEFF
(214,238,255)
#DCF0FF
(220,240,255)
#E2F2FF
(226,242,255)
#E8F4FF
(232,244,255)
#EEF6FF
(238,246,255)
#F4F8FF
(244,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E4FF; }

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

This text font color is #B8E4FF.


Background Color

.myBgColor { background-color: #B8E4FF; }

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

This div background color is #B8E4FF.


Border color

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

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

This div border color is #B8E4FF.


Opacity

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

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

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

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

This text has shadow with #B8E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E4FF on black background.


Color preview on white background

This text has color #B8E4FF on white background.



Black color preview on #B8E4FF background

This text has black color on #B8E4FF background.


White color preview on #B8E4FF background

This text has white color on #B8E4FF background.