COLOR #B2F2EB

HEX: #B2F2EB RGB: (178,242,235)

Color info

#B2F2EB contains mainly green and blue colors. Web safe color of #B2F2EB is #99FFFF (or #9FF).

RGB color model

#B2F2EB color RGB value is (178,242,235).

RGB: (178,242,235) (70%, 95%, 92%)

RGB channels and saturation

R 178 of 255 = 70%
G 242 of 255 = 95%
B 235 of 255 = 92%

178
242
235

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

Portions of RGB colors in percentages

R + G + B = 178 + 242 + 235 = 655 (100%)
R 178 of 655 ~ 27.18%
G 242 of 655 ~ 36.95%
B 235 of 655 ~ 35.88'%

%27.18
%36.95
%35.88

CMYK color model

#B2F2EB color CMYK value is (26,0,3,5).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK: (26,0,3,5) C26M0Y3K5 (26%,0%,3%,5%) (0.26/0.00/0.03/0.05) 

CMYK percentages

%26.45
%0
%2.89
%5.1

Codes

Color #B2F2EB in popluar color models

B2 F2 EB
RGB 178 242 235
HSL 173° 71.11% 82.35%
HSB/HSV 173° 26.45% 94.90%
CMYK 26.45% 0.00% 2.89%
5.10%

Color #B2F2EB in popluar number systems.

HEX B2 F2 EB
Decimal 178 242 235
Binary 10110010 11110010 11101011
Octal 262 362 353

Shades and tints

Shades of #B2F2EB

#B2F2EB
(178,242,235)
#A2DCD6
(162,220,214)
#92C6C1
(146,198,193)
#82B0AC
(130,176,172)
#729A97
(114,154,151)
#628482
(98,132,130)
#526E6D
(82,110,109)
#425858
(66,88,88)
#324243
(50,66,67)
#222C2E
(34,44,46)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #B2F2EB

#B2F2EB
(178,242,235)
#B9F3EC
(185,243,236)
#C0F4ED
(192,244,237)
#C7F5EE
(199,245,238)
#CEF6EF
(206,246,239)
#D5F7F0
(213,247,240)
#DCF8F1
(220,248,241)
#E3F9F2
(227,249,242)
#EAFAF3
(234,250,243)
#F1FBF4
(241,251,244)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F2EB; }

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

This text font color is #B2F2EB.

Background Color

.myBgColor { background-color: #B2F2EB; }

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

This div background color is #B2F2EB.

Border color

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

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

This div border color is #B2F2EB.

Opacity

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

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

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

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

This text has shadow with #B2F2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F2EB.

Preview

Color preview on black background

This text has color #B2F2EB on black background.


Color preview on white background

This text has color #B2F2EB on white background.


Black color preview on #B2F2EB background

This text has black color on #B2F2EB background.


White color preview on #B2F2EB background

This text has white color on #B2F2EB background.


Related colors

Complementary color

Complementary color for #hex is #4D0D14.


I love getcolorcode.com

Triadic colors

1 #EBB2F2 and #F2EBB2 with #B2F2EB are triadic colors.

2 #EBF2B2 and #F2B2EB with #B2F2EB are triadic colors.