COLOR #B4F1C4

HEX: #B4F1C4
RGB: (180,241,196)

Color info

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

RGB color model

#B4F1C4 color RGB value is (180,241,196).

  • red value is 180;
  • green value is 241;
  • blue value is 196.
RGB:
(180,241,196)
(71%,95%,77%)

RGB channels and saturation

R 180 of 255 = 71%
G 241 of 255 = 95%
B 196 of 255 = 77%

180
241
196

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

Portions of RGB colors in percentages

R + G + B =
180 + 241 + 196 = 617 (100%)
R 180 of 617 ~ 29.17%
G 241 of 617 ~ 39.06%
B 196 of 617 ~ 31.77%

%29.17
%39.06
%31.77

CMYK color model

#B4F1C4 color CMYK value is (25,0,19,5).

  • cyan value is 25.31%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 5.49%
CMYK:
(25,0,19,5)
C25M0Y19K5 
(25%,0%,19%,5%)
(0.25/0.00/0.19/0.05)	

CMYK percentages

%25.31
%0
%18.67
%5.49

Codes

Color #B4F1C4 in popluar color models

B4F1C4
RGB180241196
HSL136°68.54%82.55%
HSB/HSV136°25.31%94.51%
CMYK25.31%0.00%18.67%
5.49%

Color #B4F1C4 in popluar number systems.

HEXB4F1C4
Decimal180241196
Binary101101001111000111000100
Octal264361304

Shades and tints

Shades of #B4F1C4

#B4F1C4
(180,241,196)
#A4DCB3
(164,220,179)
#94C7A2
(148,199,162)
#84B291
(132,178,145)
#749D80
(116,157,128)
#64886F
(100,136,111)
#54735E
(84,115,94)
#445E4D
(68,94,77)
#34493C
(52,73,60)
#24342B
(36,52,43)
#141F1A
(20,31,26)
#000000
(0,0,0)

Tints of #B4F1C4

#B4F1C4
(180,241,196)
#BAF2C9
(186,242,201)
#C0F3CE
(192,243,206)
#C6F4D3
(198,244,211)
#CCF5D8
(204,245,216)
#D2F6DD
(210,246,221)
#D8F7E2
(216,247,226)
#DEF8E7
(222,248,231)
#E4F9EC
(228,249,236)
#EAFAF1
(234,250,241)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F1C4 color. Also use rgb(180,241,196) instead hex code.

Text Font Color

.myTextColor { color: #B4F1C4; }

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

This text font color is #B4F1C4.


Background Color

.myBgColor { background-color: #B4F1C4; }

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

This div background color is #B4F1C4.


Border color

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

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

This div border color is #B4F1C4.


Opacity

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

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

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

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

This text has shadow with #B4F1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F1C4 on black background.


Color preview on white background

This text has color #B4F1C4 on white background.



Black color preview on #B4F1C4 background

This text has black color on #B4F1C4 background.


White color preview on #B4F1C4 background

This text has white color on #B4F1C4 background.