COLOR #B8EEF1

HEX: #B8EEF1
RGB: (184,238,241)

Color info

#B8EEF1 contains red, green and blue colors in about the same proportion. Web safe color of #B8EEF1 is #CCFFFF (or #CFF).

RGB color model

#B8EEF1 color RGB value is (184,238,241).

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

RGB channels and saturation

R 184 of 255 = 72%
G 238 of 255 = 93%
B 241 of 255 = 95%

184
238
241

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

Portions of RGB colors in percentages

R + G + B =
184 + 238 + 241 = 663 (100%)
R 184 of 663 ~ 27.75%
G 238 of 663 ~ 35.9%
B 241 of 663 ~ 36.35%

%27.75
%35.9
%36.35

CMYK color model

#B8EEF1 color CMYK value is (24,1,0,5).

  • cyan value is 23.65%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(24,1,0,5)
C24M1Y0K5 
(24%,1%,0%,5%)
(0.24/0.01/0.00/0.05)	

CMYK percentages

%23.65
%1.24
%0
%5.49

Codes

Color #B8EEF1 in popluar color models

B8EEF1
RGB184238241
HSL183°67.06%83.33%
HSB/HSV183°23.65%94.51%
CMYK23.65%1.24%0.00%
5.49%

Color #B8EEF1 in popluar number systems.

HEXB8EEF1
Decimal184238241
Binary101110001110111011110001
Octal270356361

Shades and tints

Shades of #B8EEF1

#B8EEF1
(184,238,241)
#A8D9DC
(168,217,220)
#98C4C7
(152,196,199)
#88AFB2
(136,175,178)
#789A9D
(120,154,157)
#688588
(104,133,136)
#587073
(88,112,115)
#485B5E
(72,91,94)
#384649
(56,70,73)
#283134
(40,49,52)
#181C1F
(24,28,31)
#000000
(0,0,0)

Tints of #B8EEF1

#B8EEF1
(184,238,241)
#BEEFF2
(190,239,242)
#C4F0F3
(196,240,243)
#CAF1F4
(202,241,244)
#D0F2F5
(208,242,245)
#D6F3F6
(214,243,246)
#DCF4F7
(220,244,247)
#E2F5F8
(226,245,248)
#E8F6F9
(232,246,249)
#EEF7FA
(238,247,250)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8EEF1; }

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

This text font color is #B8EEF1.


Background Color

.myBgColor { background-color: #B8EEF1; }

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

This div background color is #B8EEF1.


Border color

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

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

This div border color is #B8EEF1.


Opacity

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

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

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

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

This text has shadow with #B8EEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EEF1 on black background.


Color preview on white background

This text has color #B8EEF1 on white background.



Black color preview on #B8EEF1 background

This text has black color on #B8EEF1 background.


White color preview on #B8EEF1 background

This text has white color on #B8EEF1 background.