COLOR #B2FDDB

HEX: #B2FDDB
RGB: (178,253,219)

Color info

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

RGB color model

#B2FDDB color RGB value is (178,253,219).

  • red value is 178;
  • green value is 253;
  • blue value is 219.
RGB:
(178,253,219)
(70%,99%,86%)

RGB channels and saturation

R 178 of 255 = 70%
G 253 of 255 = 99%
B 219 of 255 = 86%

178
253
219

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

Portions of RGB colors in percentages

R + G + B =
178 + 253 + 219 = 650 (100%)
R 178 of 650 ~ 27.38%
G 253 of 650 ~ 38.92%
B 219 of 650 ~ 33.69%

%27.38
%38.92
%33.69

CMYK color model

#B2FDDB color CMYK value is (30,0,13,1).

  • cyan value is 29.64%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK:
(30,0,13,1)
C30M0Y13K1 
(30%,0%,13%,1%)
(0.30/0.00/0.13/0.01)	

CMYK percentages

%29.64
%0
%13.44
%0.78

Codes

Color #B2FDDB in popluar color models

B2FDDB
RGB178253219
HSL153°94.94%84.51%
HSB/HSV153°29.64%99.22%
CMYK29.64%0.00%13.44%
0.78%

Color #B2FDDB in popluar number systems.

HEXB2FDDB
Decimal178253219
Binary101100101111110111011011
Octal262375333

Shades and tints

Shades of #B2FDDB

#B2FDDB
(178,253,219)
#A2E6C8
(162,230,200)
#92CFB5
(146,207,181)
#82B8A2
(130,184,162)
#72A18F
(114,161,143)
#628A7C
(98,138,124)
#527369
(82,115,105)
#425C56
(66,92,86)
#324543
(50,69,67)
#222E30
(34,46,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #B2FDDB

#B2FDDB
(178,253,219)
#B9FDDE
(185,253,222)
#C0FDE1
(192,253,225)
#C7FDE4
(199,253,228)
#CEFDE7
(206,253,231)
#D5FDEA
(213,253,234)
#DCFDED
(220,253,237)
#E3FDF0
(227,253,240)
#EAFDF3
(234,253,243)
#F1FDF6
(241,253,246)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FDDB color. Also use rgb(178,253,219) instead hex code.

Text Font Color

.myTextColor { color: #B2FDDB; }

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

This text font color is #B2FDDB.


Background Color

.myBgColor { background-color: #B2FDDB; }

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

This div background color is #B2FDDB.


Border color

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

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

This div border color is #B2FDDB.


Opacity

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

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

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

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

This text has shadow with #B2FDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2FDDB on black background.


Color preview on white background

This text has color #B2FDDB on white background.



Black color preview on #B2FDDB background

This text has black color on #B2FDDB background.


White color preview on #B2FDDB background

This text has white color on #B2FDDB background.