COLOR #B3DBD6

HEX: #B3DBD6
RGB: (179,219,214)

Color info

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

RGB color model

#B3DBD6 color RGB value is (179,219,214).

  • red value is 179;
  • green value is 219;
  • blue value is 214.
RGB:
(179,219,214)
(70%,86%,84%)

RGB channels and saturation

R 179 of 255 = 70%
G 219 of 255 = 86%
B 214 of 255 = 84%

179
219
214

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

Portions of RGB colors in percentages

R + G + B =
179 + 219 + 214 = 612 (100%)
R 179 of 612 ~ 29.25%
G 219 of 612 ~ 35.78%
B 214 of 612 ~ 34.97%

%29.25
%35.78
%34.97

CMYK color model

#B3DBD6 color CMYK value is (18,0,2,14).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(18,0,2,14)
C18M0Y2K14 
(18%,0%,2%,14%)
(0.18/0.00/0.02/0.14)	

CMYK percentages

%18.26
%0
%2.28
%14.12

Codes

Color #B3DBD6 in popluar color models

B3DBD6
RGB179219214
HSL173°35.71%78.04%
HSB/HSV173°18.26%85.88%
CMYK18.26%0.00%2.28%
14.12%

Color #B3DBD6 in popluar number systems.

HEXB3DBD6
Decimal179219214
Binary101100111101101111010110
Octal263333326

Shades and tints

Shades of #B3DBD6

#B3DBD6
(179,219,214)
#A3C8C3
(163,200,195)
#93B5B0
(147,181,176)
#83A29D
(131,162,157)
#738F8A
(115,143,138)
#637C77
(99,124,119)
#536964
(83,105,100)
#435651
(67,86,81)
#33433E
(51,67,62)
#23302B
(35,48,43)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #B3DBD6

#B3DBD6
(179,219,214)
#B9DED9
(185,222,217)
#BFE1DC
(191,225,220)
#C5E4DF
(197,228,223)
#CBE7E2
(203,231,226)
#D1EAE5
(209,234,229)
#D7EDE8
(215,237,232)
#DDF0EB
(221,240,235)
#E3F3EE
(227,243,238)
#E9F6F1
(233,246,241)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DBD6; }

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

This text font color is #B3DBD6.


Background Color

.myBgColor { background-color: #B3DBD6; }

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

This div background color is #B3DBD6.


Border color

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

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

This div border color is #B3DBD6.


Opacity

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

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

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

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

This text has shadow with #B3DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DBD6 on black background.


Color preview on white background

This text has color #B3DBD6 on white background.



Black color preview on #B3DBD6 background

This text has black color on #B3DBD6 background.


White color preview on #B3DBD6 background

This text has white color on #B3DBD6 background.