COLOR #B3E1DA

HEX: #B3E1DA RGB: (179,225,218)

Color info

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

RGB color model

#B3E1DA color RGB value is (179,225,218).

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

RGB channels and saturation

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

179
225
218

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

Portions of RGB colors in percentages

R + G + B = 179 + 225 + 218 = 622 (100%)
R 179 of 622 ~ 28.78%
G 225 of 622 ~ 36.17%
B 218 of 622 ~ 35.05'%

%28.78
%36.17
%35.05

CMYK color model

#B3E1DA color CMYK value is (20,0,3,12).

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

CMYK: (20,0,3,12)
C20M0Y3K12 (20%, 0%, 3%, 12%)
(0.20 / 0.00 / 0.03 / 0.12)

CMYK percentages

%20.44
%0
%3.11
%11.76

Codes

Color #B3E1DA in popluar color models

B3 E1 DA
RGB 179 225 218
HSL 171° 43.40% 79.22%
HSB/HSV 171° 20.44% 88.24%
CMYK 20.44% 0.00% 3.11%
11.76%

Color #B3E1DA in popluar number systems.

HEX B3 E1 DA
Decimal 179 225 218
Binary 10110011 11100001 11011010
Octal 263 341 332

Shades and tints

Shades of #B3E1DA

#B3E1DA
(179,225,218)
#A3CDC7
(163,205,199)
#93B9B4
(147,185,180)
#83A5A1
(131,165,161)
#73918E
(115,145,142)
#637D7B
(99,125,123)
#536968
(83,105,104)
#435555
(67,85,85)
#334142
(51,65,66)
#232D2F
(35,45,47)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #B3E1DA

#B3E1DA
(179,225,218)
#B9E3DD
(185,227,221)
#BFE5E0
(191,229,224)
#C5E7E3
(197,231,227)
#CBE9E6
(203,233,230)
#D1EBE9
(209,235,233)
#D7EDEC
(215,237,236)
#DDEFEF
(221,239,239)
#E3F1F2
(227,241,242)
#E9F3F5
(233,243,245)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E1DA; }

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

This text font color is #B3E1DA.

Background Color

.myBgColor { background-color: #B3E1DA; }

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

This div background color is #B3E1DA.

Border color

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

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

This div border color is #B3E1DA.

Opacity

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

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

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

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

This text has shadow with #B3E1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E1DA.

Preview

Color preview on black background

This text has color #B3E1DA on black background.


Color preview on white background

This text has color #B3E1DA on white background.


Black color preview on #B3E1DA background

This text has black color on #B3E1DA background.


White color preview on #B3E1DA background

This text has white color on #B3E1DA background.


Related colors

Complementary color

Complementary color for #hex is #4C1E25.


I love getcolorcode.com

Triadic colors

1 #DAB3E1 and #E1DAB3 with #B3E1DA are triadic colors.

2 #DAE1B3 and #E1B3DA with #B3E1DA are triadic colors.