COLOR #B3DBE5

HEX: #B3DBE5
RGB: (179,219,229)

Color info

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

RGB color model

#B3DBE5 color RGB value is (179,219,229).

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

RGB channels and saturation

R 179 of 255 = 70%
G 219 of 255 = 86%
B 229 of 255 = 90%

179
219
229

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

Portions of RGB colors in percentages

R + G + B =
179 + 219 + 229 = 627 (100%)
R 179 of 627 ~ 28.55%
G 219 of 627 ~ 34.93%
B 229 of 627 ~ 36.52%

%28.55
%34.93
%36.52

CMYK color model

#B3DBE5 color CMYK value is (22,4,0,10).

  • cyan value is 21.83%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(22,4,0,10)
C22M4Y0K10 
(22%,4%,0%,10%)
(0.22/0.04/0.00/0.10)	

CMYK percentages

%21.83
%4.37
%0
%10.2

Codes

Color #B3DBE5 in popluar color models

B3DBE5
RGB179219229
HSL192°49.02%80.00%
HSB/HSV192°21.83%89.80%
CMYK21.83%4.37%0.00%
10.20%

Color #B3DBE5 in popluar number systems.

HEXB3DBE5
Decimal179219229
Binary101100111101101111100101
Octal263333345

Shades and tints

Shades of #B3DBE5

#B3DBE5
(179,219,229)
#A3C8D1
(163,200,209)
#93B5BD
(147,181,189)
#83A2A9
(131,162,169)
#738F95
(115,143,149)
#637C81
(99,124,129)
#53696D
(83,105,109)
#435659
(67,86,89)
#334345
(51,67,69)
#233031
(35,48,49)
#131D1D
(19,29,29)
#000000
(0,0,0)

Tints of #B3DBE5

#B3DBE5
(179,219,229)
#B9DEE7
(185,222,231)
#BFE1E9
(191,225,233)
#C5E4EB
(197,228,235)
#CBE7ED
(203,231,237)
#D1EAEF
(209,234,239)
#D7EDF1
(215,237,241)
#DDF0F3
(221,240,243)
#E3F3F5
(227,243,245)
#E9F6F7
(233,246,247)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DBE5; }

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

This text font color is #B3DBE5.


Background Color

.myBgColor { background-color: #B3DBE5; }

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

This div background color is #B3DBE5.


Border color

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

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

This div border color is #B3DBE5.


Opacity

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

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

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

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

This text has shadow with #B3DBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DBE5 on black background.


Color preview on white background

This text has color #B3DBE5 on white background.



Black color preview on #B3DBE5 background

This text has black color on #B3DBE5 background.


White color preview on #B3DBE5 background

This text has white color on #B3DBE5 background.