COLOR #B3DAE5

HEX: #B3DAE5
RGB: (179,218,229)

Color info

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

RGB color model

#B3DAE5 color RGB value is (179,218,229).

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

RGB channels and saturation

R 179 of 255 = 70%
G 218 of 255 = 85%
B 229 of 255 = 90%

179
218
229

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

Portions of RGB colors in percentages

R + G + B =
179 + 218 + 229 = 626 (100%)
R 179 of 626 ~ 28.59%
G 218 of 626 ~ 34.82%
B 229 of 626 ~ 36.58%

%28.59
%34.82
%36.58

CMYK color model

#B3DAE5 color CMYK value is (22,5,0,10).

  • cyan value is 21.83%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(22,5,0,10)
C22M5Y0K10 
(22%,5%,0%,10%)
(0.22/0.05/0.00/0.10)	

CMYK percentages

%21.83
%4.8
%0
%10.2

Codes

Color #B3DAE5 in popluar color models

B3DAE5
RGB179218229
HSL193°49.02%80.00%
HSB/HSV193°21.83%89.80%
CMYK21.83%4.80%0.00%
10.20%

Color #B3DAE5 in popluar number systems.

HEXB3DAE5
Decimal179218229
Binary101100111101101011100101
Octal263332345

Shades and tints

Shades of #B3DAE5

#B3DAE5
(179,218,229)
#A3C7D1
(163,199,209)
#93B4BD
(147,180,189)
#83A1A9
(131,161,169)
#738E95
(115,142,149)
#637B81
(99,123,129)
#53686D
(83,104,109)
#435559
(67,85,89)
#334245
(51,66,69)
#232F31
(35,47,49)
#131C1D
(19,28,29)
#000000
(0,0,0)

Tints of #B3DAE5

#B3DAE5
(179,218,229)
#B9DDE7
(185,221,231)
#BFE0E9
(191,224,233)
#C5E3EB
(197,227,235)
#CBE6ED
(203,230,237)
#D1E9EF
(209,233,239)
#D7ECF1
(215,236,241)
#DDEFF3
(221,239,243)
#E3F2F5
(227,242,245)
#E9F5F7
(233,245,247)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DAE5; }

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

This text font color is #B3DAE5.


Background Color

.myBgColor { background-color: #B3DAE5; }

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

This div background color is #B3DAE5.


Border color

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

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

This div border color is #B3DAE5.


Opacity

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

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

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

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

This text has shadow with #B3DAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DAE5 on black background.


Color preview on white background

This text has color #B3DAE5 on white background.



Black color preview on #B3DAE5 background

This text has black color on #B3DAE5 background.


White color preview on #B3DAE5 background

This text has white color on #B3DAE5 background.