COLOR #B8EDF8

HEX: #B8EDF8
RGB: (184,237,248)

Color info

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

RGB color model

#B8EDF8 color RGB value is (184,237,248).

  • red value is 184;
  • green value is 237;
  • blue value is 248.
RGB:
(184,237,248)
(72%,93%,97%)

RGB channels and saturation

R 184 of 255 = 72%
G 237 of 255 = 93%
B 248 of 255 = 97%

184
237
248

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

Portions of RGB colors in percentages

R + G + B =
184 + 237 + 248 = 669 (100%)
R 184 of 669 ~ 27.5%
G 237 of 669 ~ 35.43%
B 248 of 669 ~ 37.07%

%27.5
%35.43
%37.07

CMYK color model

#B8EDF8 color CMYK value is (26,4,0,3).

  • cyan value is 25.81%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(26,4,0,3)
C26M4Y0K3 
(26%,4%,0%,3%)
(0.26/0.04/0.00/0.03)	

CMYK percentages

%25.81
%4.44
%0
%2.75

Codes

Color #B8EDF8 in popluar color models

B8EDF8
RGB184237248
HSL190°82.05%84.71%
HSB/HSV190°25.81%97.25%
CMYK25.81%4.44%0.00%
2.75%

Color #B8EDF8 in popluar number systems.

HEXB8EDF8
Decimal184237248
Binary101110001110110111111000
Octal270355370

Shades and tints

Shades of #B8EDF8

#B8EDF8
(184,237,248)
#A8D8E2
(168,216,226)
#98C3CC
(152,195,204)
#88AEB6
(136,174,182)
#7899A0
(120,153,160)
#68848A
(104,132,138)
#586F74
(88,111,116)
#485A5E
(72,90,94)
#384548
(56,69,72)
#283032
(40,48,50)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #B8EDF8

#B8EDF8
(184,237,248)
#BEEEF8
(190,238,248)
#C4EFF8
(196,239,248)
#CAF0F8
(202,240,248)
#D0F1F8
(208,241,248)
#D6F2F8
(214,242,248)
#DCF3F8
(220,243,248)
#E2F4F8
(226,244,248)
#E8F5F8
(232,245,248)
#EEF6F8
(238,246,248)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EDF8 color. Also use rgb(184,237,248) instead hex code.

Text Font Color

.myTextColor { color: #B8EDF8; }

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

This text font color is #B8EDF8.


Background Color

.myBgColor { background-color: #B8EDF8; }

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

This div background color is #B8EDF8.


Border color

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

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

This div border color is #B8EDF8.


Opacity

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

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

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

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

This text has shadow with #B8EDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EDF8 on black background.


Color preview on white background

This text has color #B8EDF8 on white background.



Black color preview on #B8EDF8 background

This text has black color on #B8EDF8 background.


White color preview on #B8EDF8 background

This text has white color on #B8EDF8 background.