COLOR #B4FBDC

HEX: #B4FBDC
RGB: (180,251,220)

Color info

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

RGB color model

#B4FBDC color RGB value is (180,251,220).

  • red value is 180;
  • green value is 251;
  • blue value is 220.
RGB:
(180,251,220)
(71%,98%,86%)

RGB channels and saturation

R 180 of 255 = 71%
G 251 of 255 = 98%
B 220 of 255 = 86%

180
251
220

R + G + B ~ 85%. #B4FBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 251 + 220 = 651 (100%)
R 180 of 651 ~ 27.65%
G 251 of 651 ~ 38.56%
B 220 of 651 ~ 33.79%

%27.65
%38.56
%33.79

CMYK color model

#B4FBDC color CMYK value is (28,0,12,2).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(28,0,12,2)
C28M0Y12K2 
(28%,0%,12%,2%)
(0.28/0.00/0.12/0.02)	

CMYK percentages

%28.29
%0
%12.35
%1.57

Codes

Color #B4FBDC in popluar color models

B4FBDC
RGB180251220
HSL154°89.87%84.51%
HSB/HSV154°28.29%98.43%
CMYK28.29%0.00%12.35%
1.57%

Color #B4FBDC in popluar number systems.

HEXB4FBDC
Decimal180251220
Binary101101001111101111011100
Octal264373334

Shades and tints

Shades of #B4FBDC

#B4FBDC
(180,251,220)
#A4E5C8
(164,229,200)
#94CFB4
(148,207,180)
#84B9A0
(132,185,160)
#74A38C
(116,163,140)
#648D78
(100,141,120)
#547764
(84,119,100)
#446150
(68,97,80)
#344B3C
(52,75,60)
#243528
(36,53,40)
#141F14
(20,31,20)
#000000
(0,0,0)

Tints of #B4FBDC

#B4FBDC
(180,251,220)
#BAFBDF
(186,251,223)
#C0FBE2
(192,251,226)
#C6FBE5
(198,251,229)
#CCFBE8
(204,251,232)
#D2FBEB
(210,251,235)
#D8FBEE
(216,251,238)
#DEFBF1
(222,251,241)
#E4FBF4
(228,251,244)
#EAFBF7
(234,251,247)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4FBDC; }

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

This text font color is #B4FBDC.


Background Color

.myBgColor { background-color: #B4FBDC; }

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

This div background color is #B4FBDC.


Border color

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

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

This div border color is #B4FBDC.


Opacity

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

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

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

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

This text has shadow with #B4FBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FBDC on black background.


Color preview on white background

This text has color #B4FBDC on white background.



Black color preview on #B4FBDC background

This text has black color on #B4FBDC background.


White color preview on #B4FBDC background

This text has white color on #B4FBDC background.