COLOR #B2F5DE

HEX: #B2F5DE
RGB: (178,245,222)

Color info

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

RGB color model

#B2F5DE color RGB value is (178,245,222).

  • red value is 178;
  • green value is 245;
  • blue value is 222.
RGB:
(178,245,222)
(70%,96%,87%)

RGB channels and saturation

R 178 of 255 = 70%
G 245 of 255 = 96%
B 222 of 255 = 87%

178
245
222

R + G + B ~ 84%. #B2F5DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 245 + 222 = 645 (100%)
R 178 of 645 ~ 27.6%
G 245 of 645 ~ 37.98%
B 222 of 645 ~ 34.42%

%27.6
%37.98
%34.42

CMYK color model

#B2F5DE color CMYK value is (27,0,9,4).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(27,0,9,4)
C27M0Y9K4 
(27%,0%,9%,4%)
(0.27/0.00/0.09/0.04)	

CMYK percentages

%27.35
%0
%9.39
%3.92

Codes

Color #B2F5DE in popluar color models

B2F5DE
RGB178245222
HSL159°77.01%82.94%
HSB/HSV159°27.35%96.08%
CMYK27.35%0.00%9.39%
3.92%

Color #B2F5DE in popluar number systems.

HEXB2F5DE
Decimal178245222
Binary101100101111010111011110
Octal262365336

Shades and tints

Shades of #B2F5DE

#B2F5DE
(178,245,222)
#A2DFCA
(162,223,202)
#92C9B6
(146,201,182)
#82B3A2
(130,179,162)
#729D8E
(114,157,142)
#62877A
(98,135,122)
#527166
(82,113,102)
#425B52
(66,91,82)
#32453E
(50,69,62)
#222F2A
(34,47,42)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #B2F5DE

#B2F5DE
(178,245,222)
#B9F5E1
(185,245,225)
#C0F5E4
(192,245,228)
#C7F5E7
(199,245,231)
#CEF5EA
(206,245,234)
#D5F5ED
(213,245,237)
#DCF5F0
(220,245,240)
#E3F5F3
(227,245,243)
#EAF5F6
(234,245,246)
#F1F5F9
(241,245,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F5DE color. Also use rgb(178,245,222) instead hex code.

Text Font Color

.myTextColor { color: #B2F5DE; }

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

This text font color is #B2F5DE.


Background Color

.myBgColor { background-color: #B2F5DE; }

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

This div background color is #B2F5DE.


Border color

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

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

This div border color is #B2F5DE.


Opacity

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

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

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

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

This text has shadow with #B2F5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F5DE on black background.


Color preview on white background

This text has color #B2F5DE on white background.



Black color preview on #B2F5DE background

This text has black color on #B2F5DE background.


White color preview on #B2F5DE background

This text has white color on #B2F5DE background.