COLOR #B3EFF8

HEX: #B3EFF8 RGB: (179,239,248)

Color info

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

RGB color model

#B3EFF8 color RGB value is (179,239,248).

RGB: (179,239,248) (70%, 94%, 97%)

RGB channels and saturation

R 179 of 255 = 70%
G 239 of 255 = 94%
B 248 of 255 = 97%

179
239
248

R + G + B ~ 87%. #B3EFF8 is light color.

Portions of RGB colors in percentages

R + G + B = 179 + 239 + 248 = 666 (100%)
R 179 of 666 ~ 26.88%
G 239 of 666 ~ 35.89%
B 248 of 666 ~ 37.24'%

%26.88
%35.89
%37.24

CMYK color model

#B3EFF8 color CMYK value is (28,4,0,3).

  • cyan value is 27.82%
  • magenta value is 3.63%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (28,4,0,3) C28M4Y0K3 (28%,4%,0%,3%) (0.28/0.04/0.00/0.03) 

CMYK percentages

%27.82
%3.63
%0
%2.75

Codes

Color #B3EFF8 in popluar color models

B3 EF F8
RGB 179 239 248
HSL 188° 83.13% 83.73%
HSB/HSV 188° 27.82% 97.25%
CMYK 27.82% 3.63% 0.00%
2.75%

Color #B3EFF8 in popluar number systems.

HEX B3 EF F8
Decimal 179 239 248
Binary 10110011 11101111 11111000
Octal 263 357 370

Shades and tints

Shades of #B3EFF8

#B3EFF8
(179,239,248)
#A3DAE2
(163,218,226)
#93C5CC
(147,197,204)
#83B0B6
(131,176,182)
#739BA0
(115,155,160)
#63868A
(99,134,138)
#537174
(83,113,116)
#435C5E
(67,92,94)
#334748
(51,71,72)
#233232
(35,50,50)
#131D1C
(19,29,28)
#000000
(0,0,0)

Tints of #B3EFF8

#B3EFF8
(179,239,248)
#B9F0F8
(185,240,248)
#BFF1F8
(191,241,248)
#C5F2F8
(197,242,248)
#CBF3F8
(203,243,248)
#D1F4F8
(209,244,248)
#D7F5F8
(215,245,248)
#DDF6F8
(221,246,248)
#E3F7F8
(227,247,248)
#E9F8F8
(233,248,248)
#EFF9F8
(239,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3EFF8; }

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

This text font color is #B3EFF8.

Background Color

.myBgColor { background-color: #B3EFF8; }

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

This div background color is #B3EFF8.

Border color

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

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

This div border color is #B3EFF8.

Opacity

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

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

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

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

This text has shadow with #B3EFF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EFF8.

Preview

Color preview on black background

This text has color #B3EFF8 on black background.


Color preview on white background

This text has color #B3EFF8 on white background.


Black color preview on #B3EFF8 background

This text has black color on #B3EFF8 background.


White color preview on #B3EFF8 background

This text has white color on #B3EFF8 background.


Related colors

Complementary color

Complementary color for #hex is #4C1007.


I love getcolorcode.com

Triadic colors

1 #F8B3EF and #EFF8B3 with #B3EFF8 are triadic colors.

2 #F8EFB3 and #EFB3F8 with #B3EFF8 are triadic colors.