COLOR #B3FACE

HEX: #B3FACE
RGB: (179,250,206)

Color info

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

RGB color model

#B3FACE color RGB value is (179,250,206).

  • red value is 179;
  • green value is 250;
  • blue value is 206.
RGB:
(179,250,206)
(70%,98%,81%)

RGB channels and saturation

R 179 of 255 = 70%
G 250 of 255 = 98%
B 206 of 255 = 81%

179
250
206

R + G + B ~ 83%. #B3FACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 250 + 206 = 635 (100%)
R 179 of 635 ~ 28.19%
G 250 of 635 ~ 39.37%
B 206 of 635 ~ 32.44%

%28.19
%39.37
%32.44

CMYK color model

#B3FACE color CMYK value is (28,0,18,2).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 1.96%
CMYK:
(28,0,18,2)
C28M0Y18K2 
(28%,0%,18%,2%)
(0.28/0.00/0.18/0.02)	

CMYK percentages

%28.4
%0
%17.6
%1.96

Codes

Color #B3FACE in popluar color models

B3FACE
RGB179250206
HSL143°87.65%84.12%
HSB/HSV143°28.40%98.04%
CMYK28.40%0.00%17.60%
1.96%

Color #B3FACE in popluar number systems.

HEXB3FACE
Decimal179250206
Binary101100111111101011001110
Octal263372316

Shades and tints

Shades of #B3FACE

#B3FACE
(179,250,206)
#A3E4BC
(163,228,188)
#93CEAA
(147,206,170)
#83B898
(131,184,152)
#73A286
(115,162,134)
#638C74
(99,140,116)
#537662
(83,118,98)
#436050
(67,96,80)
#334A3E
(51,74,62)
#23342C
(35,52,44)
#131E1A
(19,30,26)
#000000
(0,0,0)

Tints of #B3FACE

#B3FACE
(179,250,206)
#B9FAD2
(185,250,210)
#BFFAD6
(191,250,214)
#C5FADA
(197,250,218)
#CBFADE
(203,250,222)
#D1FAE2
(209,250,226)
#D7FAE6
(215,250,230)
#DDFAEA
(221,250,234)
#E3FAEE
(227,250,238)
#E9FAF2
(233,250,242)
#EFFAF6
(239,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3FACE color. Also use rgb(179,250,206) instead hex code.

Text Font Color

.myTextColor { color: #B3FACE; }

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

This text font color is #B3FACE.


Background Color

.myBgColor { background-color: #B3FACE; }

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

This div background color is #B3FACE.


Border color

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

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

This div border color is #B3FACE.


Opacity

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

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

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

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

This text has shadow with #B3FACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3FACE on black background.


Color preview on white background

This text has color #B3FACE on white background.



Black color preview on #B3FACE background

This text has black color on #B3FACE background.


White color preview on #B3FACE background

This text has white color on #B3FACE background.