COLOR #B4F6E0

HEX: #B4F6E0 RGB: (180,246,224)

Color info

#B4F6E0 contains mainly green and blue colors. Web safe color of #B4F6E0 is #CCFFCC (or #CFC).

RGB color model

#B4F6E0 color RGB value is (180,246,224).

RGB: (180,246,224) (71%, 96%, 88%)

RGB channels and saturation

R 180 of 255 = 71%
G 246 of 255 = 96%
B 224 of 255 = 88%

180
246
224

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

Portions of RGB colors in percentages

R + G + B = 180 + 246 + 224 = 650 (100%)
R 180 of 650 ~ 27.69%
G 246 of 650 ~ 37.85%
B 224 of 650 ~ 34.46'%

%27.69
%37.85
%34.46

CMYK color model

#B4F6E0 color CMYK value is (27,0,9,4).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 3.53%

CMYK: (27,0,9,4)
C27M0Y9K4 (27%, 0%, 9%, 4%)
(0.27 / 0.00 / 0.09 / 0.04)

CMYK percentages

%26.83
%0
%8.94
%3.53

Codes

Color #B4F6E0 in popluar color models

B4 F6 E0
RGB 180 246 224
HSL 160° 78.57% 83.53%
HSB/HSV 160° 26.83% 96.47%
CMYK 26.83% 0.00% 8.94%
3.53%

Color #B4F6E0 in popluar number systems.

HEX B4 F6 E0
Decimal 180 246 224
Binary 10110100 11110110 11100000
Octal 264 366 340

Shades and tints

Shades of #B4F6E0

#B4F6E0
(180,246,224)
#A4E0CC
(164,224,204)
#94CAB8
(148,202,184)
#84B4A4
(132,180,164)
#749E90
(116,158,144)
#64887C
(100,136,124)
#547268
(84,114,104)
#445C54
(68,92,84)
#344640
(52,70,64)
#24302C
(36,48,44)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #B4F6E0

#B4F6E0
(180,246,224)
#BAF6E2
(186,246,226)
#C0F6E4
(192,246,228)
#C6F6E6
(198,246,230)
#CCF6E8
(204,246,232)
#D2F6EA
(210,246,234)
#D8F6EC
(216,246,236)
#DEF6EE
(222,246,238)
#E4F6F0
(228,246,240)
#EAF6F2
(234,246,242)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F6E0 color. Also use rgb(180,246,224) instead hex code.

Text Font Color

.myTextColor { color: #B4F6E0; }

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

This text font color is #B4F6E0.

Background Color

.myBgColor { background-color: #B4F6E0; }

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

This div background color is #B4F6E0.

Border color

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

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

This div border color is #B4F6E0.

Opacity

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

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

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

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

This text has shadow with #B4F6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4F6E0.

Preview

Color preview on black background

This text has color #B4F6E0 on black background.


Color preview on white background

This text has color #B4F6E0 on white background.


Black color preview on #B4F6E0 background

This text has black color on #B4F6E0 background.


White color preview on #B4F6E0 background

This text has white color on #B4F6E0 background.


Related colors

Complementary color

Complementary color for #hex is #4B091F.


I love getcolorcode.com

Triadic colors

1 #E0B4F6 and #F6E0B4 with #B4F6E0 are triadic colors.

2 #E0F6B4 and #F6B4E0 with #B4F6E0 are triadic colors.