COLOR #B3DFEC

HEX: #B3DFEC
RGB: (179,223,236)

Color info

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

RGB color model

#B3DFEC color RGB value is (179,223,236).

  • red value is 179;
  • green value is 223;
  • blue value is 236.
RGB:
(179,223,236)
(70%,87%,93%)

RGB channels and saturation

R 179 of 255 = 70%
G 223 of 255 = 87%
B 236 of 255 = 93%

179
223
236

R + G + B ~ 83%. #B3DFEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 223 + 236 = 638 (100%)
R 179 of 638 ~ 28.06%
G 223 of 638 ~ 34.95%
B 236 of 638 ~ 36.99%

%28.06
%34.95
%36.99

CMYK color model

#B3DFEC color CMYK value is (24,6,0,7).

  • cyan value is 24.15%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(24,6,0,7)
C24M6Y0K7 
(24%,6%,0%,7%)
(0.24/0.06/0.00/0.07)	

CMYK percentages

%24.15
%5.51
%0
%7.45

Codes

Color #B3DFEC in popluar color models

B3DFEC
RGB179223236
HSL194°60.00%81.37%
HSB/HSV194°24.15%92.55%
CMYK24.15%5.51%0.00%
7.45%

Color #B3DFEC in popluar number systems.

HEXB3DFEC
Decimal179223236
Binary101100111101111111101100
Octal263337354

Shades and tints

Shades of #B3DFEC

#B3DFEC
(179,223,236)
#A3CBD7
(163,203,215)
#93B7C2
(147,183,194)
#83A3AD
(131,163,173)
#738F98
(115,143,152)
#637B83
(99,123,131)
#53676E
(83,103,110)
#435359
(67,83,89)
#333F44
(51,63,68)
#232B2F
(35,43,47)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #B3DFEC

#B3DFEC
(179,223,236)
#B9E1ED
(185,225,237)
#BFE3EE
(191,227,238)
#C5E5EF
(197,229,239)
#CBE7F0
(203,231,240)
#D1E9F1
(209,233,241)
#D7EBF2
(215,235,242)
#DDEDF3
(221,237,243)
#E3EFF4
(227,239,244)
#E9F1F5
(233,241,245)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DFEC color. Also use rgb(179,223,236) instead hex code.

Text Font Color

.myTextColor { color: #B3DFEC; }

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

This text font color is #B3DFEC.


Background Color

.myBgColor { background-color: #B3DFEC; }

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

This div background color is #B3DFEC.


Border color

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

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

This div border color is #B3DFEC.


Opacity

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

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

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

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

This text has shadow with #B3DFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DFEC on black background.


Color preview on white background

This text has color #B3DFEC on white background.



Black color preview on #B3DFEC background

This text has black color on #B3DFEC background.


White color preview on #B3DFEC background

This text has white color on #B3DFEC background.