COLOR #B4E6DC

HEX: #B4E6DC
RGB: (180,230,220)

Color info

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

RGB color model

#B4E6DC color RGB value is (180,230,220).

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

RGB channels and saturation

R 180 of 255 = 71%
G 230 of 255 = 90%
B 220 of 255 = 86%

180
230
220

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

Portions of RGB colors in percentages

R + G + B =
180 + 230 + 220 = 630 (100%)
R 180 of 630 ~ 28.57%
G 230 of 630 ~ 36.51%
B 220 of 630 ~ 34.92%

%28.57
%36.51
%34.92

CMYK color model

#B4E6DC color CMYK value is (22,0,4,10).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(22,0,4,10)
C22M0Y4K10 
(22%,0%,4%,10%)
(0.22/0.00/0.04/0.10)	

CMYK percentages

%21.74
%0
%4.35
%9.8

Codes

Color #B4E6DC in popluar color models

B4E6DC
RGB180230220
HSL168°50.00%80.39%
HSB/HSV168°21.74%90.20%
CMYK21.74%0.00%4.35%
9.80%

Color #B4E6DC in popluar number systems.

HEXB4E6DC
Decimal180230220
Binary101101001110011011011100
Octal264346334

Shades and tints

Shades of #B4E6DC

#B4E6DC
(180,230,220)
#A4D2C8
(164,210,200)
#94BEB4
(148,190,180)
#84AAA0
(132,170,160)
#74968C
(116,150,140)
#648278
(100,130,120)
#546E64
(84,110,100)
#445A50
(68,90,80)
#34463C
(52,70,60)
#243228
(36,50,40)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #B4E6DC

#B4E6DC
(180,230,220)
#BAE8DF
(186,232,223)
#C0EAE2
(192,234,226)
#C6ECE5
(198,236,229)
#CCEEE8
(204,238,232)
#D2F0EB
(210,240,235)
#D8F2EE
(216,242,238)
#DEF4F1
(222,244,241)
#E4F6F4
(228,246,244)
#EAF8F7
(234,248,247)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E6DC; }

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

This text font color is #B4E6DC.


Background Color

.myBgColor { background-color: #B4E6DC; }

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

This div background color is #B4E6DC.


Border color

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

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

This div border color is #B4E6DC.


Opacity

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

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

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

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

This text has shadow with #B4E6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E6DC on black background.


Color preview on white background

This text has color #B4E6DC on white background.



Black color preview on #B4E6DC background

This text has black color on #B4E6DC background.


White color preview on #B4E6DC background

This text has white color on #B4E6DC background.