COLOR #B4E1DC

HEX: #B4E1DC
RGB: (180,225,220)

Color info

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

RGB color model

#B4E1DC color RGB value is (180,225,220).

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

RGB channels and saturation

R 180 of 255 = 71%
G 225 of 255 = 88%
B 220 of 255 = 86%

180
225
220

R + G + B ~ 82%. #B4E1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 225 + 220 = 625 (100%)
R 180 of 625 ~ 28.8%
G 225 of 625 ~ 36%
B 220 of 625 ~ 35.2%

%28.8
%36
%35.2

CMYK color model

#B4E1DC color CMYK value is (20,0,2,12).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(20,0,2,12)
C20M0Y2K12 
(20%,0%,2%,12%)
(0.20/0.00/0.02/0.12)	

CMYK percentages

%20
%0
%2.22
%11.76

Codes

Color #B4E1DC in popluar color models

B4E1DC
RGB180225220
HSL173°42.86%79.41%
HSB/HSV173°20.00%88.24%
CMYK20.00%0.00%2.22%
11.76%

Color #B4E1DC in popluar number systems.

HEXB4E1DC
Decimal180225220
Binary101101001110000111011100
Octal264341334

Shades and tints

Shades of #B4E1DC

#B4E1DC
(180,225,220)
#A4CDC8
(164,205,200)
#94B9B4
(148,185,180)
#84A5A0
(132,165,160)
#74918C
(116,145,140)
#647D78
(100,125,120)
#546964
(84,105,100)
#445550
(68,85,80)
#34413C
(52,65,60)
#242D28
(36,45,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #B4E1DC

#B4E1DC
(180,225,220)
#BAE3DF
(186,227,223)
#C0E5E2
(192,229,226)
#C6E7E5
(198,231,229)
#CCE9E8
(204,233,232)
#D2EBEB
(210,235,235)
#D8EDEE
(216,237,238)
#DEEFF1
(222,239,241)
#E4F1F4
(228,241,244)
#EAF3F7
(234,243,247)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E1DC; }

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

This text font color is #B4E1DC.


Background Color

.myBgColor { background-color: #B4E1DC; }

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

This div background color is #B4E1DC.


Border color

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

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

This div border color is #B4E1DC.


Opacity

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

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

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

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

This text has shadow with #B4E1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E1DC on black background.


Color preview on white background

This text has color #B4E1DC on white background.



Black color preview on #B4E1DC background

This text has black color on #B4E1DC background.


White color preview on #B4E1DC background

This text has white color on #B4E1DC background.