COLOR #B4F6B8

HEX: #B4F6B8 RGB: (180,246,184)

Color info

#B4F6B8 contains mainly green color. Web safe color of #B4F6B8 is #CCFFCC (or #CFC).

RGB color model

#B4F6B8 color RGB value is (180,246,184).

RGB: (180,246,184) (71%, 96%, 72%)

RGB channels and saturation

R 180 of 255 = 71%
G 246 of 255 = 96%
B 184 of 255 = 72%

180
246
184

R + G + B ~ 80%. #B4F6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 246 + 184 = 610 (100%)
R 180 of 610 ~ 29.51%
G 246 of 610 ~ 40.33%
B 184 of 610 ~ 30.16'%

%29.51
%40.33
%30.16

CMYK color model

#B4F6B8 color CMYK value is (27,0,25,4).

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

CMYK: (27,0,25,4)
C27M0Y25K4 (27%, 0%, 25%, 4%)
(0.27 / 0.00 / 0.25 / 0.04)

CMYK percentages

%26.83
%0
%25.2
%3.53

Codes

Color #B4F6B8 in popluar color models

B4 F6 B8
RGB 180 246 184
HSL 124° 78.57% 83.53%
HSB/HSV 124° 26.83% 96.47%
CMYK 26.83% 0.00% 25.20%
3.53%

Color #B4F6B8 in popluar number systems.

HEX B4 F6 B8
Decimal 180 246 184
Binary 10110100 11110110 10111000
Octal 264 366 270

Shades and tints

Shades of #B4F6B8

#B4F6B8
(180,246,184)
#A4E0A8
(164,224,168)
#94CA98
(148,202,152)
#84B488
(132,180,136)
#749E78
(116,158,120)
#648868
(100,136,104)
#547258
(84,114,88)
#445C48
(68,92,72)
#344638
(52,70,56)
#243028
(36,48,40)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #B4F6B8

#B4F6B8
(180,246,184)
#BAF6BE
(186,246,190)
#C0F6C4
(192,246,196)
#C6F6CA
(198,246,202)
#CCF6D0
(204,246,208)
#D2F6D6
(210,246,214)
#D8F6DC
(216,246,220)
#DEF6E2
(222,246,226)
#E4F6E8
(228,246,232)
#EAF6EE
(234,246,238)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F6B8; }

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

This text font color is #B4F6B8.

Background Color

.myBgColor { background-color: #B4F6B8; }

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

This div background color is #B4F6B8.

Border color

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

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

This div border color is #B4F6B8.

Opacity

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

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

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

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

This text has shadow with #B4F6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4F6B8.

Preview

Color preview on black background

This text has color #B4F6B8 on black background.


Color preview on white background

This text has color #B4F6B8 on white background.


Black color preview on #B4F6B8 background

This text has black color on #B4F6B8 background.


White color preview on #B4F6B8 background

This text has white color on #B4F6B8 background.


Related colors

Complementary color

Complementary color for #hex is #4B0947.


I love getcolorcode.com

Triadic colors

1 #B8B4F6 and #F6B8B4 with #B4F6B8 are triadic colors.

2 #B8F6B4 and #F6B4B8 with #B4F6B8 are triadic colors.