COLOR #B3F1FD

HEX: #B3F1FD RGB: (179,241,253)

Color info

#B3F1FD contains mainly green and blue colors. Web safe color of #B3F1FD is #99FFFF (or #9FF).

RGB color model

#B3F1FD color RGB value is (179,241,253).

RGB: (179,241,253) (70%, 95%, 99%)

RGB channels and saturation

R 179 of 255 = 70%
G 241 of 255 = 95%
B 253 of 255 = 99%

179
241
253

R + G + B ~ 88%. #B3F1FD is light color.

Portions of RGB colors in percentages

R + G + B = 179 + 241 + 253 = 673 (100%)
R 179 of 673 ~ 26.6%
G 241 of 673 ~ 35.81%
B 253 of 673 ~ 37.59'%

%26.6
%35.81
%37.59

CMYK color model

#B3F1FD color CMYK value is (29,5,0,1).

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

CMYK: (29,5,0,1)
C29M5Y0K1 (29%, 5%, 0%, 1%)
(0.29 / 0.05 / 0.00 / 0.01)

CMYK percentages

%29.25
%4.74
%0
%0.78

Codes

Color #B3F1FD in popluar color models

B3 F1 FD
RGB 179 241 253
HSL 190° 94.87% 84.71%
HSB/HSV 190° 29.25% 99.22%
CMYK 29.25% 4.74% 0.00%
0.78%

Color #B3F1FD in popluar number systems.

HEX B3 F1 FD
Decimal 179 241 253
Binary 10110011 11110001 11111101
Octal 263 361 375

Shades and tints

Shades of #B3F1FD

#B3F1FD
(179,241,253)
#A3DCE6
(163,220,230)
#93C7CF
(147,199,207)
#83B2B8
(131,178,184)
#739DA1
(115,157,161)
#63888A
(99,136,138)
#537373
(83,115,115)
#435E5C
(67,94,92)
#334945
(51,73,69)
#23342E
(35,52,46)
#131F17
(19,31,23)
#000000
(0,0,0)

Tints of #B3F1FD

#B3F1FD
(179,241,253)
#B9F2FD
(185,242,253)
#BFF3FD
(191,243,253)
#C5F4FD
(197,244,253)
#CBF5FD
(203,245,253)
#D1F6FD
(209,246,253)
#D7F7FD
(215,247,253)
#DDF8FD
(221,248,253)
#E3F9FD
(227,249,253)
#E9FAFD
(233,250,253)
#EFFBFD
(239,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F1FD; }

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

This text font color is #B3F1FD.

Background Color

.myBgColor { background-color: #B3F1FD; }

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

This div background color is #B3F1FD.

Border color

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

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

This div border color is #B3F1FD.

Opacity

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

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

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

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

This text has shadow with #B3F1FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3F1FD.

Preview

Color preview on black background

This text has color #B3F1FD on black background.


Color preview on white background

This text has color #B3F1FD on white background.


Black color preview on #B3F1FD background

This text has black color on #B3F1FD background.


White color preview on #B3F1FD background

This text has white color on #B3F1FD background.


Related colors

Complementary color

Complementary color for #hex is #4C0E02.


I love getcolorcode.com

Triadic colors

1 #FDB3F1 and #F1FDB3 with #B3F1FD are triadic colors.

2 #FDF1B3 and #F1B3FD with #B3F1FD are triadic colors.