COLOR #B3D7FD

HEX: #B3D7FD RGB: (179,215,253)

Color info

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

RGB color model

#B3D7FD color RGB value is (179,215,253).

RGB: (179,215,253) (70%, 84%, 99%)

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 253 of 255 = 99%

179
215
253

R + G + B ~ 84%. #B3D7FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 215 + 253 = 647 (100%)
R 179 of 647 ~ 27.67%
G 215 of 647 ~ 33.23%
B 253 of 647 ~ 39.1'%

%27.67
%33.23
%39.1

CMYK color model

#B3D7FD color CMYK value is (29,15,0,1).

  • cyan value is 29.25%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (29,15,0,1)
C29M15Y0K1 (29%, 15%, 0%, 1%)
(0.29 / 0.15 / 0.00 / 0.01)

CMYK percentages

%29.25
%15.02
%0
%0.78

Codes

Color #B3D7FD in popluar color models

B3 D7 FD
RGB 179 215 253
HSL 211° 94.87% 84.71%
HSB/HSV 211° 29.25% 99.22%
CMYK 29.25% 15.02% 0.00%
0.78%

Color #B3D7FD in popluar number systems.

HEX B3 D7 FD
Decimal 179 215 253
Binary 10110011 11010111 11111101
Octal 263 327 375

Shades and tints

Shades of #B3D7FD

#B3D7FD
(179,215,253)
#A3C4E6
(163,196,230)
#93B1CF
(147,177,207)
#839EB8
(131,158,184)
#738BA1
(115,139,161)
#63788A
(99,120,138)
#536573
(83,101,115)
#43525C
(67,82,92)
#333F45
(51,63,69)
#232C2E
(35,44,46)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #B3D7FD

#B3D7FD
(179,215,253)
#B9DAFD
(185,218,253)
#BFDDFD
(191,221,253)
#C5E0FD
(197,224,253)
#CBE3FD
(203,227,253)
#D1E6FD
(209,230,253)
#D7E9FD
(215,233,253)
#DDECFD
(221,236,253)
#E3EFFD
(227,239,253)
#E9F2FD
(233,242,253)
#EFF5FD
(239,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D7FD color. Also use rgb(179,215,253) instead hex code.

Text Font Color

.myTextColor { color: #B3D7FD; }

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

This text font color is #B3D7FD.

Background Color

.myBgColor { background-color: #B3D7FD; }

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

This div background color is #B3D7FD.

Border color

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

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

This div border color is #B3D7FD.

Opacity

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

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

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

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

This text has shadow with #B3D7FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D7FD.

Preview

Color preview on black background

This text has color #B3D7FD on black background.


Color preview on white background

This text has color #B3D7FD on white background.


Black color preview on #B3D7FD background

This text has black color on #B3D7FD background.


White color preview on #B3D7FD background

This text has white color on #B3D7FD background.


Related colors

Complementary color

Complementary color for #hex is #4C2802.


I love getcolorcode.com

Triadic colors

1 #FDB3D7 and #D7FDB3 with #B3D7FD are triadic colors.

2 #FDD7B3 and #D7B3FD with #B3D7FD are triadic colors.