COLOR #B4E3DD

HEX: #B4E3DD
RGB: (180,227,221)

Color info

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

RGB color model

#B4E3DD color RGB value is (180,227,221).

  • red value is 180;
  • green value is 227;
  • blue value is 221.
RGB:
(180,227,221)
(71%,89%,87%)

RGB channels and saturation

R 180 of 255 = 71%
G 227 of 255 = 89%
B 221 of 255 = 87%

180
227
221

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

Portions of RGB colors in percentages

R + G + B =
180 + 227 + 221 = 628 (100%)
R 180 of 628 ~ 28.66%
G 227 of 628 ~ 36.15%
B 221 of 628 ~ 35.19%

%28.66
%36.15
%35.19

CMYK color model

#B4E3DD color CMYK value is (21,0,3,11).

  • cyan value is 20.70%
  • magenta value is 0.00%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK:
(21,0,3,11)
C21M0Y3K11 
(21%,0%,3%,11%)
(0.21/0.00/0.03/0.11)	

CMYK percentages

%20.7
%0
%2.64
%10.98

Codes

Color #B4E3DD in popluar color models

B4E3DD
RGB180227221
HSL172°45.63%79.80%
HSB/HSV172°20.70%89.02%
CMYK20.70%0.00%2.64%
10.98%

Color #B4E3DD in popluar number systems.

HEXB4E3DD
Decimal180227221
Binary101101001110001111011101
Octal264343335

Shades and tints

Shades of #B4E3DD

#B4E3DD
(180,227,221)
#A4CFC9
(164,207,201)
#94BBB5
(148,187,181)
#84A7A1
(132,167,161)
#74938D
(116,147,141)
#647F79
(100,127,121)
#546B65
(84,107,101)
#445751
(68,87,81)
#34433D
(52,67,61)
#242F29
(36,47,41)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #B4E3DD

#B4E3DD
(180,227,221)
#BAE5E0
(186,229,224)
#C0E7E3
(192,231,227)
#C6E9E6
(198,233,230)
#CCEBE9
(204,235,233)
#D2EDEC
(210,237,236)
#D8EFEF
(216,239,239)
#DEF1F2
(222,241,242)
#E4F3F5
(228,243,245)
#EAF5F8
(234,245,248)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E3DD color. Also use rgb(180,227,221) instead hex code.

Text Font Color

.myTextColor { color: #B4E3DD; }

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

This text font color is #B4E3DD.


Background Color

.myBgColor { background-color: #B4E3DD; }

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

This div background color is #B4E3DD.


Border color

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

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

This div border color is #B4E3DD.


Opacity

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

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

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

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

This text has shadow with #B4E3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E3DD on black background.


Color preview on white background

This text has color #B4E3DD on white background.



Black color preview on #B4E3DD background

This text has black color on #B4E3DD background.


White color preview on #B4E3DD background

This text has white color on #B4E3DD background.