COLOR #B8EEF6

HEX: #B8EEF6
RGB: (184,238,246)

Color info

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

RGB color model

#B8EEF6 color RGB value is (184,238,246).

  • red value is 184;
  • green value is 238;
  • blue value is 246.
RGB:
(184,238,246)
(72%,93%,96%)

RGB channels and saturation

R 184 of 255 = 72%
G 238 of 255 = 93%
B 246 of 255 = 96%

184
238
246

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

Portions of RGB colors in percentages

R + G + B =
184 + 238 + 246 = 668 (100%)
R 184 of 668 ~ 27.54%
G 238 of 668 ~ 35.63%
B 246 of 668 ~ 36.83%

%27.54
%35.63
%36.83

CMYK color model

#B8EEF6 color CMYK value is (25,3,0,4).

  • cyan value is 25.20%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(25,3,0,4)
C25M3Y0K4 
(25%,3%,0%,4%)
(0.25/0.03/0.00/0.04)	

CMYK percentages

%25.2
%3.25
%0
%3.53

Codes

Color #B8EEF6 in popluar color models

B8EEF6
RGB184238246
HSL188°77.50%84.31%
HSB/HSV188°25.20%96.47%
CMYK25.20%3.25%0.00%
3.53%

Color #B8EEF6 in popluar number systems.

HEXB8EEF6
Decimal184238246
Binary101110001110111011110110
Octal270356366

Shades and tints

Shades of #B8EEF6

#B8EEF6
(184,238,246)
#A8D9E0
(168,217,224)
#98C4CA
(152,196,202)
#88AFB4
(136,175,180)
#789A9E
(120,154,158)
#688588
(104,133,136)
#587072
(88,112,114)
#485B5C
(72,91,92)
#384646
(56,70,70)
#283130
(40,49,48)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #B8EEF6

#B8EEF6
(184,238,246)
#BEEFF6
(190,239,246)
#C4F0F6
(196,240,246)
#CAF1F6
(202,241,246)
#D0F2F6
(208,242,246)
#D6F3F6
(214,243,246)
#DCF4F6
(220,244,246)
#E2F5F6
(226,245,246)
#E8F6F6
(232,246,246)
#EEF7F6
(238,247,246)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EEF6 color. Also use rgb(184,238,246) instead hex code.

Text Font Color

.myTextColor { color: #B8EEF6; }

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

This text font color is #B8EEF6.


Background Color

.myBgColor { background-color: #B8EEF6; }

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

This div background color is #B8EEF6.


Border color

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

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

This div border color is #B8EEF6.


Opacity

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

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

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

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

This text has shadow with #B8EEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EEF6 on black background.


Color preview on white background

This text has color #B8EEF6 on white background.



Black color preview on #B8EEF6 background

This text has black color on #B8EEF6 background.


White color preview on #B8EEF6 background

This text has white color on #B8EEF6 background.