COLOR #B4F69C

HEX: #B4F69C
RGB: (180,246,156)

Color info

#B4F69C contains mainly green color. Web safe color of #B4F69C is #CCFF99 (or #CF9).

RGB color model

#B4F69C color RGB value is (180,246,156).

  • red value is 180;
  • green value is 246;
  • blue value is 156.
RGB:
(180,246,156)
(71%,96%,61%)

RGB channels and saturation

R 180 of 255 = 71%
G 246 of 255 = 96%
B 156 of 255 = 61%

180
246
156

R + G + B ~ 76%. #B4F69C is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 246 + 156 = 582 (100%)
R 180 of 582 ~ 30.93%
G 246 of 582 ~ 42.27%
B 156 of 582 ~ 26.8%

%30.93
%42.27
%26.8

CMYK color model

#B4F69C color CMYK value is (27,0,37,4).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 3.53%
CMYK:
(27,0,37,4)
C27M0Y37K4 
(27%,0%,37%,4%)
(0.27/0.00/0.37/0.04)	

CMYK percentages

%26.83
%0
%36.59
%3.53

Codes

Color #B4F69C in popluar color models

B4F69C
RGB180246156
HSL104°83.33%78.82%
HSB/HSV104°36.59%96.47%
CMYK26.83%0.00%36.59%
3.53%

Color #B4F69C in popluar number systems.

HEXB4F69C
Decimal180246156
Binary101101001111011010011100
Octal264366234

Shades and tints

Shades of #B4F69C

#B4F69C
(180,246,156)
#A4E08E
(164,224,142)
#94CA80
(148,202,128)
#84B472
(132,180,114)
#749E64
(116,158,100)
#648856
(100,136,86)
#547248
(84,114,72)
#445C3A
(68,92,58)
#34462C
(52,70,44)
#24301E
(36,48,30)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #B4F69C

#B4F69C
(180,246,156)
#BAF6A5
(186,246,165)
#C0F6AE
(192,246,174)
#C6F6B7
(198,246,183)
#CCF6C0
(204,246,192)
#D2F6C9
(210,246,201)
#D8F6D2
(216,246,210)
#DEF6DB
(222,246,219)
#E4F6E4
(228,246,228)
#EAF6ED
(234,246,237)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F69C; }

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

This text font color is #B4F69C.


Background Color

.myBgColor { background-color: #B4F69C; }

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

This div background color is #B4F69C.


Border color

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

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

This div border color is #B4F69C.


Opacity

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

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

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

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

This text has shadow with #B4F69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F69C on black background.


Color preview on white background

This text has color #B4F69C on white background.



Black color preview on #B4F69C background

This text has black color on #B4F69C background.


White color preview on #B4F69C background

This text has white color on #B4F69C background.