COLOR #B2FFD8

HEX: #B2FFD8
RGB: (178,255,216)

Color info

#B2FFD8 contains mainly green and blue colors. Web safe color of #B2FFD8 is #99FFCC (or #9FC).

RGB color model

#B2FFD8 color RGB value is (178,255,216).

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

RGB channels and saturation

R 178 of 255 = 70%
G 255 of 255 = 100%
B 216 of 255 = 85%

178
255
216

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

Portions of RGB colors in percentages

R + G + B =
178 + 255 + 216 = 649 (100%)
R 178 of 649 ~ 27.43%
G 255 of 649 ~ 39.29%
B 216 of 649 ~ 33.28%

%27.43
%39.29
%33.28

CMYK color model

#B2FFD8 color CMYK value is (30,0,15,0).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 0.00%
CMYK:
(30,0,15,0)
C30M0Y15K0 
(30%,0%,15%,0%)
(0.30/0.00/0.15/0.00)	

CMYK percentages

%30.2
%0
%15.29
%0

Codes

Color #B2FFD8 in popluar color models

B2FFD8
RGB178255216
HSL150°100.00%84.90%
HSB/HSV150°30.20%100.00%
CMYK30.20%0.00%15.29%
0.00%

Color #B2FFD8 in popluar number systems.

HEXB2FFD8
Decimal178255216
Binary101100101111111111011000
Octal262377330

Shades and tints

Shades of #B2FFD8

#B2FFD8
(178,255,216)
#A2E8C5
(162,232,197)
#92D1B2
(146,209,178)
#82BA9F
(130,186,159)
#72A38C
(114,163,140)
#628C79
(98,140,121)
#527566
(82,117,102)
#425E53
(66,94,83)
#324740
(50,71,64)
#22302D
(34,48,45)
#12191A
(18,25,26)
#000000
(0,0,0)

Tints of #B2FFD8

#B2FFD8
(178,255,216)
#B9FFDB
(185,255,219)
#C0FFDE
(192,255,222)
#C7FFE1
(199,255,225)
#CEFFE4
(206,255,228)
#D5FFE7
(213,255,231)
#DCFFEA
(220,255,234)
#E3FFED
(227,255,237)
#EAFFF0
(234,255,240)
#F1FFF3
(241,255,243)
#F8FFF6
(248,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2FFD8; }

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

This text font color is #B2FFD8.


Background Color

.myBgColor { background-color: #B2FFD8; }

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

This div background color is #B2FFD8.


Border color

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

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

This div border color is #B2FFD8.


Opacity

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

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

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

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

This text has shadow with #B2FFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2FFD8 on black background.


Color preview on white background

This text has color #B2FFD8 on white background.



Black color preview on #B2FFD8 background

This text has black color on #B2FFD8 background.


White color preview on #B2FFD8 background

This text has white color on #B2FFD8 background.