COLOR #B8EFEE

HEX: #B8EFEE
RGB: (184,239,238)

Color info

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

RGB color model

#B8EFEE color RGB value is (184,239,238).

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

RGB channels and saturation

R 184 of 255 = 72%
G 239 of 255 = 94%
B 238 of 255 = 93%

184
239
238

R + G + B ~ 86%. #B8EFEE is light color.

Portions of RGB colors in percentages

R + G + B =
184 + 239 + 238 = 661 (100%)
R 184 of 661 ~ 27.84%
G 239 of 661 ~ 36.16%
B 238 of 661 ~ 36.01%

%27.84
%36.16
%36.01

CMYK color model

#B8EFEE color CMYK value is (23,0,0,6).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK:
(23,0,0,6)
C23M0Y0K6 
(23%,0%,0%,6%)
(0.23/0.00/0.00/0.06)	

CMYK percentages

%23.01
%0
%0.42
%6.27

Codes

Color #B8EFEE in popluar color models

B8EFEE
RGB184239238
HSL179°63.22%82.94%
HSB/HSV179°23.01%93.73%
CMYK23.01%0.00%0.42%
6.27%

Color #B8EFEE in popluar number systems.

HEXB8EFEE
Decimal184239238
Binary101110001110111111101110
Octal270357356

Shades and tints

Shades of #B8EFEE

#B8EFEE
(184,239,238)
#A8DAD9
(168,218,217)
#98C5C4
(152,197,196)
#88B0AF
(136,176,175)
#789B9A
(120,155,154)
#688685
(104,134,133)
#587170
(88,113,112)
#485C5B
(72,92,91)
#384746
(56,71,70)
#283231
(40,50,49)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #B8EFEE

#B8EFEE
(184,239,238)
#BEF0EF
(190,240,239)
#C4F1F0
(196,241,240)
#CAF2F1
(202,242,241)
#D0F3F2
(208,243,242)
#D6F4F3
(214,244,243)
#DCF5F4
(220,245,244)
#E2F6F5
(226,246,245)
#E8F7F6
(232,247,246)
#EEF8F7
(238,248,247)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8EFEE; }

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

This text font color is #B8EFEE.


Background Color

.myBgColor { background-color: #B8EFEE; }

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

This div background color is #B8EFEE.


Border color

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

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

This div border color is #B8EFEE.


Opacity

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

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

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

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

This text has shadow with #B8EFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EFEE on black background.


Color preview on white background

This text has color #B8EFEE on white background.



Black color preview on #B8EFEE background

This text has black color on #B8EFEE background.


White color preview on #B8EFEE background

This text has white color on #B8EFEE background.