COLOR #B3D9DA

HEX: #B3D9DA
RGB: (179,217,218)

Color info

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

RGB color model

#B3D9DA color RGB value is (179,217,218).

  • red value is 179;
  • green value is 217;
  • blue value is 218.
RGB:
(179,217,218)
(70%,85%,85%)

RGB channels and saturation

R 179 of 255 = 70%
G 217 of 255 = 85%
B 218 of 255 = 85%

179
217
218

R + G + B ~ 80%. #B3D9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 217 + 218 = 614 (100%)
R 179 of 614 ~ 29.15%
G 217 of 614 ~ 35.34%
B 218 of 614 ~ 35.5%

%29.15
%35.34
%35.5

CMYK color model

#B3D9DA color CMYK value is (18,0,0,15).

  • cyan value is 17.89%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(18,0,0,15)
C18M0Y0K15 
(18%,0%,0%,15%)
(0.18/0.00/0.00/0.15)	

CMYK percentages

%17.89
%0.46
%0
%14.51

Codes

Color #B3D9DA in popluar color models

B3D9DA
RGB179217218
HSL182°34.51%77.84%
HSB/HSV182°17.89%85.49%
CMYK17.89%0.46%0.00%
14.51%

Color #B3D9DA in popluar number systems.

HEXB3D9DA
Decimal179217218
Binary101100111101100111011010
Octal263331332

Shades and tints

Shades of #B3D9DA

#B3D9DA
(179,217,218)
#A3C6C7
(163,198,199)
#93B3B4
(147,179,180)
#83A0A1
(131,160,161)
#738D8E
(115,141,142)
#637A7B
(99,122,123)
#536768
(83,103,104)
#435455
(67,84,85)
#334142
(51,65,66)
#232E2F
(35,46,47)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #B3D9DA

#B3D9DA
(179,217,218)
#B9DCDD
(185,220,221)
#BFDFE0
(191,223,224)
#C5E2E3
(197,226,227)
#CBE5E6
(203,229,230)
#D1E8E9
(209,232,233)
#D7EBEC
(215,235,236)
#DDEEEF
(221,238,239)
#E3F1F2
(227,241,242)
#E9F4F5
(233,244,245)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D9DA; }

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

This text font color is #B3D9DA.


Background Color

.myBgColor { background-color: #B3D9DA; }

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

This div background color is #B3D9DA.


Border color

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

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

This div border color is #B3D9DA.


Opacity

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

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

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

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

This text has shadow with #B3D9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D9DA on black background.


Color preview on white background

This text has color #B3D9DA on white background.



Black color preview on #B3D9DA background

This text has black color on #B3D9DA background.


White color preview on #B3D9DA background

This text has white color on #B3D9DA background.