COLOR #B4E5DE

HEX: #B4E5DE
RGB: (180,229,222)

Color info

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

RGB color model

#B4E5DE color RGB value is (180,229,222).

  • red value is 180;
  • green value is 229;
  • blue value is 222.
RGB:
(180,229,222)
(71%,90%,87%)

RGB channels and saturation

R 180 of 255 = 71%
G 229 of 255 = 90%
B 222 of 255 = 87%

180
229
222

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

Portions of RGB colors in percentages

R + G + B =
180 + 229 + 222 = 631 (100%)
R 180 of 631 ~ 28.53%
G 229 of 631 ~ 36.29%
B 222 of 631 ~ 35.18%

%28.53
%36.29
%35.18

CMYK color model

#B4E5DE color CMYK value is (21,0,3,10).

  • cyan value is 21.40%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(21,0,3,10)
C21M0Y3K10 
(21%,0%,3%,10%)
(0.21/0.00/0.03/0.10)	

CMYK percentages

%21.4
%0
%3.06
%10.2

Codes

Color #B4E5DE in popluar color models

B4E5DE
RGB180229222
HSL171°48.51%80.20%
HSB/HSV171°21.40%89.80%
CMYK21.40%0.00%3.06%
10.20%

Color #B4E5DE in popluar number systems.

HEXB4E5DE
Decimal180229222
Binary101101001110010111011110
Octal264345336

Shades and tints

Shades of #B4E5DE

#B4E5DE
(180,229,222)
#A4D1CA
(164,209,202)
#94BDB6
(148,189,182)
#84A9A2
(132,169,162)
#74958E
(116,149,142)
#64817A
(100,129,122)
#546D66
(84,109,102)
#445952
(68,89,82)
#34453E
(52,69,62)
#24312A
(36,49,42)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #B4E5DE

#B4E5DE
(180,229,222)
#BAE7E1
(186,231,225)
#C0E9E4
(192,233,228)
#C6EBE7
(198,235,231)
#CCEDEA
(204,237,234)
#D2EFED
(210,239,237)
#D8F1F0
(216,241,240)
#DEF3F3
(222,243,243)
#E4F5F6
(228,245,246)
#EAF7F9
(234,247,249)
#F0F9FC
(240,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E5DE color. Also use rgb(180,229,222) instead hex code.

Text Font Color

.myTextColor { color: #B4E5DE; }

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

This text font color is #B4E5DE.


Background Color

.myBgColor { background-color: #B4E5DE; }

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

This div background color is #B4E5DE.


Border color

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

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

This div border color is #B4E5DE.


Opacity

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

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

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

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

This text has shadow with #B4E5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E5DE on black background.


Color preview on white background

This text has color #B4E5DE on white background.



Black color preview on #B4E5DE background

This text has black color on #B4E5DE background.


White color preview on #B4E5DE background

This text has white color on #B4E5DE background.