COLOR #B3C3F5

HEX: #B3C3F5 RGB: (179,195,245)

Color info

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

RGB color model

#B3C3F5 color RGB value is (179,195,245).

RGB: (179,195,245) (70%, 76%, 96%)

RGB channels and saturation

R 179 of 255 = 70%
G 195 of 255 = 76%
B 245 of 255 = 96%

179
195
245

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

Portions of RGB colors in percentages

R + G + B = 179 + 195 + 245 = 619 (100%)
R 179 of 619 ~ 28.92%
G 195 of 619 ~ 31.5%
B 245 of 619 ~ 39.58'%

%28.92
%31.5
%39.58

CMYK color model

#B3C3F5 color CMYK value is (27,20,0,4).

  • cyan value is 26.94%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (27,20,0,4)
C27M20Y0K4 (27%, 20%, 0%, 4%)
(0.27 / 0.20 / 0.00 / 0.04)

CMYK percentages

%26.94
%20.41
%0
%3.92

Codes

Color #B3C3F5 in popluar color models

B3 C3 F5
RGB 179 195 245
HSL 225° 76.74% 83.14%
HSB/HSV 225° 26.94% 96.08%
CMYK 26.94% 20.41% 0.00%
3.92%

Color #B3C3F5 in popluar number systems.

HEX B3 C3 F5
Decimal 179 195 245
Binary 10110011 11000011 11110101
Octal 263 303 365

Shades and tints

Shades of #B3C3F5

#B3C3F5
(179,195,245)
#A3B2DF
(163,178,223)
#93A1C9
(147,161,201)
#8390B3
(131,144,179)
#737F9D
(115,127,157)
#636E87
(99,110,135)
#535D71
(83,93,113)
#434C5B
(67,76,91)
#333B45
(51,59,69)
#232A2F
(35,42,47)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #B3C3F5

#B3C3F5
(179,195,245)
#B9C8F5
(185,200,245)
#BFCDF5
(191,205,245)
#C5D2F5
(197,210,245)
#CBD7F5
(203,215,245)
#D1DCF5
(209,220,245)
#D7E1F5
(215,225,245)
#DDE6F5
(221,230,245)
#E3EBF5
(227,235,245)
#E9F0F5
(233,240,245)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C3F5 color. Also use rgb(179,195,245) instead hex code.

Text Font Color

.myTextColor { color: #B3C3F5; }

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

This text font color is #B3C3F5.

Background Color

.myBgColor { background-color: #B3C3F5; }

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

This div background color is #B3C3F5.

Border color

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

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

This div border color is #B3C3F5.

Opacity

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

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

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

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

This text has shadow with #B3C3F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C3F5.

Preview

Color preview on black background

This text has color #B3C3F5 on black background.


Color preview on white background

This text has color #B3C3F5 on white background.


Black color preview on #B3C3F5 background

This text has black color on #B3C3F5 background.


White color preview on #B3C3F5 background

This text has white color on #B3C3F5 background.


Related colors

Complementary color

Complementary color for #hex is #4C3C0A.


I love getcolorcode.com

Triadic colors

1 #F5B3C3 and #C3F5B3 with #B3C3F5 are triadic colors.

2 #F5C3B3 and #C3B3F5 with #B3C3F5 are triadic colors.