COLOR #B2EBCA

HEX: #B2EBCA
RGB: (178,235,202)

Color info

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

RGB color model

#B2EBCA color RGB value is (178,235,202).

  • red value is 178;
  • green value is 235;
  • blue value is 202.
RGB:
(178,235,202)
(70%,92%,79%)

RGB channels and saturation

R 178 of 255 = 70%
G 235 of 255 = 92%
B 202 of 255 = 79%

178
235
202

R + G + B ~ 80%. #B2EBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 235 + 202 = 615 (100%)
R 178 of 615 ~ 28.94%
G 235 of 615 ~ 38.21%
B 202 of 615 ~ 32.85%

%28.94
%38.21
%32.85

CMYK color model

#B2EBCA color CMYK value is (24,0,14,8).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 7.84%
CMYK:
(24,0,14,8)
C24M0Y14K8 
(24%,0%,14%,8%)
(0.24/0.00/0.14/0.08)	

CMYK percentages

%24.26
%0
%14.04
%7.84

Codes

Color #B2EBCA in popluar color models

B2EBCA
RGB178235202
HSL145°58.76%80.98%
HSB/HSV145°24.26%92.16%
CMYK24.26%0.00%14.04%
7.84%

Color #B2EBCA in popluar number systems.

HEXB2EBCA
Decimal178235202
Binary101100101110101111001010
Octal262353312

Shades and tints

Shades of #B2EBCA

#B2EBCA
(178,235,202)
#A2D6B8
(162,214,184)
#92C1A6
(146,193,166)
#82AC94
(130,172,148)
#729782
(114,151,130)
#628270
(98,130,112)
#526D5E
(82,109,94)
#42584C
(66,88,76)
#32433A
(50,67,58)
#222E28
(34,46,40)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #B2EBCA

#B2EBCA
(178,235,202)
#B9ECCE
(185,236,206)
#C0EDD2
(192,237,210)
#C7EED6
(199,238,214)
#CEEFDA
(206,239,218)
#D5F0DE
(213,240,222)
#DCF1E2
(220,241,226)
#E3F2E6
(227,242,230)
#EAF3EA
(234,243,234)
#F1F4EE
(241,244,238)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EBCA color. Also use rgb(178,235,202) instead hex code.

Text Font Color

.myTextColor { color: #B2EBCA; }

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

This text font color is #B2EBCA.


Background Color

.myBgColor { background-color: #B2EBCA; }

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

This div background color is #B2EBCA.


Border color

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

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

This div border color is #B2EBCA.


Opacity

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

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

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

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

This text has shadow with #B2EBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EBCA on black background.


Color preview on white background

This text has color #B2EBCA on white background.



Black color preview on #B2EBCA background

This text has black color on #B2EBCA background.


White color preview on #B2EBCA background

This text has white color on #B2EBCA background.