COLOR #B4F3C0

HEX: #B4F3C0 RGB: (180,243,192)

Color info

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

RGB color model

#B4F3C0 color RGB value is (180,243,192).

RGB: (180,243,192) (71%, 95%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 243 of 255 = 95%
B 192 of 255 = 75%

180
243
192

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

Portions of RGB colors in percentages

R + G + B = 180 + 243 + 192 = 615 (100%)
R 180 of 615 ~ 29.27%
G 243 of 615 ~ 39.51%
B 192 of 615 ~ 31.22'%

%29.27
%39.51
%31.22

CMYK color model

#B4F3C0 color CMYK value is (26,0,21,5).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 4.71%

CMYK: (26,0,21,5)
C26M0Y21K5 (26%, 0%, 21%, 5%)
(0.26 / 0.00 / 0.21 / 0.05)

CMYK percentages

%25.93
%0
%20.99
%4.71

Codes

Color #B4F3C0 in popluar color models

B4 F3 C0
RGB 180 243 192
HSL 131° 72.41% 82.94%
HSB/HSV 131° 25.93% 95.29%
CMYK 25.93% 0.00% 20.99%
4.71%

Color #B4F3C0 in popluar number systems.

HEX B4 F3 C0
Decimal 180 243 192
Binary 10110100 11110011 11000000
Octal 264 363 300

Shades and tints

Shades of #B4F3C0

#B4F3C0
(180,243,192)
#A4DDAF
(164,221,175)
#94C79E
(148,199,158)
#84B18D
(132,177,141)
#749B7C
(116,155,124)
#64856B
(100,133,107)
#546F5A
(84,111,90)
#445949
(68,89,73)
#344338
(52,67,56)
#242D27
(36,45,39)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4F3C0

#B4F3C0
(180,243,192)
#BAF4C5
(186,244,197)
#C0F5CA
(192,245,202)
#C6F6CF
(198,246,207)
#CCF7D4
(204,247,212)
#D2F8D9
(210,248,217)
#D8F9DE
(216,249,222)
#DEFAE3
(222,250,227)
#E4FBE8
(228,251,232)
#EAFCED
(234,252,237)
#F0FDF2
(240,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F3C0 color. Also use rgb(180,243,192) instead hex code.

Text Font Color

.myTextColor { color: #B4F3C0; }

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

This text font color is #B4F3C0.

Background Color

.myBgColor { background-color: #B4F3C0; }

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

This div background color is #B4F3C0.

Border color

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

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

This div border color is #B4F3C0.

Opacity

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

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

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

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

This text has shadow with #B4F3C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4F3C0.

Preview

Color preview on black background

This text has color #B4F3C0 on black background.


Color preview on white background

This text has color #B4F3C0 on white background.


Black color preview on #B4F3C0 background

This text has black color on #B4F3C0 background.


White color preview on #B4F3C0 background

This text has white color on #B4F3C0 background.


Related colors

Complementary color

Complementary color for #hex is #4B0C3F.


I love getcolorcode.com

Triadic colors

1 #C0B4F3 and #F3C0B4 with #B4F3C0 are triadic colors.

2 #C0F3B4 and #F3B4C0 with #B4F3C0 are triadic colors.