COLOR #B3FEDD

HEX: #B3FEDD
RGB: (179,254,221)

Color info

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

RGB color model

#B3FEDD color RGB value is (179,254,221).

  • red value is 179;
  • green value is 254;
  • blue value is 221.
RGB:
(179,254,221)
(70%,100%,87%)

RGB channels and saturation

R 179 of 255 = 70%
G 254 of 255 = 100%
B 221 of 255 = 87%

179
254
221

R + G + B ~ 86%. #B3FEDD is light color.

Portions of RGB colors in percentages

R + G + B =
179 + 254 + 221 = 654 (100%)
R 179 of 654 ~ 27.37%
G 254 of 654 ~ 38.84%
B 221 of 654 ~ 33.79%

%27.37
%38.84
%33.79

CMYK color model

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

  • cyan value is 29.53%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(30,0,13,0)
C30M0Y13K0 
(30%,0%,13%,0%)
(0.30/0.00/0.13/0.00)	

CMYK percentages

%29.53
%0
%12.99
%0.39

Codes

Color #B3FEDD in popluar color models

B3FEDD
RGB179254221
HSL154°97.40%84.90%
HSB/HSV154°29.53%99.61%
CMYK29.53%0.00%12.99%
0.39%

Color #B3FEDD in popluar number systems.

HEXB3FEDD
Decimal179254221
Binary101100111111111011011101
Octal263376335

Shades and tints

Shades of #B3FEDD

#B3FEDD
(179,254,221)
#A3E7C9
(163,231,201)
#93D0B5
(147,208,181)
#83B9A1
(131,185,161)
#73A28D
(115,162,141)
#638B79
(99,139,121)
#537465
(83,116,101)
#435D51
(67,93,81)
#33463D
(51,70,61)
#232F29
(35,47,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #B3FEDD

#B3FEDD
(179,254,221)
#B9FEE0
(185,254,224)
#BFFEE3
(191,254,227)
#C5FEE6
(197,254,230)
#CBFEE9
(203,254,233)
#D1FEEC
(209,254,236)
#D7FEEF
(215,254,239)
#DDFEF2
(221,254,242)
#E3FEF5
(227,254,245)
#E9FEF8
(233,254,248)
#EFFEFB
(239,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3FEDD color. Also use rgb(179,254,221) instead hex code.

Text Font Color

.myTextColor { color: #B3FEDD; }

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

This text font color is #B3FEDD.


Background Color

.myBgColor { background-color: #B3FEDD; }

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

This div background color is #B3FEDD.


Border color

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

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

This div border color is #B3FEDD.


Opacity

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

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

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

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

This text has shadow with #B3FEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3FEDD on black background.


Color preview on white background

This text has color #B3FEDD on white background.



Black color preview on #B3FEDD background

This text has black color on #B3FEDD background.


White color preview on #B3FEDD background

This text has white color on #B3FEDD background.