COLOR #B4E1E6

HEX: #B4E1E6
RGB: (180,225,230)

Color info

#B4E1E6 contains red, green and blue colors in about the same proportion. Web safe color of #B4E1E6 is #CCCCCC (or #CCC).

RGB color model

#B4E1E6 color RGB value is (180,225,230).

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

RGB channels and saturation

R 180 of 255 = 71%
G 225 of 255 = 88%
B 230 of 255 = 90%

180
225
230

R + G + B ~ 83%. #B4E1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 225 + 230 = 635 (100%)
R 180 of 635 ~ 28.35%
G 225 of 635 ~ 35.43%
B 230 of 635 ~ 36.22%

%28.35
%35.43
%36.22

CMYK color model

#B4E1E6 color CMYK value is (22,2,0,10).

  • cyan value is 21.74%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(22,2,0,10)
C22M2Y0K10 
(22%,2%,0%,10%)
(0.22/0.02/0.00/0.10)	

CMYK percentages

%21.74
%2.17
%0
%9.8

Codes

Color #B4E1E6 in popluar color models

B4E1E6
RGB180225230
HSL186°50.00%80.39%
HSB/HSV186°21.74%90.20%
CMYK21.74%2.17%0.00%
9.80%

Color #B4E1E6 in popluar number systems.

HEXB4E1E6
Decimal180225230
Binary101101001110000111100110
Octal264341346

Shades and tints

Shades of #B4E1E6

#B4E1E6
(180,225,230)
#A4CDD2
(164,205,210)
#94B9BE
(148,185,190)
#84A5AA
(132,165,170)
#749196
(116,145,150)
#647D82
(100,125,130)
#54696E
(84,105,110)
#44555A
(68,85,90)
#344146
(52,65,70)
#242D32
(36,45,50)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #B4E1E6

#B4E1E6
(180,225,230)
#BAE3E8
(186,227,232)
#C0E5EA
(192,229,234)
#C6E7EC
(198,231,236)
#CCE9EE
(204,233,238)
#D2EBF0
(210,235,240)
#D8EDF2
(216,237,242)
#DEEFF4
(222,239,244)
#E4F1F6
(228,241,246)
#EAF3F8
(234,243,248)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E1E6; }

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

This text font color is #B4E1E6.


Background Color

.myBgColor { background-color: #B4E1E6; }

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

This div background color is #B4E1E6.


Border color

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

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

This div border color is #B4E1E6.


Opacity

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

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

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

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

This text has shadow with #B4E1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E1E6 on black background.


Color preview on white background

This text has color #B4E1E6 on white background.



Black color preview on #B4E1E6 background

This text has black color on #B4E1E6 background.


White color preview on #B4E1E6 background

This text has white color on #B4E1E6 background.