COLOR #B4E2C7

HEX: #B4E2C7
RGB: (180,226,199)

Color info

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

RGB color model

#B4E2C7 color RGB value is (180,226,199).

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

RGB channels and saturation

R 180 of 255 = 71%
G 226 of 255 = 89%
B 199 of 255 = 78%

180
226
199

R + G + B ~ 79%. #B4E2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 226 + 199 = 605 (100%)
R 180 of 605 ~ 29.75%
G 226 of 605 ~ 37.36%
B 199 of 605 ~ 32.89%

%29.75
%37.36
%32.89

CMYK color model

#B4E2C7 color CMYK value is (20,0,12,11).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK:
(20,0,12,11)
C20M0Y12K11 
(20%,0%,12%,11%)
(0.20/0.00/0.12/0.11)	

CMYK percentages

%20.35
%0
%11.95
%11.37

Codes

Color #B4E2C7 in popluar color models

B4E2C7
RGB180226199
HSL145°44.23%79.61%
HSB/HSV145°20.35%88.63%
CMYK20.35%0.00%11.95%
11.37%

Color #B4E2C7 in popluar number systems.

HEXB4E2C7
Decimal180226199
Binary101101001110001011000111
Octal264342307

Shades and tints

Shades of #B4E2C7

#B4E2C7
(180,226,199)
#A4CEB5
(164,206,181)
#94BAA3
(148,186,163)
#84A691
(132,166,145)
#74927F
(116,146,127)
#647E6D
(100,126,109)
#546A5B
(84,106,91)
#445649
(68,86,73)
#344237
(52,66,55)
#242E25
(36,46,37)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #B4E2C7

#B4E2C7
(180,226,199)
#BAE4CC
(186,228,204)
#C0E6D1
(192,230,209)
#C6E8D6
(198,232,214)
#CCEADB
(204,234,219)
#D2ECE0
(210,236,224)
#D8EEE5
(216,238,229)
#DEF0EA
(222,240,234)
#E4F2EF
(228,242,239)
#EAF4F4
(234,244,244)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E2C7; }

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

This text font color is #B4E2C7.


Background Color

.myBgColor { background-color: #B4E2C7; }

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

This div background color is #B4E2C7.


Border color

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

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

This div border color is #B4E2C7.


Opacity

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

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

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

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

This text has shadow with #B4E2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E2C7 on black background.


Color preview on white background

This text has color #B4E2C7 on white background.



Black color preview on #B4E2C7 background

This text has black color on #B4E2C7 background.


White color preview on #B4E2C7 background

This text has white color on #B4E2C7 background.