COLOR #B8E7FF

HEX: #B8E7FF
RGB: (184,231,255)

Color info

#B8E7FF contains mainly green and blue colors. Web safe color of #B8E7FF is #CCFFFF (or #CFF).

RGB color model

#B8E7FF color RGB value is (184,231,255).

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

RGB channels and saturation

R 184 of 255 = 72%
G 231 of 255 = 91%
B 255 of 255 = 100%

184
231
255

R + G + B ~ 88%. #B8E7FF is light color.

Portions of RGB colors in percentages

R + G + B =
184 + 231 + 255 = 670 (100%)
R 184 of 670 ~ 27.46%
G 231 of 670 ~ 34.48%
B 255 of 670 ~ 38.06%

%27.46
%34.48
%38.06

CMYK color model

#B8E7FF color CMYK value is (28,9,0,0).

  • cyan value is 27.84%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(28,9,0,0)
C28M9Y0K0 
(28%,9%,0%,0%)
(0.28/0.09/0.00/0.00)	

CMYK percentages

%27.84
%9.41
%0
%0

Codes

Color #B8E7FF in popluar color models

B8E7FF
RGB184231255
HSL200°100.00%86.08%
HSB/HSV200°27.84%100.00%
CMYK27.84%9.41%0.00%
0.00%

Color #B8E7FF in popluar number systems.

HEXB8E7FF
Decimal184231255
Binary101110001110011111111111
Octal270347377

Shades and tints

Shades of #B8E7FF

#B8E7FF
(184,231,255)
#A8D2E8
(168,210,232)
#98BDD1
(152,189,209)
#88A8BA
(136,168,186)
#7893A3
(120,147,163)
#687E8C
(104,126,140)
#586975
(88,105,117)
#48545E
(72,84,94)
#383F47
(56,63,71)
#282A30
(40,42,48)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #B8E7FF

#B8E7FF
(184,231,255)
#BEE9FF
(190,233,255)
#C4EBFF
(196,235,255)
#CAEDFF
(202,237,255)
#D0EFFF
(208,239,255)
#D6F1FF
(214,241,255)
#DCF3FF
(220,243,255)
#E2F5FF
(226,245,255)
#E8F7FF
(232,247,255)
#EEF9FF
(238,249,255)
#F4FBFF
(244,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E7FF; }

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

This text font color is #B8E7FF.


Background Color

.myBgColor { background-color: #B8E7FF; }

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

This div background color is #B8E7FF.


Border color

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

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

This div border color is #B8E7FF.


Opacity

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

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

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

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

This text has shadow with #B8E7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E7FF on black background.


Color preview on white background

This text has color #B8E7FF on white background.



Black color preview on #B8E7FF background

This text has black color on #B8E7FF background.


White color preview on #B8E7FF background

This text has white color on #B8E7FF background.