COLOR #B4E6FE

HEX: #B4E6FE
RGB: (180,230,254)

Color info

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

RGB color model

#B4E6FE color RGB value is (180,230,254).

  • red value is 180;
  • green value is 230;
  • blue value is 254.
RGB:
(180,230,254)
(71%,90%,100%)

RGB channels and saturation

R 180 of 255 = 71%
G 230 of 255 = 90%
B 254 of 255 = 100%

180
230
254

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

Portions of RGB colors in percentages

R + G + B =
180 + 230 + 254 = 664 (100%)
R 180 of 664 ~ 27.11%
G 230 of 664 ~ 34.64%
B 254 of 664 ~ 38.25%

%27.11
%34.64
%38.25

CMYK color model

#B4E6FE color CMYK value is (29,9,0,0).

  • cyan value is 29.13%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(29,9,0,0)
C29M9Y0K0 
(29%,9%,0%,0%)
(0.29/0.09/0.00/0.00)	

CMYK percentages

%29.13
%9.45
%0
%0.39

Codes

Color #B4E6FE in popluar color models

B4E6FE
RGB180230254
HSL199°97.37%85.10%
HSB/HSV199°29.13%99.61%
CMYK29.13%9.45%0.00%
0.39%

Color #B4E6FE in popluar number systems.

HEXB4E6FE
Decimal180230254
Binary101101001110011011111110
Octal264346376

Shades and tints

Shades of #B4E6FE

#B4E6FE
(180,230,254)
#A4D2E7
(164,210,231)
#94BED0
(148,190,208)
#84AAB9
(132,170,185)
#7496A2
(116,150,162)
#64828B
(100,130,139)
#546E74
(84,110,116)
#445A5D
(68,90,93)
#344646
(52,70,70)
#24322F
(36,50,47)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #B4E6FE

#B4E6FE
(180,230,254)
#BAE8FE
(186,232,254)
#C0EAFE
(192,234,254)
#C6ECFE
(198,236,254)
#CCEEFE
(204,238,254)
#D2F0FE
(210,240,254)
#D8F2FE
(216,242,254)
#DEF4FE
(222,244,254)
#E4F6FE
(228,246,254)
#EAF8FE
(234,248,254)
#F0FAFE
(240,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E6FE color. Also use rgb(180,230,254) instead hex code.

Text Font Color

.myTextColor { color: #B4E6FE; }

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

This text font color is #B4E6FE.


Background Color

.myBgColor { background-color: #B4E6FE; }

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

This div background color is #B4E6FE.


Border color

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

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

This div border color is #B4E6FE.


Opacity

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

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

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

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

This text has shadow with #B4E6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E6FE on black background.


Color preview on white background

This text has color #B4E6FE on white background.



Black color preview on #B4E6FE background

This text has black color on #B4E6FE background.


White color preview on #B4E6FE background

This text has white color on #B4E6FE background.