COLOR #B4E0FA

HEX: #B4E0FA RGB: (180,224,250)

Color info

#B4E0FA contains mainly green and blue colors. Web safe color of #B4E0FA is #CCCCFF (or #CCF).

RGB color model

#B4E0FA color RGB value is (180,224,250).

RGB: (180,224,250) (71%, 88%, 98%)

RGB channels and saturation

R 180 of 255 = 71%
G 224 of 255 = 88%
B 250 of 255 = 98%

180
224
250

R + G + B ~ 86%. #B4E0FA is light color.

Portions of RGB colors in percentages

R + G + B = 180 + 224 + 250 = 654 (100%)
R 180 of 654 ~ 27.52%
G 224 of 654 ~ 34.25%
B 250 of 654 ~ 38.23'%

%27.52
%34.25
%38.23

CMYK color model

#B4E0FA color CMYK value is (28,10,0,2).

  • cyan value is 28.00%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (28,10,0,2)
C28M10Y0K2 (28%, 10%, 0%, 2%)
(0.28 / 0.10 / 0.00 / 0.02)

CMYK percentages

%28
%10.4
%0
%1.96

Codes

Color #B4E0FA in popluar color models

B4 E0 FA
RGB 180 224 250
HSL 202° 87.50% 84.31%
HSB/HSV 202° 28.00% 98.04%
CMYK 28.00% 10.40% 0.00%
1.96%

Color #B4E0FA in popluar number systems.

HEX B4 E0 FA
Decimal 180 224 250
Binary 10110100 11100000 11111010
Octal 264 340 372

Shades and tints

Shades of #B4E0FA

#B4E0FA
(180,224,250)
#A4CCE4
(164,204,228)
#94B8CE
(148,184,206)
#84A4B8
(132,164,184)
#7490A2
(116,144,162)
#647C8C
(100,124,140)
#546876
(84,104,118)
#445460
(68,84,96)
#34404A
(52,64,74)
#242C34
(36,44,52)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #B4E0FA

#B4E0FA
(180,224,250)
#BAE2FA
(186,226,250)
#C0E4FA
(192,228,250)
#C6E6FA
(198,230,250)
#CCE8FA
(204,232,250)
#D2EAFA
(210,234,250)
#D8ECFA
(216,236,250)
#DEEEFA
(222,238,250)
#E4F0FA
(228,240,250)
#EAF2FA
(234,242,250)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E0FA color. Also use rgb(180,224,250) instead hex code.

Text Font Color

.myTextColor { color: #B4E0FA; }

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

This text font color is #B4E0FA.

Background Color

.myBgColor { background-color: #B4E0FA; }

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

This div background color is #B4E0FA.

Border color

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

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

This div border color is #B4E0FA.

Opacity

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

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

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

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

This text has shadow with #B4E0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E0FA.

Preview

Color preview on black background

This text has color #B4E0FA on black background.


Color preview on white background

This text has color #B4E0FA on white background.


Black color preview on #B4E0FA background

This text has black color on #B4E0FA background.


White color preview on #B4E0FA background

This text has white color on #B4E0FA background.


Related colors

Complementary color

Complementary color for #hex is #4B1F05.


I love getcolorcode.com

Triadic colors

1 #FAB4E0 and #E0FAB4 with #B4E0FA are triadic colors.

2 #FAE0B4 and #E0B4FA with #B4E0FA are triadic colors.