COLOR #B4D5FA

HEX: #B4D5FA RGB: (180,213,250)

Color info

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

RGB color model

#B4D5FA color RGB value is (180,213,250).

RGB: (180,213,250) (71%, 84%, 98%)

RGB channels and saturation

R 180 of 255 = 71%
G 213 of 255 = 84%
B 250 of 255 = 98%

180
213
250

R + G + B ~ 84%. #B4D5FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 213 + 250 = 643 (100%)
R 180 of 643 ~ 27.99%
G 213 of 643 ~ 33.13%
B 250 of 643 ~ 38.88'%

%27.99
%33.13
%38.88

CMYK color model

#B4D5FA color CMYK value is (28,15,0,2).

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

CMYK: (28,15,0,2)
C28M15Y0K2 (28%, 15%, 0%, 2%)
(0.28 / 0.15 / 0.00 / 0.02)

CMYK percentages

%28
%14.8
%0
%1.96

Codes

Color #B4D5FA in popluar color models

B4 D5 FA
RGB 180 213 250
HSL 212° 87.50% 84.31%
HSB/HSV 212° 28.00% 98.04%
CMYK 28.00% 14.80% 0.00%
1.96%

Color #B4D5FA in popluar number systems.

HEX B4 D5 FA
Decimal 180 213 250
Binary 10110100 11010101 11111010
Octal 264 325 372

Shades and tints

Shades of #B4D5FA

#B4D5FA
(180,213,250)
#A4C2E4
(164,194,228)
#94AFCE
(148,175,206)
#849CB8
(132,156,184)
#7489A2
(116,137,162)
#64768C
(100,118,140)
#546376
(84,99,118)
#445060
(68,80,96)
#343D4A
(52,61,74)
#242A34
(36,42,52)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #B4D5FA

#B4D5FA
(180,213,250)
#BAD8FA
(186,216,250)
#C0DBFA
(192,219,250)
#C6DEFA
(198,222,250)
#CCE1FA
(204,225,250)
#D2E4FA
(210,228,250)
#D8E7FA
(216,231,250)
#DEEAFA
(222,234,250)
#E4EDFA
(228,237,250)
#EAF0FA
(234,240,250)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D5FA; }

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

This text font color is #B4D5FA.

Background Color

.myBgColor { background-color: #B4D5FA; }

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

This div background color is #B4D5FA.

Border color

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

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

This div border color is #B4D5FA.

Opacity

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

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

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

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

This text has shadow with #B4D5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D5FA.

Preview

Color preview on black background

This text has color #B4D5FA on black background.


Color preview on white background

This text has color #B4D5FA on white background.


Black color preview on #B4D5FA background

This text has black color on #B4D5FA background.


White color preview on #B4D5FA background

This text has white color on #B4D5FA background.


Related colors

Complementary color

Complementary color for #hex is #4B2A05.


I love getcolorcode.com

Triadic colors

1 #FAB4D5 and #D5FAB4 with #B4D5FA are triadic colors.

2 #FAD5B4 and #D5B4FA with #B4D5FA are triadic colors.