COLOR #B4EAE4

HEX: #B4EAE4
RGB: (180,234,228)

Color info

#B4EAE4 contains red, green and blue colors in about the same proportion. Web safe color of #B4EAE4 is #CCFFCC (or #CFC).

RGB color model

#B4EAE4 color RGB value is (180,234,228).

  • red value is 180;
  • green value is 234;
  • blue value is 228.
RGB:
(180,234,228)
(71%,92%,89%)

RGB channels and saturation

R 180 of 255 = 71%
G 234 of 255 = 92%
B 228 of 255 = 89%

180
234
228

R + G + B ~ 84%. #B4EAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 234 + 228 = 642 (100%)
R 180 of 642 ~ 28.04%
G 234 of 642 ~ 36.45%
B 228 of 642 ~ 35.51%

%28.04
%36.45
%35.51

CMYK color model

#B4EAE4 color CMYK value is (23,0,3,8).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(23,0,3,8)
C23M0Y3K8 
(23%,0%,3%,8%)
(0.23/0.00/0.03/0.08)	

CMYK percentages

%23.08
%0
%2.56
%8.24

Codes

Color #B4EAE4 in popluar color models

B4EAE4
RGB180234228
HSL173°56.25%81.18%
HSB/HSV173°23.08%91.76%
CMYK23.08%0.00%2.56%
8.24%

Color #B4EAE4 in popluar number systems.

HEXB4EAE4
Decimal180234228
Binary101101001110101011100100
Octal264352344

Shades and tints

Shades of #B4EAE4

#B4EAE4
(180,234,228)
#A4D5D0
(164,213,208)
#94C0BC
(148,192,188)
#84ABA8
(132,171,168)
#749694
(116,150,148)
#648180
(100,129,128)
#546C6C
(84,108,108)
#445758
(68,87,88)
#344244
(52,66,68)
#242D30
(36,45,48)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #B4EAE4

#B4EAE4
(180,234,228)
#BAEBE6
(186,235,230)
#C0ECE8
(192,236,232)
#C6EDEA
(198,237,234)
#CCEEEC
(204,238,236)
#D2EFEE
(210,239,238)
#D8F0F0
(216,240,240)
#DEF1F2
(222,241,242)
#E4F2F4
(228,242,244)
#EAF3F6
(234,243,246)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EAE4 color. Also use rgb(180,234,228) instead hex code.

Text Font Color

.myTextColor { color: #B4EAE4; }

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

This text font color is #B4EAE4.


Background Color

.myBgColor { background-color: #B4EAE4; }

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

This div background color is #B4EAE4.


Border color

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

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

This div border color is #B4EAE4.


Opacity

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

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

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

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

This text has shadow with #B4EAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EAE4 on black background.


Color preview on white background

This text has color #B4EAE4 on white background.



Black color preview on #B4EAE4 background

This text has black color on #B4EAE4 background.


White color preview on #B4EAE4 background

This text has white color on #B4EAE4 background.