COLOR #B2ECE4

HEX: #B2ECE4 RGB: (178,236,228)

Color info

#B2ECE4 contains red, green and blue colors in about the same proportion. Web safe color of #B2ECE4 is #99FFCC (or #9FC).

RGB color model

#B2ECE4 color RGB value is (178,236,228).

RGB: (178,236,228) (70%, 93%, 89%)

RGB channels and saturation

R 178 of 255 = 70%
G 236 of 255 = 93%
B 228 of 255 = 89%

178
236
228

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

Portions of RGB colors in percentages

R + G + B = 178 + 236 + 228 = 642 (100%)
R 178 of 642 ~ 27.73%
G 236 of 642 ~ 36.76%
B 228 of 642 ~ 35.51'%

%27.73
%36.76
%35.51

CMYK color model

#B2ECE4 color CMYK value is (25,0,3,7).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 7.45%

CMYK: (25,0,3,7)
C25M0Y3K7 (25%, 0%, 3%, 7%)
(0.25 / 0.00 / 0.03 / 0.07)

CMYK percentages

%24.58
%0
%3.39
%7.45

Codes

Color #B2ECE4 in popluar color models

B2 EC E4
RGB 178 236 228
HSL 172° 60.42% 81.18%
HSB/HSV 172° 24.58% 92.55%
CMYK 24.58% 0.00% 3.39%
7.45%

Color #B2ECE4 in popluar number systems.

HEX B2 EC E4
Decimal 178 236 228
Binary 10110010 11101100 11100100
Octal 262 354 344

Shades and tints

Shades of #B2ECE4

#B2ECE4
(178,236,228)
#A2D7D0
(162,215,208)
#92C2BC
(146,194,188)
#82ADA8
(130,173,168)
#729894
(114,152,148)
#628380
(98,131,128)
#526E6C
(82,110,108)
#425958
(66,89,88)
#324444
(50,68,68)
#222F30
(34,47,48)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #B2ECE4

#B2ECE4
(178,236,228)
#B9EDE6
(185,237,230)
#C0EEE8
(192,238,232)
#C7EFEA
(199,239,234)
#CEF0EC
(206,240,236)
#D5F1EE
(213,241,238)
#DCF2F0
(220,242,240)
#E3F3F2
(227,243,242)
#EAF4F4
(234,244,244)
#F1F5F6
(241,245,246)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ECE4; }

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

This text font color is #B2ECE4.

Background Color

.myBgColor { background-color: #B2ECE4; }

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

This div background color is #B2ECE4.

Border color

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

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

This div border color is #B2ECE4.

Opacity

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

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

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

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

This text has shadow with #B2ECE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ECE4.

Preview

Color preview on black background

This text has color #B2ECE4 on black background.


Color preview on white background

This text has color #B2ECE4 on white background.


Black color preview on #B2ECE4 background

This text has black color on #B2ECE4 background.


White color preview on #B2ECE4 background

This text has white color on #B2ECE4 background.


Related colors

Complementary color

Complementary color for #hex is #4D131B.


I love getcolorcode.com

Triadic colors

1 #E4B2EC and #ECE4B2 with #B2ECE4 are triadic colors.

2 #E4ECB2 and #ECB2E4 with #B2ECE4 are triadic colors.