COLOR #B2F1EE

HEX: #B2F1EE RGB: (178,241,238)

Color info

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

RGB color model

#B2F1EE color RGB value is (178,241,238).

RGB: (178,241,238) (70%, 95%, 93%)

RGB channels and saturation

R 178 of 255 = 70%
G 241 of 255 = 95%
B 238 of 255 = 93%

178
241
238

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

Portions of RGB colors in percentages

R + G + B = 178 + 241 + 238 = 657 (100%)
R 178 of 657 ~ 27.09%
G 241 of 657 ~ 36.68%
B 238 of 657 ~ 36.23'%

%27.09
%36.68
%36.23

CMYK color model

#B2F1EE color CMYK value is (26,0,1,5).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.49%

CMYK: (26,0,1,5)
C26M0Y1K5 (26%, 0%, 1%, 5%)
(0.26 / 0.00 / 0.01 / 0.05)

CMYK percentages

%26.14
%0
%1.24
%5.49

Codes

Color #B2F1EE in popluar color models

B2 F1 EE
RGB 178 241 238
HSL 177° 69.23% 82.16%
HSB/HSV 177° 26.14% 94.51%
CMYK 26.14% 0.00% 1.24%
5.49%

Color #B2F1EE in popluar number systems.

HEX B2 F1 EE
Decimal 178 241 238
Binary 10110010 11110001 11101110
Octal 262 361 356

Shades and tints

Shades of #B2F1EE

#B2F1EE
(178,241,238)
#A2DCD9
(162,220,217)
#92C7C4
(146,199,196)
#82B2AF
(130,178,175)
#729D9A
(114,157,154)
#628885
(98,136,133)
#527370
(82,115,112)
#425E5B
(66,94,91)
#324946
(50,73,70)
#223431
(34,52,49)
#121F1C
(18,31,28)
#000000
(0,0,0)

Tints of #B2F1EE

#B2F1EE
(178,241,238)
#B9F2EF
(185,242,239)
#C0F3F0
(192,243,240)
#C7F4F1
(199,244,241)
#CEF5F2
(206,245,242)
#D5F6F3
(213,246,243)
#DCF7F4
(220,247,244)
#E3F8F5
(227,248,245)
#EAF9F6
(234,249,246)
#F1FAF7
(241,250,247)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F1EE color. Also use rgb(178,241,238) instead hex code.

Text Font Color

.myTextColor { color: #B2F1EE; }

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

This text font color is #B2F1EE.

Background Color

.myBgColor { background-color: #B2F1EE; }

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

This div background color is #B2F1EE.

Border color

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

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

This div border color is #B2F1EE.

Opacity

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

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

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

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

This text has shadow with #B2F1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F1EE.

Preview

Color preview on black background

This text has color #B2F1EE on black background.


Color preview on white background

This text has color #B2F1EE on white background.


Black color preview on #B2F1EE background

This text has black color on #B2F1EE background.


White color preview on #B2F1EE background

This text has white color on #B2F1EE background.


Related colors

Complementary color

Complementary color for #hex is #4D0E11.


I love getcolorcode.com

Triadic colors

1 #EEB2F1 and #F1EEB2 with #B2F1EE are triadic colors.

2 #EEF1B2 and #F1B2EE with #B2F1EE are triadic colors.