COLOR #B3EFD5

HEX: #B3EFD5
RGB: (179,239,213)

Color info

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

RGB color model

#B3EFD5 color RGB value is (179,239,213).

  • red value is 179;
  • green value is 239;
  • blue value is 213.
RGB:
(179,239,213)
(70%,94%,84%)

RGB channels and saturation

R 179 of 255 = 70%
G 239 of 255 = 94%
B 213 of 255 = 84%

179
239
213

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

Portions of RGB colors in percentages

R + G + B =
179 + 239 + 213 = 631 (100%)
R 179 of 631 ~ 28.37%
G 239 of 631 ~ 37.88%
B 213 of 631 ~ 33.76%

%28.37
%37.88
%33.76

CMYK color model

#B3EFD5 color CMYK value is (25,0,11,6).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(25,0,11,6)
C25M0Y11K6 
(25%,0%,11%,6%)
(0.25/0.00/0.11/0.06)	

CMYK percentages

%25.1
%0
%10.88
%6.27

Codes

Color #B3EFD5 in popluar color models

B3EFD5
RGB179239213
HSL154°65.22%81.96%
HSB/HSV154°25.10%93.73%
CMYK25.10%0.00%10.88%
6.27%

Color #B3EFD5 in popluar number systems.

HEXB3EFD5
Decimal179239213
Binary101100111110111111010101
Octal263357325

Shades and tints

Shades of #B3EFD5

#B3EFD5
(179,239,213)
#A3DAC2
(163,218,194)
#93C5AF
(147,197,175)
#83B09C
(131,176,156)
#739B89
(115,155,137)
#638676
(99,134,118)
#537163
(83,113,99)
#435C50
(67,92,80)
#33473D
(51,71,61)
#23322A
(35,50,42)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #B3EFD5

#B3EFD5
(179,239,213)
#B9F0D8
(185,240,216)
#BFF1DB
(191,241,219)
#C5F2DE
(197,242,222)
#CBF3E1
(203,243,225)
#D1F4E4
(209,244,228)
#D7F5E7
(215,245,231)
#DDF6EA
(221,246,234)
#E3F7ED
(227,247,237)
#E9F8F0
(233,248,240)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EFD5 color. Also use rgb(179,239,213) instead hex code.

Text Font Color

.myTextColor { color: #B3EFD5; }

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

This text font color is #B3EFD5.


Background Color

.myBgColor { background-color: #B3EFD5; }

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

This div background color is #B3EFD5.


Border color

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

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

This div border color is #B3EFD5.


Opacity

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

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

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

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

This text has shadow with #B3EFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EFD5 on black background.


Color preview on white background

This text has color #B3EFD5 on white background.



Black color preview on #B3EFD5 background

This text has black color on #B3EFD5 background.


White color preview on #B3EFD5 background

This text has white color on #B3EFD5 background.