COLOR #B4EDE6

HEX: #B4EDE6
RGB: (180,237,230)

Color info

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

RGB color model

#B4EDE6 color RGB value is (180,237,230).

  • red value is 180;
  • green value is 237;
  • blue value is 230.
RGB:
(180,237,230)
(71%,93%,90%)

RGB channels and saturation

R 180 of 255 = 71%
G 237 of 255 = 93%
B 230 of 255 = 90%

180
237
230

R + G + B ~ 85%. #B4EDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 237 + 230 = 647 (100%)
R 180 of 647 ~ 27.82%
G 237 of 647 ~ 36.63%
B 230 of 647 ~ 35.55%

%27.82
%36.63
%35.55

CMYK color model

#B4EDE6 color CMYK value is (24,0,3,7).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(24,0,3,7)
C24M0Y3K7 
(24%,0%,3%,7%)
(0.24/0.00/0.03/0.07)	

CMYK percentages

%24.05
%0
%2.95
%7.06

Codes

Color #B4EDE6 in popluar color models

B4EDE6
RGB180237230
HSL173°61.29%81.76%
HSB/HSV173°24.05%92.94%
CMYK24.05%0.00%2.95%
7.06%

Color #B4EDE6 in popluar number systems.

HEXB4EDE6
Decimal180237230
Binary101101001110110111100110
Octal264355346

Shades and tints

Shades of #B4EDE6

#B4EDE6
(180,237,230)
#A4D8D2
(164,216,210)
#94C3BE
(148,195,190)
#84AEAA
(132,174,170)
#749996
(116,153,150)
#648482
(100,132,130)
#546F6E
(84,111,110)
#445A5A
(68,90,90)
#344546
(52,69,70)
#243032
(36,48,50)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #B4EDE6

#B4EDE6
(180,237,230)
#BAEEE8
(186,238,232)
#C0EFEA
(192,239,234)
#C6F0EC
(198,240,236)
#CCF1EE
(204,241,238)
#D2F2F0
(210,242,240)
#D8F3F2
(216,243,242)
#DEF4F4
(222,244,244)
#E4F5F6
(228,245,246)
#EAF6F8
(234,246,248)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EDE6 color. Also use rgb(180,237,230) instead hex code.

Text Font Color

.myTextColor { color: #B4EDE6; }

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

This text font color is #B4EDE6.


Background Color

.myBgColor { background-color: #B4EDE6; }

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

This div background color is #B4EDE6.


Border color

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

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

This div border color is #B4EDE6.


Opacity

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

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

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

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

This text has shadow with #B4EDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EDE6 on black background.


Color preview on white background

This text has color #B4EDE6 on white background.



Black color preview on #B4EDE6 background

This text has black color on #B4EDE6 background.


White color preview on #B4EDE6 background

This text has white color on #B4EDE6 background.