COLOR #B3F0DD

HEX: #B3F0DD
RGB: (179,240,221)

Color info

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

RGB color model

#B3F0DD color RGB value is (179,240,221).

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

RGB channels and saturation

R 179 of 255 = 70%
G 240 of 255 = 94%
B 221 of 255 = 87%

179
240
221

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

Portions of RGB colors in percentages

R + G + B =
179 + 240 + 221 = 640 (100%)
R 179 of 640 ~ 27.97%
G 240 of 640 ~ 37.5%
B 221 of 640 ~ 34.53%

%27.97
%37.5
%34.53

CMYK color model

#B3F0DD color CMYK value is (25,0,8,6).

  • cyan value is 25.42%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(25,0,8,6)
C25M0Y8K6 
(25%,0%,8%,6%)
(0.25/0.00/0.08/0.06)	

CMYK percentages

%25.42
%0
%7.92
%5.88

Codes

Color #B3F0DD in popluar color models

B3F0DD
RGB179240221
HSL161°67.03%82.16%
HSB/HSV161°25.42%94.12%
CMYK25.42%0.00%7.92%
5.88%

Color #B3F0DD in popluar number systems.

HEXB3F0DD
Decimal179240221
Binary101100111111000011011101
Octal263360335

Shades and tints

Shades of #B3F0DD

#B3F0DD
(179,240,221)
#A3DBC9
(163,219,201)
#93C6B5
(147,198,181)
#83B1A1
(131,177,161)
#739C8D
(115,156,141)
#638779
(99,135,121)
#537265
(83,114,101)
#435D51
(67,93,81)
#33483D
(51,72,61)
#233329
(35,51,41)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #B3F0DD

#B3F0DD
(179,240,221)
#B9F1E0
(185,241,224)
#BFF2E3
(191,242,227)
#C5F3E6
(197,243,230)
#CBF4E9
(203,244,233)
#D1F5EC
(209,245,236)
#D7F6EF
(215,246,239)
#DDF7F2
(221,247,242)
#E3F8F5
(227,248,245)
#E9F9F8
(233,249,248)
#EFFAFB
(239,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F0DD; }

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

This text font color is #B3F0DD.


Background Color

.myBgColor { background-color: #B3F0DD; }

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

This div background color is #B3F0DD.


Border color

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

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

This div border color is #B3F0DD.


Opacity

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

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

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

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

This text has shadow with #B3F0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F0DD on black background.


Color preview on white background

This text has color #B3F0DD on white background.



Black color preview on #B3F0DD background

This text has black color on #B3F0DD background.


White color preview on #B3F0DD background

This text has white color on #B3F0DD background.