COLOR #B4FBCC

HEX: #B4FBCC RGB: (180,251,204)

Color info

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

RGB color model

#B4FBCC color RGB value is (180,251,204).

RGB: (180,251,204) (71%, 98%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 251 of 255 = 98%
B 204 of 255 = 80%

180
251
204

R + G + B ~ 83%. #B4FBCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 251 + 204 = 635 (100%)
R 180 of 635 ~ 28.35%
G 251 of 635 ~ 39.53%
B 204 of 635 ~ 32.13'%

%28.35
%39.53
%32.13

CMYK color model

#B4FBCC color CMYK value is (28,0,19,2).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 18.73%
  • key color value is 1.57%
CMYK: (28,0,19,2) C28M0Y19K2 (28%,0%,19%,2%) (0.28/0.00/0.19/0.02) 

CMYK percentages

%28.29
%0
%18.73
%1.57

Codes

Color #B4FBCC in popluar color models

B4 FB CC
RGB 180 251 204
HSL 140° 89.87% 84.51%
HSB/HSV 140° 28.29% 98.43%
CMYK 28.29% 0.00% 18.73%
1.57%

Color #B4FBCC in popluar number systems.

HEX B4 FB CC
Decimal 180 251 204
Binary 10110100 11111011 11001100
Octal 264 373 314

Shades and tints

Shades of #B4FBCC

#B4FBCC
(180,251,204)
#A4E5BA
(164,229,186)
#94CFA8
(148,207,168)
#84B996
(132,185,150)
#74A384
(116,163,132)
#648D72
(100,141,114)
#547760
(84,119,96)
#44614E
(68,97,78)
#344B3C
(52,75,60)
#24352A
(36,53,42)
#141F18
(20,31,24)
#000000
(0,0,0)

Tints of #B4FBCC

#B4FBCC
(180,251,204)
#BAFBD0
(186,251,208)
#C0FBD4
(192,251,212)
#C6FBD8
(198,251,216)
#CCFBDC
(204,251,220)
#D2FBE0
(210,251,224)
#D8FBE4
(216,251,228)
#DEFBE8
(222,251,232)
#E4FBEC
(228,251,236)
#EAFBF0
(234,251,240)
#F0FBF4
(240,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4FBCC; }

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

This text font color is #B4FBCC.

Background Color

.myBgColor { background-color: #B4FBCC; }

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

This div background color is #B4FBCC.

Border color

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

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

This div border color is #B4FBCC.

Opacity

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

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

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

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

This text has shadow with #B4FBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4FBCC.

Preview

Color preview on black background

This text has color #B4FBCC on black background.


Color preview on white background

This text has color #B4FBCC on white background.


Black color preview on #B4FBCC background

This text has black color on #B4FBCC background.


White color preview on #B4FBCC background

This text has white color on #B4FBCC background.


Related colors

Complementary color

Complementary color for #hex is #4B0433.


I love getcolorcode.com

Triadic colors

1 #CCB4FB and #FBCCB4 with #B4FBCC are triadic colors.

2 #CCFBB4 and #FBB4CC with #B4FBCC are triadic colors.