COLOR #B3E7D6

HEX: #B3E7D6 RGB: (179,231,214)

Color info

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

RGB color model

#B3E7D6 color RGB value is (179,231,214).

RGB: (179,231,214) (70%, 91%, 84%)

RGB channels and saturation

R 179 of 255 = 70%
G 231 of 255 = 91%
B 214 of 255 = 84%

179
231
214

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

Portions of RGB colors in percentages

R + G + B = 179 + 231 + 214 = 624 (100%)
R 179 of 624 ~ 28.69%
G 231 of 624 ~ 37.02%
B 214 of 624 ~ 34.29'%

%28.69
%37.02
%34.29

CMYK color model

#B3E7D6 color CMYK value is (23,0,7,9).

  • cyan value is 22.51%
  • magenta value is 0.00%
  • yellow value is 7.36%
  • key color value is 9.41%

CMYK: (23,0,7,9)
C23M0Y7K9 (23%, 0%, 7%, 9%)
(0.23 / 0.00 / 0.07 / 0.09)

CMYK percentages

%22.51
%0
%7.36
%9.41

Codes

Color #B3E7D6 in popluar color models

B3 E7 D6
RGB 179 231 214
HSL 160° 52.00% 80.39%
HSB/HSV 160° 22.51% 90.59%
CMYK 22.51% 0.00% 7.36%
9.41%

Color #B3E7D6 in popluar number systems.

HEX B3 E7 D6
Decimal 179 231 214
Binary 10110011 11100111 11010110
Octal 263 347 326

Shades and tints

Shades of #B3E7D6

#B3E7D6
(179,231,214)
#A3D2C3
(163,210,195)
#93BDB0
(147,189,176)
#83A89D
(131,168,157)
#73938A
(115,147,138)
#637E77
(99,126,119)
#536964
(83,105,100)
#435451
(67,84,81)
#333F3E
(51,63,62)
#232A2B
(35,42,43)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #B3E7D6

#B3E7D6
(179,231,214)
#B9E9D9
(185,233,217)
#BFEBDC
(191,235,220)
#C5EDDF
(197,237,223)
#CBEFE2
(203,239,226)
#D1F1E5
(209,241,229)
#D7F3E8
(215,243,232)
#DDF5EB
(221,245,235)
#E3F7EE
(227,247,238)
#E9F9F1
(233,249,241)
#EFFBF4
(239,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E7D6; }

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

This text font color is #B3E7D6.

Background Color

.myBgColor { background-color: #B3E7D6; }

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

This div background color is #B3E7D6.

Border color

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

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

This div border color is #B3E7D6.

Opacity

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

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

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

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

This text has shadow with #B3E7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E7D6.

Preview

Color preview on black background

This text has color #B3E7D6 on black background.


Color preview on white background

This text has color #B3E7D6 on white background.


Black color preview on #B3E7D6 background

This text has black color on #B3E7D6 background.


White color preview on #B3E7D6 background

This text has white color on #B3E7D6 background.


Related colors

Complementary color

Complementary color for #hex is #4C1829.


I love getcolorcode.com

Triadic colors

1 #D6B3E7 and #E7D6B3 with #B3E7D6 are triadic colors.

2 #D6E7B3 and #E7B3D6 with #B3E7D6 are triadic colors.