COLOR #B4E4FF

HEX: #B4E4FF
RGB: (180,228,255)

Color info

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

RGB color model

#B4E4FF color RGB value is (180,228,255).

  • red value is 180;
  • green value is 228;
  • blue value is 255.
RGB:
(180,228,255)
(71%,89%,100%)

RGB channels and saturation

R 180 of 255 = 71%
G 228 of 255 = 89%
B 255 of 255 = 100%

180
228
255

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

Portions of RGB colors in percentages

R + G + B =
180 + 228 + 255 = 663 (100%)
R 180 of 663 ~ 27.15%
G 228 of 663 ~ 34.39%
B 255 of 663 ~ 38.46%

%27.15
%34.39
%38.46

CMYK color model

#B4E4FF color CMYK value is (29,11,0,0).

  • cyan value is 29.41%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,11,0,0)
C29M11Y0K0 
(29%,11%,0%,0%)
(0.29/0.11/0.00/0.00)	

CMYK percentages

%29.41
%10.59
%0
%0

Codes

Color #B4E4FF in popluar color models

B4E4FF
RGB180228255
HSL202°100.00%85.29%
HSB/HSV202°29.41%100.00%
CMYK29.41%10.59%0.00%
0.00%

Color #B4E4FF in popluar number systems.

HEXB4E4FF
Decimal180228255
Binary101101001110010011111111
Octal264344377

Shades and tints

Shades of #B4E4FF

#B4E4FF
(180,228,255)
#A4D0E8
(164,208,232)
#94BCD1
(148,188,209)
#84A8BA
(132,168,186)
#7494A3
(116,148,163)
#64808C
(100,128,140)
#546C75
(84,108,117)
#44585E
(68,88,94)
#344447
(52,68,71)
#243030
(36,48,48)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #B4E4FF

#B4E4FF
(180,228,255)
#BAE6FF
(186,230,255)
#C0E8FF
(192,232,255)
#C6EAFF
(198,234,255)
#CCECFF
(204,236,255)
#D2EEFF
(210,238,255)
#D8F0FF
(216,240,255)
#DEF2FF
(222,242,255)
#E4F4FF
(228,244,255)
#EAF6FF
(234,246,255)
#F0F8FF
(240,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E4FF color. Also use rgb(180,228,255) instead hex code.

Text Font Color

.myTextColor { color: #B4E4FF; }

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

This text font color is #B4E4FF.


Background Color

.myBgColor { background-color: #B4E4FF; }

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

This div background color is #B4E4FF.


Border color

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

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

This div border color is #B4E4FF.


Opacity

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

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

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

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

This text has shadow with #B4E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E4FF on black background.


Color preview on white background

This text has color #B4E4FF on white background.



Black color preview on #B4E4FF background

This text has black color on #B4E4FF background.


White color preview on #B4E4FF background

This text has white color on #B4E4FF background.