COLOR #B2F0EB

HEX: #B2F0EB RGB: (178,240,235)

Color info

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

RGB color model

#B2F0EB color RGB value is (178,240,235).

RGB: (178,240,235) (70%, 94%, 92%)

RGB channels and saturation

R 178 of 255 = 70%
G 240 of 255 = 94%
B 235 of 255 = 92%

178
240
235

R + G + B ~ 85%. #B2F0EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 240 + 235 = 653 (100%)
R 178 of 653 ~ 27.26%
G 240 of 653 ~ 36.75%
B 235 of 653 ~ 35.99'%

%27.26
%36.75
%35.99

CMYK color model

#B2F0EB color CMYK value is (26,0,2,6).

  • cyan value is 25.83%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK: (26,0,2,6) C26M0Y2K6 (26%,0%,2%,6%) (0.26/0.00/0.02/0.06) 

CMYK percentages

%25.83
%0
%2.08
%5.88

Codes

Color #B2F0EB in popluar color models

B2 F0 EB
RGB 178 240 235
HSL 175° 67.39% 81.96%
HSB/HSV 175° 25.83% 94.12%
CMYK 25.83% 0.00% 2.08%
5.88%

Color #B2F0EB in popluar number systems.

HEX B2 F0 EB
Decimal 178 240 235
Binary 10110010 11110000 11101011
Octal 262 360 353

Shades and tints

Shades of #B2F0EB

#B2F0EB
(178,240,235)
#A2DBD6
(162,219,214)
#92C6C1
(146,198,193)
#82B1AC
(130,177,172)
#729C97
(114,156,151)
#628782
(98,135,130)
#52726D
(82,114,109)
#425D58
(66,93,88)
#324843
(50,72,67)
#22332E
(34,51,46)
#121E19
(18,30,25)
#000000
(0,0,0)

Tints of #B2F0EB

#B2F0EB
(178,240,235)
#B9F1EC
(185,241,236)
#C0F2ED
(192,242,237)
#C7F3EE
(199,243,238)
#CEF4EF
(206,244,239)
#D5F5F0
(213,245,240)
#DCF6F1
(220,246,241)
#E3F7F2
(227,247,242)
#EAF8F3
(234,248,243)
#F1F9F4
(241,249,244)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F0EB; }

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

This text font color is #B2F0EB.

Background Color

.myBgColor { background-color: #B2F0EB; }

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

This div background color is #B2F0EB.

Border color

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

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

This div border color is #B2F0EB.

Opacity

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

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

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

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

This text has shadow with #B2F0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F0EB.

Preview

Color preview on black background

This text has color #B2F0EB on black background.


Color preview on white background

This text has color #B2F0EB on white background.


Black color preview on #B2F0EB background

This text has black color on #B2F0EB background.


White color preview on #B2F0EB background

This text has white color on #B2F0EB background.


Related colors

Complementary color

Complementary color for #hex is #4D0F14.


I love getcolorcode.com

Triadic colors

1 #EBB2F0 and #F0EBB2 with #B2F0EB are triadic colors.

2 #EBF0B2 and #F0B2EB with #B2F0EB are triadic colors.