COLOR #B4E2F8

HEX: #B4E2F8
RGB: (180,226,248)

Color info

#B4E2F8 contains mainly green and blue colors. Web safe color of #B4E2F8 is #CCCCFF (or #CCF).

RGB color model

#B4E2F8 color RGB value is (180,226,248).

  • red value is 180;
  • green value is 226;
  • blue value is 248.
RGB:
(180,226,248)
(71%,89%,97%)

RGB channels and saturation

R 180 of 255 = 71%
G 226 of 255 = 89%
B 248 of 255 = 97%

180
226
248

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

Portions of RGB colors in percentages

R + G + B =
180 + 226 + 248 = 654 (100%)
R 180 of 654 ~ 27.52%
G 226 of 654 ~ 34.56%
B 248 of 654 ~ 37.92%

%27.52
%34.56
%37.92

CMYK color model

#B4E2F8 color CMYK value is (27,9,0,3).

  • cyan value is 27.42%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(27,9,0,3)
C27M9Y0K3 
(27%,9%,0%,3%)
(0.27/0.09/0.00/0.03)	

CMYK percentages

%27.42
%8.87
%0
%2.75

Codes

Color #B4E2F8 in popluar color models

B4E2F8
RGB180226248
HSL199°82.93%83.92%
HSB/HSV199°27.42%97.25%
CMYK27.42%8.87%0.00%
2.75%

Color #B4E2F8 in popluar number systems.

HEXB4E2F8
Decimal180226248
Binary101101001110001011111000
Octal264342370

Shades and tints

Shades of #B4E2F8

#B4E2F8
(180,226,248)
#A4CEE2
(164,206,226)
#94BACC
(148,186,204)
#84A6B6
(132,166,182)
#7492A0
(116,146,160)
#647E8A
(100,126,138)
#546A74
(84,106,116)
#44565E
(68,86,94)
#344248
(52,66,72)
#242E32
(36,46,50)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #B4E2F8

#B4E2F8
(180,226,248)
#BAE4F8
(186,228,248)
#C0E6F8
(192,230,248)
#C6E8F8
(198,232,248)
#CCEAF8
(204,234,248)
#D2ECF8
(210,236,248)
#D8EEF8
(216,238,248)
#DEF0F8
(222,240,248)
#E4F2F8
(228,242,248)
#EAF4F8
(234,244,248)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E2F8 color. Also use rgb(180,226,248) instead hex code.

Text Font Color

.myTextColor { color: #B4E2F8; }

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

This text font color is #B4E2F8.


Background Color

.myBgColor { background-color: #B4E2F8; }

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

This div background color is #B4E2F8.


Border color

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

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

This div border color is #B4E2F8.


Opacity

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

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

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

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

This text has shadow with #B4E2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E2F8 on black background.


Color preview on white background

This text has color #B4E2F8 on white background.



Black color preview on #B4E2F8 background

This text has black color on #B4E2F8 background.


White color preview on #B4E2F8 background

This text has white color on #B4E2F8 background.