COLOR #B4FFD8

HEX: #B4FFD8
RGB: (180,255,216)

Color info

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

RGB color model

#B4FFD8 color RGB value is (180,255,216).

  • red value is 180;
  • green value is 255;
  • blue value is 216.
RGB:
(180,255,216)
(71%,100%,85%)

RGB channels and saturation

R 180 of 255 = 71%
G 255 of 255 = 100%
B 216 of 255 = 85%

180
255
216

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

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 216 = 651 (100%)
R 180 of 651 ~ 27.65%
G 255 of 651 ~ 39.17%
B 216 of 651 ~ 33.18%

%27.65
%39.17
%33.18

CMYK color model

#B4FFD8 color CMYK value is (29,0,15,0).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 0.00%
CMYK:
(29,0,15,0)
C29M0Y15K0 
(29%,0%,15%,0%)
(0.29/0.00/0.15/0.00)	

CMYK percentages

%29.41
%0
%15.29
%0

Codes

Color #B4FFD8 in popluar color models

B4FFD8
RGB180255216
HSL149°100.00%85.29%
HSB/HSV149°29.41%100.00%
CMYK29.41%0.00%15.29%
0.00%

Color #B4FFD8 in popluar number systems.

HEXB4FFD8
Decimal180255216
Binary101101001111111111011000
Octal264377330

Shades and tints

Shades of #B4FFD8

#B4FFD8
(180,255,216)
#A4E8C5
(164,232,197)
#94D1B2
(148,209,178)
#84BA9F
(132,186,159)
#74A38C
(116,163,140)
#648C79
(100,140,121)
#547566
(84,117,102)
#445E53
(68,94,83)
#344740
(52,71,64)
#24302D
(36,48,45)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #B4FFD8

#B4FFD8
(180,255,216)
#BAFFDB
(186,255,219)
#C0FFDE
(192,255,222)
#C6FFE1
(198,255,225)
#CCFFE4
(204,255,228)
#D2FFE7
(210,255,231)
#D8FFEA
(216,255,234)
#DEFFED
(222,255,237)
#E4FFF0
(228,255,240)
#EAFFF3
(234,255,243)
#F0FFF6
(240,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FFD8 color. Also use rgb(180,255,216) instead hex code.

Text Font Color

.myTextColor { color: #B4FFD8; }

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

This text font color is #B4FFD8.


Background Color

.myBgColor { background-color: #B4FFD8; }

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

This div background color is #B4FFD8.


Border color

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

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

This div border color is #B4FFD8.


Opacity

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

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

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

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

This text has shadow with #B4FFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FFD8 on black background.


Color preview on white background

This text has color #B4FFD8 on white background.



Black color preview on #B4FFD8 background

This text has black color on #B4FFD8 background.


White color preview on #B4FFD8 background

This text has white color on #B4FFD8 background.