COLOR #B3E7DC

HEX: #B3E7DC
RGB: (179,231,220)

Color info

#B3E7DC contains red, green and blue colors in about the same proportion. Web safe color of #B3E7DC is #99FFCC (or #9FC).

RGB color model

#B3E7DC color RGB value is (179,231,220).

  • red value is 179;
  • green value is 231;
  • blue value is 220.
RGB:
(179,231,220)
(70%,91%,86%)

RGB channels and saturation

R 179 of 255 = 70%
G 231 of 255 = 91%
B 220 of 255 = 86%

179
231
220

R + G + B ~ 82%. #B3E7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 231 + 220 = 630 (100%)
R 179 of 630 ~ 28.41%
G 231 of 630 ~ 36.67%
B 220 of 630 ~ 34.92%

%28.41
%36.67
%34.92

CMYK color model

#B3E7DC color CMYK value is (23,0,5,9).

  • cyan value is 22.51%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(23,0,5,9)
C23M0Y5K9 
(23%,0%,5%,9%)
(0.23/0.00/0.05/0.09)	

CMYK percentages

%22.51
%0
%4.76
%9.41

Codes

Color #B3E7DC in popluar color models

B3E7DC
RGB179231220
HSL167°52.00%80.39%
HSB/HSV167°22.51%90.59%
CMYK22.51%0.00%4.76%
9.41%

Color #B3E7DC in popluar number systems.

HEXB3E7DC
Decimal179231220
Binary101100111110011111011100
Octal263347334

Shades and tints

Shades of #B3E7DC

#B3E7DC
(179,231,220)
#A3D2C8
(163,210,200)
#93BDB4
(147,189,180)
#83A8A0
(131,168,160)
#73938C
(115,147,140)
#637E78
(99,126,120)
#536964
(83,105,100)
#435450
(67,84,80)
#333F3C
(51,63,60)
#232A28
(35,42,40)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #B3E7DC

#B3E7DC
(179,231,220)
#B9E9DF
(185,233,223)
#BFEBE2
(191,235,226)
#C5EDE5
(197,237,229)
#CBEFE8
(203,239,232)
#D1F1EB
(209,241,235)
#D7F3EE
(215,243,238)
#DDF5F1
(221,245,241)
#E3F7F4
(227,247,244)
#E9F9F7
(233,249,247)
#EFFBFA
(239,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E7DC color. Also use rgb(179,231,220) instead hex code.

Text Font Color

.myTextColor { color: #B3E7DC; }

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

This text font color is #B3E7DC.


Background Color

.myBgColor { background-color: #B3E7DC; }

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

This div background color is #B3E7DC.


Border color

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

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

This div border color is #B3E7DC.


Opacity

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

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

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

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

This text has shadow with #B3E7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E7DC on black background.


Color preview on white background

This text has color #B3E7DC on white background.



Black color preview on #B3E7DC background

This text has black color on #B3E7DC background.


White color preview on #B3E7DC background

This text has white color on #B3E7DC background.