COLOR #B3E8D0

HEX: #B3E8D0
RGB: (179,232,208)

Color info

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

RGB color model

#B3E8D0 color RGB value is (179,232,208).

  • red value is 179;
  • green value is 232;
  • blue value is 208.
RGB:
(179,232,208)
(70%,91%,82%)

RGB channels and saturation

R 179 of 255 = 70%
G 232 of 255 = 91%
B 208 of 255 = 82%

179
232
208

R + G + B ~ 81%. #B3E8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 232 + 208 = 619 (100%)
R 179 of 619 ~ 28.92%
G 232 of 619 ~ 37.48%
B 208 of 619 ~ 33.6%

%28.92
%37.48
%33.6

CMYK color model

#B3E8D0 color CMYK value is (23,0,10,9).

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 9.02%
CMYK:
(23,0,10,9)
C23M0Y10K9 
(23%,0%,10%,9%)
(0.23/0.00/0.10/0.09)	

CMYK percentages

%22.84
%0
%10.34
%9.02

Codes

Color #B3E8D0 in popluar color models

B3E8D0
RGB179232208
HSL153°53.54%80.59%
HSB/HSV153°22.84%90.98%
CMYK22.84%0.00%10.34%
9.02%

Color #B3E8D0 in popluar number systems.

HEXB3E8D0
Decimal179232208
Binary101100111110100011010000
Octal263350320

Shades and tints

Shades of #B3E8D0

#B3E8D0
(179,232,208)
#A3D3BE
(163,211,190)
#93BEAC
(147,190,172)
#83A99A
(131,169,154)
#739488
(115,148,136)
#637F76
(99,127,118)
#536A64
(83,106,100)
#435552
(67,85,82)
#334040
(51,64,64)
#232B2E
(35,43,46)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #B3E8D0

#B3E8D0
(179,232,208)
#B9EAD4
(185,234,212)
#BFECD8
(191,236,216)
#C5EEDC
(197,238,220)
#CBF0E0
(203,240,224)
#D1F2E4
(209,242,228)
#D7F4E8
(215,244,232)
#DDF6EC
(221,246,236)
#E3F8F0
(227,248,240)
#E9FAF4
(233,250,244)
#EFFCF8
(239,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E8D0 color. Also use rgb(179,232,208) instead hex code.

Text Font Color

.myTextColor { color: #B3E8D0; }

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

This text font color is #B3E8D0.


Background Color

.myBgColor { background-color: #B3E8D0; }

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

This div background color is #B3E8D0.


Border color

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

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

This div border color is #B3E8D0.


Opacity

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

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

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

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

This text has shadow with #B3E8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E8D0 on black background.


Color preview on white background

This text has color #B3E8D0 on white background.



Black color preview on #B3E8D0 background

This text has black color on #B3E8D0 background.


White color preview on #B3E8D0 background

This text has white color on #B3E8D0 background.