COLOR #B3E7DA

HEX: #B3E7DA RGB: (179,231,218)

Color info

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

RGB color model

#B3E7DA color RGB value is (179,231,218).

RGB: (179,231,218) (70%, 91%, 85%)

RGB channels and saturation

R 179 of 255 = 70%
G 231 of 255 = 91%
B 218 of 255 = 85%

179
231
218

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

Portions of RGB colors in percentages

R + G + B = 179 + 231 + 218 = 628 (100%)
R 179 of 628 ~ 28.5%
G 231 of 628 ~ 36.78%
B 218 of 628 ~ 34.71'%

%28.5
%36.78
%34.71

CMYK color model

#B3E7DA color CMYK value is (23,0,6,9).

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

CMYK: (23,0,6,9)
C23M0Y6K9 (23%, 0%, 6%, 9%)
(0.23 / 0.00 / 0.06 / 0.09)

CMYK percentages

%22.51
%0
%5.63
%9.41

Codes

Color #B3E7DA in popluar color models

B3 E7 DA
RGB 179 231 218
HSL 165° 52.00% 80.39%
HSB/HSV 165° 22.51% 90.59%
CMYK 22.51% 0.00% 5.63%
9.41%

Color #B3E7DA in popluar number systems.

HEX B3 E7 DA
Decimal 179 231 218
Binary 10110011 11100111 11011010
Octal 263 347 332

Shades and tints

Shades of #B3E7DA

#B3E7DA
(179,231,218)
#A3D2C7
(163,210,199)
#93BDB4
(147,189,180)
#83A8A1
(131,168,161)
#73938E
(115,147,142)
#637E7B
(99,126,123)
#536968
(83,105,104)
#435455
(67,84,85)
#333F42
(51,63,66)
#232A2F
(35,42,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #B3E7DA

#B3E7DA
(179,231,218)
#B9E9DD
(185,233,221)
#BFEBE0
(191,235,224)
#C5EDE3
(197,237,227)
#CBEFE6
(203,239,230)
#D1F1E9
(209,241,233)
#D7F3EC
(215,243,236)
#DDF5EF
(221,245,239)
#E3F7F2
(227,247,242)
#E9F9F5
(233,249,245)
#EFFBF8
(239,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E7DA; }

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

This text font color is #B3E7DA.

Background Color

.myBgColor { background-color: #B3E7DA; }

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

This div background color is #B3E7DA.

Border color

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

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

This div border color is #B3E7DA.

Opacity

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

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

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

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

This text has shadow with #B3E7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E7DA.

Preview

Color preview on black background

This text has color #B3E7DA on black background.


Color preview on white background

This text has color #B3E7DA on white background.


Black color preview on #B3E7DA background

This text has black color on #B3E7DA background.


White color preview on #B3E7DA background

This text has white color on #B3E7DA background.


Related colors

Complementary color

Complementary color for #hex is #4C1825.


I love getcolorcode.com

Triadic colors

1 #DAB3E7 and #E7DAB3 with #B3E7DA are triadic colors.

2 #DAE7B3 and #E7B3DA with #B3E7DA are triadic colors.