COLOR #B8E1FF

HEX: #B8E1FF
RGB: (184,225,255)

Color info

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

RGB color model

#B8E1FF color RGB value is (184,225,255).

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

RGB channels and saturation

R 184 of 255 = 72%
G 225 of 255 = 88%
B 255 of 255 = 100%

184
225
255

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

Portions of RGB colors in percentages

R + G + B =
184 + 225 + 255 = 664 (100%)
R 184 of 664 ~ 27.71%
G 225 of 664 ~ 33.89%
B 255 of 664 ~ 38.4%

%27.71
%33.89
%38.4

CMYK color model

#B8E1FF color CMYK value is (28,12,0,0).

  • cyan value is 27.84%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(28,12,0,0)
C28M12Y0K0 
(28%,12%,0%,0%)
(0.28/0.12/0.00/0.00)	

CMYK percentages

%27.84
%11.76
%0
%0

Codes

Color #B8E1FF in popluar color models

B8E1FF
RGB184225255
HSL205°100.00%86.08%
HSB/HSV205°27.84%100.00%
CMYK27.84%11.76%0.00%
0.00%

Color #B8E1FF in popluar number systems.

HEXB8E1FF
Decimal184225255
Binary101110001110000111111111
Octal270341377

Shades and tints

Shades of #B8E1FF

#B8E1FF
(184,225,255)
#A8CDE8
(168,205,232)
#98B9D1
(152,185,209)
#88A5BA
(136,165,186)
#7891A3
(120,145,163)
#687D8C
(104,125,140)
#586975
(88,105,117)
#48555E
(72,85,94)
#384147
(56,65,71)
#282D30
(40,45,48)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #B8E1FF

#B8E1FF
(184,225,255)
#BEE3FF
(190,227,255)
#C4E5FF
(196,229,255)
#CAE7FF
(202,231,255)
#D0E9FF
(208,233,255)
#D6EBFF
(214,235,255)
#DCEDFF
(220,237,255)
#E2EFFF
(226,239,255)
#E8F1FF
(232,241,255)
#EEF3FF
(238,243,255)
#F4F5FF
(244,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E1FF; }

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

This text font color is #B8E1FF.


Background Color

.myBgColor { background-color: #B8E1FF; }

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

This div background color is #B8E1FF.


Border color

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

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

This div border color is #B8E1FF.


Opacity

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

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

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

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

This text has shadow with #B8E1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E1FF on black background.


Color preview on white background

This text has color #B8E1FF on white background.



Black color preview on #B8E1FF background

This text has black color on #B8E1FF background.


White color preview on #B8E1FF background

This text has white color on #B8E1FF background.