COLOR #B4F0BE

HEX: #B4F0BE RGB: (180,240,190)

Color info

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

RGB color model

#B4F0BE color RGB value is (180,240,190).

RGB: (180,240,190) (71%, 94%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 240 of 255 = 94%
B 190 of 255 = 75%

180
240
190

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

Portions of RGB colors in percentages

R + G + B = 180 + 240 + 190 = 610 (100%)
R 180 of 610 ~ 29.51%
G 240 of 610 ~ 39.34%
B 190 of 610 ~ 31.15'%

%29.51
%39.34
%31.15

CMYK color model

#B4F0BE color CMYK value is (25,0,21,6).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 5.88%

CMYK: (25,0,21,6)
C25M0Y21K6 (25%, 0%, 21%, 6%)
(0.25 / 0.00 / 0.21 / 0.06)

CMYK percentages

%25
%0
%20.83
%5.88

Codes

Color #B4F0BE in popluar color models

B4 F0 BE
RGB 180 240 190
HSL 130° 66.67% 82.35%
HSB/HSV 130° 25.00% 94.12%
CMYK 25.00% 0.00% 20.83%
5.88%

Color #B4F0BE in popluar number systems.

HEX B4 F0 BE
Decimal 180 240 190
Binary 10110100 11110000 10111110
Octal 264 360 276

Shades and tints

Shades of #B4F0BE

#B4F0BE
(180,240,190)
#A4DBAD
(164,219,173)
#94C69C
(148,198,156)
#84B18B
(132,177,139)
#749C7A
(116,156,122)
#648769
(100,135,105)
#547258
(84,114,88)
#445D47
(68,93,71)
#344836
(52,72,54)
#243325
(36,51,37)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #B4F0BE

#B4F0BE
(180,240,190)
#BAF1C3
(186,241,195)
#C0F2C8
(192,242,200)
#C6F3CD
(198,243,205)
#CCF4D2
(204,244,210)
#D2F5D7
(210,245,215)
#D8F6DC
(216,246,220)
#DEF7E1
(222,247,225)
#E4F8E6
(228,248,230)
#EAF9EB
(234,249,235)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F0BE color. Also use rgb(180,240,190) instead hex code.

Text Font Color

.myTextColor { color: #B4F0BE; }

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

This text font color is #B4F0BE.

Background Color

.myBgColor { background-color: #B4F0BE; }

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

This div background color is #B4F0BE.

Border color

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

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

This div border color is #B4F0BE.

Opacity

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

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

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

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

This text has shadow with #B4F0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4F0BE.

Preview

Color preview on black background

This text has color #B4F0BE on black background.


Color preview on white background

This text has color #B4F0BE on white background.


Black color preview on #B4F0BE background

This text has black color on #B4F0BE background.


White color preview on #B4F0BE background

This text has white color on #B4F0BE background.


Related colors

Complementary color

Complementary color for #hex is #4B0F41.


I love getcolorcode.com

Triadic colors

1 #BEB4F0 and #F0BEB4 with #B4F0BE are triadic colors.

2 #BEF0B4 and #F0B4BE with #B4F0BE are triadic colors.