COLOR #B8EBF9

HEX: #B8EBF9
RGB: (184,235,249)

Color info

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

RGB color model

#B8EBF9 color RGB value is (184,235,249).

  • red value is 184;
  • green value is 235;
  • blue value is 249.
RGB:
(184,235,249)
(72%,92%,98%)

RGB channels and saturation

R 184 of 255 = 72%
G 235 of 255 = 92%
B 249 of 255 = 98%

184
235
249

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

Portions of RGB colors in percentages

R + G + B =
184 + 235 + 249 = 668 (100%)
R 184 of 668 ~ 27.54%
G 235 of 668 ~ 35.18%
B 249 of 668 ~ 37.28%

%27.54
%35.18
%37.28

CMYK color model

#B8EBF9 color CMYK value is (26,6,0,2).

  • cyan value is 26.10%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(26,6,0,2)
C26M6Y0K2 
(26%,6%,0%,2%)
(0.26/0.06/0.00/0.02)	

CMYK percentages

%26.1
%5.62
%0
%2.35

Codes

Color #B8EBF9 in popluar color models

B8EBF9
RGB184235249
HSL193°84.42%84.90%
HSB/HSV193°26.10%97.65%
CMYK26.10%5.62%0.00%
2.35%

Color #B8EBF9 in popluar number systems.

HEXB8EBF9
Decimal184235249
Binary101110001110101111111001
Octal270353371

Shades and tints

Shades of #B8EBF9

#B8EBF9
(184,235,249)
#A8D6E3
(168,214,227)
#98C1CD
(152,193,205)
#88ACB7
(136,172,183)
#7897A1
(120,151,161)
#68828B
(104,130,139)
#586D75
(88,109,117)
#48585F
(72,88,95)
#384349
(56,67,73)
#282E33
(40,46,51)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #B8EBF9

#B8EBF9
(184,235,249)
#BEECF9
(190,236,249)
#C4EDF9
(196,237,249)
#CAEEF9
(202,238,249)
#D0EFF9
(208,239,249)
#D6F0F9
(214,240,249)
#DCF1F9
(220,241,249)
#E2F2F9
(226,242,249)
#E8F3F9
(232,243,249)
#EEF4F9
(238,244,249)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EBF9 color. Also use rgb(184,235,249) instead hex code.

Text Font Color

.myTextColor { color: #B8EBF9; }

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

This text font color is #B8EBF9.


Background Color

.myBgColor { background-color: #B8EBF9; }

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

This div background color is #B8EBF9.


Border color

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

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

This div border color is #B8EBF9.


Opacity

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

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

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

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

This text has shadow with #B8EBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EBF9 on black background.


Color preview on white background

This text has color #B8EBF9 on white background.



Black color preview on #B8EBF9 background

This text has black color on #B8EBF9 background.


White color preview on #B8EBF9 background

This text has white color on #B8EBF9 background.