COLOR #B4E2D7

HEX: #B4E2D7
RGB: (180,226,215)

Color info

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

RGB color model

#B4E2D7 color RGB value is (180,226,215).

  • red value is 180;
  • green value is 226;
  • blue value is 215.
RGB:
(180,226,215)
(71%,89%,84%)

RGB channels and saturation

R 180 of 255 = 71%
G 226 of 255 = 89%
B 215 of 255 = 84%

180
226
215

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

Portions of RGB colors in percentages

R + G + B =
180 + 226 + 215 = 621 (100%)
R 180 of 621 ~ 28.99%
G 226 of 621 ~ 36.39%
B 215 of 621 ~ 34.62%

%28.99
%36.39
%34.62

CMYK color model

#B4E2D7 color CMYK value is (20,0,5,11).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 4.87%
  • key color value is 11.37%
CMYK:
(20,0,5,11)
C20M0Y5K11 
(20%,0%,5%,11%)
(0.20/0.00/0.05/0.11)	

CMYK percentages

%20.35
%0
%4.87
%11.37

Codes

Color #B4E2D7 in popluar color models

B4E2D7
RGB180226215
HSL166°44.23%79.61%
HSB/HSV166°20.35%88.63%
CMYK20.35%0.00%4.87%
11.37%

Color #B4E2D7 in popluar number systems.

HEXB4E2D7
Decimal180226215
Binary101101001110001011010111
Octal264342327

Shades and tints

Shades of #B4E2D7

#B4E2D7
(180,226,215)
#A4CEC4
(164,206,196)
#94BAB1
(148,186,177)
#84A69E
(132,166,158)
#74928B
(116,146,139)
#647E78
(100,126,120)
#546A65
(84,106,101)
#445652
(68,86,82)
#34423F
(52,66,63)
#242E2C
(36,46,44)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4E2D7

#B4E2D7
(180,226,215)
#BAE4DA
(186,228,218)
#C0E6DD
(192,230,221)
#C6E8E0
(198,232,224)
#CCEAE3
(204,234,227)
#D2ECE6
(210,236,230)
#D8EEE9
(216,238,233)
#DEF0EC
(222,240,236)
#E4F2EF
(228,242,239)
#EAF4F2
(234,244,242)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E2D7 color. Also use rgb(180,226,215) instead hex code.

Text Font Color

.myTextColor { color: #B4E2D7; }

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

This text font color is #B4E2D7.


Background Color

.myBgColor { background-color: #B4E2D7; }

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

This div background color is #B4E2D7.


Border color

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

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

This div border color is #B4E2D7.


Opacity

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

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

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

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

This text has shadow with #B4E2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E2D7 on black background.


Color preview on white background

This text has color #B4E2D7 on white background.



Black color preview on #B4E2D7 background

This text has black color on #B4E2D7 background.


White color preview on #B4E2D7 background

This text has white color on #B4E2D7 background.