COLOR #B2EAC4

HEX: #B2EAC4
RGB: (178,234,196)

Color info

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

RGB color model

#B2EAC4 color RGB value is (178,234,196).

  • red value is 178;
  • green value is 234;
  • blue value is 196.
RGB:
(178,234,196)
(70%,92%,77%)

RGB channels and saturation

R 178 of 255 = 70%
G 234 of 255 = 92%
B 196 of 255 = 77%

178
234
196

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

Portions of RGB colors in percentages

R + G + B =
178 + 234 + 196 = 608 (100%)
R 178 of 608 ~ 29.28%
G 234 of 608 ~ 38.49%
B 196 of 608 ~ 32.24%

%29.28
%38.49
%32.24

CMYK color model

#B2EAC4 color CMYK value is (24,0,16,8).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(24,0,16,8)
C24M0Y16K8 
(24%,0%,16%,8%)
(0.24/0.00/0.16/0.08)	

CMYK percentages

%23.93
%0
%16.24
%8.24

Codes

Color #B2EAC4 in popluar color models

B2EAC4
RGB178234196
HSL139°57.14%80.78%
HSB/HSV139°23.93%91.76%
CMYK23.93%0.00%16.24%
8.24%

Color #B2EAC4 in popluar number systems.

HEXB2EAC4
Decimal178234196
Binary101100101110101011000100
Octal262352304

Shades and tints

Shades of #B2EAC4

#B2EAC4
(178,234,196)
#A2D5B3
(162,213,179)
#92C0A2
(146,192,162)
#82AB91
(130,171,145)
#729680
(114,150,128)
#62816F
(98,129,111)
#526C5E
(82,108,94)
#42574D
(66,87,77)
#32423C
(50,66,60)
#222D2B
(34,45,43)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #B2EAC4

#B2EAC4
(178,234,196)
#B9EBC9
(185,235,201)
#C0ECCE
(192,236,206)
#C7EDD3
(199,237,211)
#CEEED8
(206,238,216)
#D5EFDD
(213,239,221)
#DCF0E2
(220,240,226)
#E3F1E7
(227,241,231)
#EAF2EC
(234,242,236)
#F1F3F1
(241,243,241)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EAC4 color. Also use rgb(178,234,196) instead hex code.

Text Font Color

.myTextColor { color: #B2EAC4; }

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

This text font color is #B2EAC4.


Background Color

.myBgColor { background-color: #B2EAC4; }

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

This div background color is #B2EAC4.


Border color

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

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

This div border color is #B2EAC4.


Opacity

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

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

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

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

This text has shadow with #B2EAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EAC4 on black background.


Color preview on white background

This text has color #B2EAC4 on white background.



Black color preview on #B2EAC4 background

This text has black color on #B2EAC4 background.


White color preview on #B2EAC4 background

This text has white color on #B2EAC4 background.