COLOR #B4FBB9

HEX: #B4FBB9 RGB: (180,251,185)

Color info

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

RGB color model

#B4FBB9 color RGB value is (180,251,185).

RGB: (180,251,185) (71%, 98%, 73%)

RGB channels and saturation

R 180 of 255 = 71%
G 251 of 255 = 98%
B 185 of 255 = 73%

180
251
185

R + G + B ~ 81%. #B4FBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 251 + 185 = 616 (100%)
R 180 of 616 ~ 29.22%
G 251 of 616 ~ 40.75%
B 185 of 616 ~ 30.03'%

%29.22
%40.75
%30.03

CMYK color model

#B4FBB9 color CMYK value is (28,0,26,2).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 1.57%

CMYK: (28,0,26,2)
C28M0Y26K2 (28%, 0%, 26%, 2%)
(0.28 / 0.00 / 0.26 / 0.02)

CMYK percentages

%28.29
%0
%26.29
%1.57

Codes

Color #B4FBB9 in popluar color models

B4 FB B9
RGB 180 251 185
HSL 124° 89.87% 84.51%
HSB/HSV 124° 28.29% 98.43%
CMYK 28.29% 0.00% 26.29%
1.57%

Color #B4FBB9 in popluar number systems.

HEX B4 FB B9
Decimal 180 251 185
Binary 10110100 11111011 10111001
Octal 264 373 271

Shades and tints

Shades of #B4FBB9

#B4FBB9
(180,251,185)
#A4E5A9
(164,229,169)
#94CF99
(148,207,153)
#84B989
(132,185,137)
#74A379
(116,163,121)
#648D69
(100,141,105)
#547759
(84,119,89)
#446149
(68,97,73)
#344B39
(52,75,57)
#243529
(36,53,41)
#141F19
(20,31,25)
#000000
(0,0,0)

Tints of #B4FBB9

#B4FBB9
(180,251,185)
#BAFBBF
(186,251,191)
#C0FBC5
(192,251,197)
#C6FBCB
(198,251,203)
#CCFBD1
(204,251,209)
#D2FBD7
(210,251,215)
#D8FBDD
(216,251,221)
#DEFBE3
(222,251,227)
#E4FBE9
(228,251,233)
#EAFBEF
(234,251,239)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FBB9 color. Also use rgb(180,251,185) instead hex code.

Text Font Color

.myTextColor { color: #B4FBB9; }

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

This text font color is #B4FBB9.

Background Color

.myBgColor { background-color: #B4FBB9; }

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

This div background color is #B4FBB9.

Border color

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

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

This div border color is #B4FBB9.

Opacity

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

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

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

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

This text has shadow with #B4FBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4FBB9.

Preview

Color preview on black background

This text has color #B4FBB9 on black background.


Color preview on white background

This text has color #B4FBB9 on white background.


Black color preview on #B4FBB9 background

This text has black color on #B4FBB9 background.


White color preview on #B4FBB9 background

This text has white color on #B4FBB9 background.


Related colors

Complementary color

Complementary color for #hex is #4B0446.


I love getcolorcode.com

Triadic colors

1 #B9B4FB and #FBB9B4 with #B4FBB9 are triadic colors.

2 #B9FBB4 and #FBB4B9 with #B4FBB9 are triadic colors.