COLOR #B3D4EF

HEX: #B3D4EF RGB: (179,212,239)

Color info

#B3D4EF contains mainly green and blue colors. Web safe color of #B3D4EF is #99CCFF (or #9CF).

RGB color model

#B3D4EF color RGB value is (179,212,239).

RGB: (179,212,239) (70%, 83%, 94%)

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 239 of 255 = 94%

179
212
239

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

Portions of RGB colors in percentages

R + G + B = 179 + 212 + 239 = 630 (100%)
R 179 of 630 ~ 28.41%
G 212 of 630 ~ 33.65%
B 239 of 630 ~ 37.94'%

%28.41
%33.65
%37.94

CMYK color model

#B3D4EF color CMYK value is (25,11,0,6).

  • cyan value is 25.10%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (25,11,0,6) C25M11Y0K6 (25%,11%,0%,6%) (0.25/0.11/0.00/0.06) 

CMYK percentages

%25.1
%11.3
%0
%6.27

Codes

Color #B3D4EF in popluar color models

B3 D4 EF
RGB 179 212 239
HSL 207° 65.22% 81.96%
HSB/HSV 207° 25.10% 93.73%
CMYK 25.10% 11.30% 0.00%
6.27%

Color #B3D4EF in popluar number systems.

HEX B3 D4 EF
Decimal 179 212 239
Binary 10110011 11010100 11101111
Octal 263 324 357

Shades and tints

Shades of #B3D4EF

#B3D4EF
(179,212,239)
#A3C1DA
(163,193,218)
#93AEC5
(147,174,197)
#839BB0
(131,155,176)
#73889B
(115,136,155)
#637586
(99,117,134)
#536271
(83,98,113)
#434F5C
(67,79,92)
#333C47
(51,60,71)
#232932
(35,41,50)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #B3D4EF

#B3D4EF
(179,212,239)
#B9D7F0
(185,215,240)
#BFDAF1
(191,218,241)
#C5DDF2
(197,221,242)
#CBE0F3
(203,224,243)
#D1E3F4
(209,227,244)
#D7E6F5
(215,230,245)
#DDE9F6
(221,233,246)
#E3ECF7
(227,236,247)
#E9EFF8
(233,239,248)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D4EF; }

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

This text font color is #B3D4EF.

Background Color

.myBgColor { background-color: #B3D4EF; }

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

This div background color is #B3D4EF.

Border color

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

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

This div border color is #B3D4EF.

Opacity

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

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

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

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

This text has shadow with #B3D4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D4EF.

Preview

Color preview on black background

This text has color #B3D4EF on black background.


Color preview on white background

This text has color #B3D4EF on white background.


Black color preview on #B3D4EF background

This text has black color on #B3D4EF background.


White color preview on #B3D4EF background

This text has white color on #B3D4EF background.


Related colors

Complementary color

Complementary color for #hex is #4C2B10.


I love getcolorcode.com

Triadic colors

1 #EFB3D4 and #D4EFB3 with #B3D4EF are triadic colors.

2 #EFD4B3 and #D4B3EF with #B3D4EF are triadic colors.