COLOR #B4E2EE

HEX: #B4E2EE
RGB: (180,226,238)

Color info

#B4E2EE contains red, green and blue colors in about the same proportion. Web safe color of #B4E2EE is #CCCCFF (or #CCF).

RGB color model

#B4E2EE color RGB value is (180,226,238).

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

RGB channels and saturation

R 180 of 255 = 71%
G 226 of 255 = 89%
B 238 of 255 = 93%

180
226
238

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

Portions of RGB colors in percentages

R + G + B =
180 + 226 + 238 = 644 (100%)
R 180 of 644 ~ 27.95%
G 226 of 644 ~ 35.09%
B 238 of 644 ~ 36.96%

%27.95
%35.09
%36.96

CMYK color model

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

  • cyan value is 24.37%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,5,0,7)
C24M5Y0K7 
(24%,5%,0%,7%)
(0.24/0.05/0.00/0.07)	

CMYK percentages

%24.37
%5.04
%0
%6.67

Codes

Color #B4E2EE in popluar color models

B4E2EE
RGB180226238
HSL192°63.04%81.96%
HSB/HSV192°24.37%93.33%
CMYK24.37%5.04%0.00%
6.67%

Color #B4E2EE in popluar number systems.

HEXB4E2EE
Decimal180226238
Binary101101001110001011101110
Octal264342356

Shades and tints

Shades of #B4E2EE

#B4E2EE
(180,226,238)
#A4CED9
(164,206,217)
#94BAC4
(148,186,196)
#84A6AF
(132,166,175)
#74929A
(116,146,154)
#647E85
(100,126,133)
#546A70
(84,106,112)
#44565B
(68,86,91)
#344246
(52,66,70)
#242E31
(36,46,49)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #B4E2EE

#B4E2EE
(180,226,238)
#BAE4EF
(186,228,239)
#C0E6F0
(192,230,240)
#C6E8F1
(198,232,241)
#CCEAF2
(204,234,242)
#D2ECF3
(210,236,243)
#D8EEF4
(216,238,244)
#DEF0F5
(222,240,245)
#E4F2F6
(228,242,246)
#EAF4F7
(234,244,247)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E2EE; }

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

This text font color is #B4E2EE.


Background Color

.myBgColor { background-color: #B4E2EE; }

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

This div background color is #B4E2EE.


Border color

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

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

This div border color is #B4E2EE.


Opacity

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

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

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

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

This text has shadow with #B4E2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E2EE on black background.


Color preview on white background

This text has color #B4E2EE on white background.



Black color preview on #B4E2EE background

This text has black color on #B4E2EE background.


White color preview on #B4E2EE background

This text has white color on #B4E2EE background.