COLOR #B3E1D8

HEX: #B3E1D8 RGB: (179,225,216)

Color info

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

RGB color model

#B3E1D8 color RGB value is (179,225,216).

RGB: (179,225,216) (70%, 88%, 85%)

RGB channels and saturation

R 179 of 255 = 70%
G 225 of 255 = 88%
B 216 of 255 = 85%

179
225
216

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

Portions of RGB colors in percentages

R + G + B = 179 + 225 + 216 = 620 (100%)
R 179 of 620 ~ 28.87%
G 225 of 620 ~ 36.29%
B 216 of 620 ~ 34.84'%

%28.87
%36.29
%34.84

CMYK color model

#B3E1D8 color CMYK value is (20,0,4,12).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 11.76%

CMYK: (20,0,4,12)
C20M0Y4K12 (20%, 0%, 4%, 12%)
(0.20 / 0.00 / 0.04 / 0.12)

CMYK percentages

%20.44
%0
%4
%11.76

Codes

Color #B3E1D8 in popluar color models

B3 E1 D8
RGB 179 225 216
HSL 168° 43.40% 79.22%
HSB/HSV 168° 20.44% 88.24%
CMYK 20.44% 0.00% 4.00%
11.76%

Color #B3E1D8 in popluar number systems.

HEX B3 E1 D8
Decimal 179 225 216
Binary 10110011 11100001 11011000
Octal 263 341 330

Shades and tints

Shades of #B3E1D8

#B3E1D8
(179,225,216)
#A3CDC5
(163,205,197)
#93B9B2
(147,185,178)
#83A59F
(131,165,159)
#73918C
(115,145,140)
#637D79
(99,125,121)
#536966
(83,105,102)
#435553
(67,85,83)
#334140
(51,65,64)
#232D2D
(35,45,45)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #B3E1D8

#B3E1D8
(179,225,216)
#B9E3DB
(185,227,219)
#BFE5DE
(191,229,222)
#C5E7E1
(197,231,225)
#CBE9E4
(203,233,228)
#D1EBE7
(209,235,231)
#D7EDEA
(215,237,234)
#DDEFED
(221,239,237)
#E3F1F0
(227,241,240)
#E9F3F3
(233,243,243)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E1D8 color. Also use rgb(179,225,216) instead hex code.

Text Font Color

.myTextColor { color: #B3E1D8; }

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

This text font color is #B3E1D8.

Background Color

.myBgColor { background-color: #B3E1D8; }

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

This div background color is #B3E1D8.

Border color

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

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

This div border color is #B3E1D8.

Opacity

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

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

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

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

This text has shadow with #B3E1D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E1D8.

Preview

Color preview on black background

This text has color #B3E1D8 on black background.


Color preview on white background

This text has color #B3E1D8 on white background.


Black color preview on #B3E1D8 background

This text has black color on #B3E1D8 background.


White color preview on #B3E1D8 background

This text has white color on #B3E1D8 background.


Related colors

Complementary color

Complementary color for #hex is #4C1E27.


I love getcolorcode.com

Triadic colors

1 #D8B3E1 and #E1D8B3 with #B3E1D8 are triadic colors.

2 #D8E1B3 and #E1B3D8 with #B3E1D8 are triadic colors.