COLOR #B3D4EC

HEX: #B3D4EC RGB: (179,212,236)

Color info

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

RGB color model

#B3D4EC color RGB value is (179,212,236).

RGB: (179,212,236) (70%, 83%, 93%)

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 236 of 255 = 93%

179
212
236

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

Portions of RGB colors in percentages

R + G + B = 179 + 212 + 236 = 627 (100%)
R 179 of 627 ~ 28.55%
G 212 of 627 ~ 33.81%
B 236 of 627 ~ 37.64'%

%28.55
%33.81
%37.64

CMYK color model

#B3D4EC color CMYK value is (24,10,0,7).

  • cyan value is 24.15%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (24,10,0,7)
C24M10Y0K7 (24%, 10%, 0%, 7%)
(0.24 / 0.10 / 0.00 / 0.07)

CMYK percentages

%24.15
%10.17
%0
%7.45

Codes

Color #B3D4EC in popluar color models

B3 D4 EC
RGB 179 212 236
HSL 205° 60.00% 81.37%
HSB/HSV 205° 24.15% 92.55%
CMYK 24.15% 10.17% 0.00%
7.45%

Color #B3D4EC in popluar number systems.

HEX B3 D4 EC
Decimal 179 212 236
Binary 10110011 11010100 11101100
Octal 263 324 354

Shades and tints

Shades of #B3D4EC

#B3D4EC
(179,212,236)
#A3C1D7
(163,193,215)
#93AEC2
(147,174,194)
#839BAD
(131,155,173)
#738898
(115,136,152)
#637583
(99,117,131)
#53626E
(83,98,110)
#434F59
(67,79,89)
#333C44
(51,60,68)
#23292F
(35,41,47)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #B3D4EC

#B3D4EC
(179,212,236)
#B9D7ED
(185,215,237)
#BFDAEE
(191,218,238)
#C5DDEF
(197,221,239)
#CBE0F0
(203,224,240)
#D1E3F1
(209,227,241)
#D7E6F2
(215,230,242)
#DDE9F3
(221,233,243)
#E3ECF4
(227,236,244)
#E9EFF5
(233,239,245)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D4EC; }

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

This text font color is #B3D4EC.

Background Color

.myBgColor { background-color: #B3D4EC; }

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

This div background color is #B3D4EC.

Border color

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

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

This div border color is #B3D4EC.

Opacity

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

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

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

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

This text has shadow with #B3D4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D4EC.

Preview

Color preview on black background

This text has color #B3D4EC on black background.


Color preview on white background

This text has color #B3D4EC on white background.


Black color preview on #B3D4EC background

This text has black color on #B3D4EC background.


White color preview on #B3D4EC background

This text has white color on #B3D4EC background.


Related colors

Complementary color

Complementary color for #hex is #4C2B13.


I love getcolorcode.com

Triadic colors

1 #ECB3D4 and #D4ECB3 with #B3D4EC are triadic colors.

2 #ECD4B3 and #D4B3EC with #B3D4EC are triadic colors.