COLOR #B4E3D2

HEX: #B4E3D2
RGB: (180,227,210)

Color info

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

RGB color model

#B4E3D2 color RGB value is (180,227,210).

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

RGB channels and saturation

R 180 of 255 = 71%
G 227 of 255 = 89%
B 210 of 255 = 82%

180
227
210

R + G + B ~ 81%. #B4E3D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 227 + 210 = 617 (100%)
R 180 of 617 ~ 29.17%
G 227 of 617 ~ 36.79%
B 210 of 617 ~ 34.04%

%29.17
%36.79
%34.04

CMYK color model

#B4E3D2 color CMYK value is (21,0,7,11).

  • cyan value is 20.70%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK:
(21,0,7,11)
C21M0Y7K11 
(21%,0%,7%,11%)
(0.21/0.00/0.07/0.11)	

CMYK percentages

%20.7
%0
%7.49
%10.98

Codes

Color #B4E3D2 in popluar color models

B4E3D2
RGB180227210
HSL158°45.63%79.80%
HSB/HSV158°20.70%89.02%
CMYK20.70%0.00%7.49%
10.98%

Color #B4E3D2 in popluar number systems.

HEXB4E3D2
Decimal180227210
Binary101101001110001111010010
Octal264343322

Shades and tints

Shades of #B4E3D2

#B4E3D2
(180,227,210)
#A4CFBF
(164,207,191)
#94BBAC
(148,187,172)
#84A799
(132,167,153)
#749386
(116,147,134)
#647F73
(100,127,115)
#546B60
(84,107,96)
#44574D
(68,87,77)
#34433A
(52,67,58)
#242F27
(36,47,39)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #B4E3D2

#B4E3D2
(180,227,210)
#BAE5D6
(186,229,214)
#C0E7DA
(192,231,218)
#C6E9DE
(198,233,222)
#CCEBE2
(204,235,226)
#D2EDE6
(210,237,230)
#D8EFEA
(216,239,234)
#DEF1EE
(222,241,238)
#E4F3F2
(228,243,242)
#EAF5F6
(234,245,246)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E3D2; }

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

This text font color is #B4E3D2.


Background Color

.myBgColor { background-color: #B4E3D2; }

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

This div background color is #B4E3D2.


Border color

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

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

This div border color is #B4E3D2.


Opacity

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

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

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

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

This text has shadow with #B4E3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E3D2 on black background.


Color preview on white background

This text has color #B4E3D2 on white background.



Black color preview on #B4E3D2 background

This text has black color on #B4E3D2 background.


White color preview on #B4E3D2 background

This text has white color on #B4E3D2 background.