COLOR #B4ECEC

HEX: #B4ECEC
RGB: (180,236,236)

Color info

#B4ECEC contains red, green and blue colors in about the same proportion. Web safe color of #B4ECEC is #CCFFFF (or #CFF).

RGB color model

#B4ECEC color RGB value is (180,236,236).

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

RGB channels and saturation

R 180 of 255 = 71%
G 236 of 255 = 93%
B 236 of 255 = 93%

180
236
236

R + G + B ~ 86%. #B4ECEC is light color.

Portions of RGB colors in percentages

R + G + B =
180 + 236 + 236 = 652 (100%)
R 180 of 652 ~ 27.61%
G 236 of 652 ~ 36.2%
B 236 of 652 ~ 36.2%

%27.61
%36.2
%36.2

CMYK color model

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

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(24,0,0,7)
C24M0Y0K7 
(24%,0%,0%,7%)
(0.24/0.00/0.00/0.07)	

CMYK percentages

%23.73
%0
%0
%7.45

Codes

Color #B4ECEC in popluar color models

B4ECEC
RGB180236236
HSL180°59.57%81.57%
HSB/HSV180°23.73%92.55%
CMYK23.73%0.00%0.00%
7.45%

Color #B4ECEC in popluar number systems.

HEXB4ECEC
Decimal180236236
Binary101101001110110011101100
Octal264354354

Shades and tints

Shades of #B4ECEC

#B4ECEC
(180,236,236)
#A4D7D7
(164,215,215)
#94C2C2
(148,194,194)
#84ADAD
(132,173,173)
#749898
(116,152,152)
#648383
(100,131,131)
#546E6E
(84,110,110)
#445959
(68,89,89)
#344444
(52,68,68)
#242F2F
(36,47,47)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #B4ECEC

#B4ECEC
(180,236,236)
#BAEDED
(186,237,237)
#C0EEEE
(192,238,238)
#C6EFEF
(198,239,239)
#CCF0F0
(204,240,240)
#D2F1F1
(210,241,241)
#D8F2F2
(216,242,242)
#DEF3F3
(222,243,243)
#E4F4F4
(228,244,244)
#EAF5F5
(234,245,245)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ECEC; }

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

This text font color is #B4ECEC.


Background Color

.myBgColor { background-color: #B4ECEC; }

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

This div background color is #B4ECEC.


Border color

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

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

This div border color is #B4ECEC.


Opacity

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

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

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

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

This text has shadow with #B4ECEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ECEC on black background.


Color preview on white background

This text has color #B4ECEC on white background.



Black color preview on #B4ECEC background

This text has black color on #B4ECEC background.


White color preview on #B4ECEC background

This text has white color on #B4ECEC background.