COLOR #B4F2EF

HEX: #B4F2EF RGB: (180,242,239)

Color info

#B4F2EF contains mainly green and blue colors. Web safe color of #B4F2EF is #CCFFFF (or #CFF).

RGB color model

#B4F2EF color RGB value is (180,242,239).

RGB: (180,242,239) (71%, 95%, 94%)

RGB channels and saturation

R 180 of 255 = 71%
G 242 of 255 = 95%
B 239 of 255 = 94%

180
242
239

R + G + B ~ 87%. #B4F2EF is light color.

Portions of RGB colors in percentages

R + G + B = 180 + 242 + 239 = 661 (100%)
R 180 of 661 ~ 27.23%
G 242 of 661 ~ 36.61%
B 239 of 661 ~ 36.16'%

%27.23
%36.61
%36.16

CMYK color model

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

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%

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

CMYK percentages

%25.62
%0
%1.24
%5.1

Codes

Color #B4F2EF in popluar color models

B4 F2 EF
RGB 180 242 239
HSL 177° 70.45% 82.75%
HSB/HSV 177° 25.62% 94.90%
CMYK 25.62% 0.00% 1.24%
5.10%

Color #B4F2EF in popluar number systems.

HEX B4 F2 EF
Decimal 180 242 239
Binary 10110100 11110010 11101111
Octal 264 362 357

Shades and tints

Shades of #B4F2EF

#B4F2EF
(180,242,239)
#A4DCDA
(164,220,218)
#94C6C5
(148,198,197)
#84B0B0
(132,176,176)
#749A9B
(116,154,155)
#648486
(100,132,134)
#546E71
(84,110,113)
#44585C
(68,88,92)
#344247
(52,66,71)
#242C32
(36,44,50)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #B4F2EF

#B4F2EF
(180,242,239)
#BAF3F0
(186,243,240)
#C0F4F1
(192,244,241)
#C6F5F2
(198,245,242)
#CCF6F3
(204,246,243)
#D2F7F4
(210,247,244)
#D8F8F5
(216,248,245)
#DEF9F6
(222,249,246)
#E4FAF7
(228,250,247)
#EAFBF8
(234,251,248)
#F0FCF9
(240,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F2EF color. Also use rgb(180,242,239) instead hex code.

Text Font Color

.myTextColor { color: #B4F2EF; }

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

This text font color is #B4F2EF.

Background Color

.myBgColor { background-color: #B4F2EF; }

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

This div background color is #B4F2EF.

Border color

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

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

This div border color is #B4F2EF.

Opacity

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

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

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

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

This text has shadow with #B4F2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4F2EF.

Preview

Color preview on black background

This text has color #B4F2EF on black background.


Color preview on white background

This text has color #B4F2EF on white background.


Black color preview on #B4F2EF background

This text has black color on #B4F2EF background.


White color preview on #B4F2EF background

This text has white color on #B4F2EF background.


Related colors

Complementary color

Complementary color for #hex is #4B0D10.


I love getcolorcode.com

Triadic colors

1 #EFB4F2 and #F2EFB4 with #B4F2EF are triadic colors.

2 #EFF2B4 and #F2B4EF with #B4F2EF are triadic colors.