COLOR #B3C7F6

HEX: #B3C7F6 RGB: (179,199,246)

Color info

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

RGB color model

#B3C7F6 color RGB value is (179,199,246).

RGB: (179,199,246) (70%, 78%, 96%)

RGB channels and saturation

R 179 of 255 = 70%
G 199 of 255 = 78%
B 246 of 255 = 96%

179
199
246

R + G + B ~ 81%. #B3C7F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 199 + 246 = 624 (100%)
R 179 of 624 ~ 28.69%
G 199 of 624 ~ 31.89%
B 246 of 624 ~ 39.42'%

%28.69
%31.89
%39.42

CMYK color model

#B3C7F6 color CMYK value is (27,19,0,4).

  • cyan value is 27.24%
  • magenta value is 19.11%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (27,19,0,4)
C27M19Y0K4 (27%, 19%, 0%, 4%)
(0.27 / 0.19 / 0.00 / 0.04)

CMYK percentages

%27.24
%19.11
%0
%3.53

Codes

Color #B3C7F6 in popluar color models

B3 C7 F6
RGB 179 199 246
HSL 222° 78.82% 83.33%
HSB/HSV 222° 27.24% 96.47%
CMYK 27.24% 19.11% 0.00%
3.53%

Color #B3C7F6 in popluar number systems.

HEX B3 C7 F6
Decimal 179 199 246
Binary 10110011 11000111 11110110
Octal 263 307 366

Shades and tints

Shades of #B3C7F6

#B3C7F6
(179,199,246)
#A3B5E0
(163,181,224)
#93A3CA
(147,163,202)
#8391B4
(131,145,180)
#737F9E
(115,127,158)
#636D88
(99,109,136)
#535B72
(83,91,114)
#43495C
(67,73,92)
#333746
(51,55,70)
#232530
(35,37,48)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #B3C7F6

#B3C7F6
(179,199,246)
#B9CCF6
(185,204,246)
#BFD1F6
(191,209,246)
#C5D6F6
(197,214,246)
#CBDBF6
(203,219,246)
#D1E0F6
(209,224,246)
#D7E5F6
(215,229,246)
#DDEAF6
(221,234,246)
#E3EFF6
(227,239,246)
#E9F4F6
(233,244,246)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C7F6 color. Also use rgb(179,199,246) instead hex code.

Text Font Color

.myTextColor { color: #B3C7F6; }

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

This text font color is #B3C7F6.

Background Color

.myBgColor { background-color: #B3C7F6; }

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

This div background color is #B3C7F6.

Border color

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

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

This div border color is #B3C7F6.

Opacity

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

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

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

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

This text has shadow with #B3C7F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C7F6.

Preview

Color preview on black background

This text has color #B3C7F6 on black background.


Color preview on white background

This text has color #B3C7F6 on white background.


Black color preview on #B3C7F6 background

This text has black color on #B3C7F6 background.


White color preview on #B3C7F6 background

This text has white color on #B3C7F6 background.


Related colors

Complementary color

Complementary color for #hex is #4C3809.


I love getcolorcode.com

Triadic colors

1 #F6B3C7 and #C7F6B3 with #B3C7F6 are triadic colors.

2 #F6C7B3 and #C7B3F6 with #B3C7F6 are triadic colors.