COLOR #B3F5DE

HEX: #B3F5DE
RGB: (179,245,222)

Color info

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

RGB color model

#B3F5DE color RGB value is (179,245,222).

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

RGB channels and saturation

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

179
245
222

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

Portions of RGB colors in percentages

R + G + B =
179 + 245 + 222 = 646 (100%)
R 179 of 646 ~ 27.71%
G 245 of 646 ~ 37.93%
B 222 of 646 ~ 34.37%

%27.71
%37.93
%34.37

CMYK color model

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

  • cyan value is 26.94%
  • 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

%26.94
%0
%9.39
%3.92

Codes

Color #B3F5DE in popluar color models

B3F5DE
RGB179245222
HSL159°76.74%83.14%
HSB/HSV159°26.94%96.08%
CMYK26.94%0.00%9.39%
3.92%

Color #B3F5DE in popluar number systems.

HEXB3F5DE
Decimal179245222
Binary101100111111010111011110
Octal263365336

Shades and tints

Shades of #B3F5DE

#B3F5DE
(179,245,222)
#A3DFCA
(163,223,202)
#93C9B6
(147,201,182)
#83B3A2
(131,179,162)
#739D8E
(115,157,142)
#63877A
(99,135,122)
#537166
(83,113,102)
#435B52
(67,91,82)
#33453E
(51,69,62)
#232F2A
(35,47,42)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #B3F5DE

#B3F5DE
(179,245,222)
#B9F5E1
(185,245,225)
#BFF5E4
(191,245,228)
#C5F5E7
(197,245,231)
#CBF5EA
(203,245,234)
#D1F5ED
(209,245,237)
#D7F5F0
(215,245,240)
#DDF5F3
(221,245,243)
#E3F5F6
(227,245,246)
#E9F5F9
(233,245,249)
#EFF5FC
(239,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F5DE; }

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

This text font color is #B3F5DE.


Background Color

.myBgColor { background-color: #B3F5DE; }

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

This div background color is #B3F5DE.


Border color

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

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

This div border color is #B3F5DE.


Opacity

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

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

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

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

This text has shadow with #B3F5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F5DE on black background.


Color preview on white background

This text has color #B3F5DE on white background.



Black color preview on #B3F5DE background

This text has black color on #B3F5DE background.


White color preview on #B3F5DE background

This text has white color on #B3F5DE background.