COLOR #B4D8FD

HEX: #B4D8FD RGB: (180,216,253)

Color info

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

RGB color model

#B4D8FD color RGB value is (180,216,253).

RGB: (180,216,253) (71%, 85%, 99%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 253 of 255 = 99%

180
216
253

R + G + B ~ 85%. #B4D8FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 216 + 253 = 649 (100%)
R 180 of 649 ~ 27.73%
G 216 of 649 ~ 33.28%
B 253 of 649 ~ 38.98'%

%27.73
%33.28
%38.98

CMYK color model

#B4D8FD color CMYK value is (29,15,0,1).

  • cyan value is 28.85%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (29,15,0,1)
C29M15Y0K1 (29%, 15%, 0%, 1%)
(0.29 / 0.15 / 0.00 / 0.01)

CMYK percentages

%28.85
%14.62
%0
%0.78

Codes

Color #B4D8FD in popluar color models

B4 D8 FD
RGB 180 216 253
HSL 210° 94.81% 84.90%
HSB/HSV 210° 28.85% 99.22%
CMYK 28.85% 14.62% 0.00%
0.78%

Color #B4D8FD in popluar number systems.

HEX B4 D8 FD
Decimal 180 216 253
Binary 10110100 11011000 11111101
Octal 264 330 375

Shades and tints

Shades of #B4D8FD

#B4D8FD
(180,216,253)
#A4C5E6
(164,197,230)
#94B2CF
(148,178,207)
#849FB8
(132,159,184)
#748CA1
(116,140,161)
#64798A
(100,121,138)
#546673
(84,102,115)
#44535C
(68,83,92)
#344045
(52,64,69)
#242D2E
(36,45,46)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #B4D8FD

#B4D8FD
(180,216,253)
#BADBFD
(186,219,253)
#C0DEFD
(192,222,253)
#C6E1FD
(198,225,253)
#CCE4FD
(204,228,253)
#D2E7FD
(210,231,253)
#D8EAFD
(216,234,253)
#DEEDFD
(222,237,253)
#E4F0FD
(228,240,253)
#EAF3FD
(234,243,253)
#F0F6FD
(240,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D8FD color. Also use rgb(180,216,253) instead hex code.

Text Font Color

.myTextColor { color: #B4D8FD; }

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

This text font color is #B4D8FD.

Background Color

.myBgColor { background-color: #B4D8FD; }

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

This div background color is #B4D8FD.

Border color

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

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

This div border color is #B4D8FD.

Opacity

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

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

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

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

This text has shadow with #B4D8FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D8FD.

Preview

Color preview on black background

This text has color #B4D8FD on black background.


Color preview on white background

This text has color #B4D8FD on white background.


Black color preview on #B4D8FD background

This text has black color on #B4D8FD background.


White color preview on #B4D8FD background

This text has white color on #B4D8FD background.


Related colors

Complementary color

Complementary color for #hex is #4B2702.


I love getcolorcode.com

Triadic colors

1 #FDB4D8 and #D8FDB4 with #B4D8FD are triadic colors.

2 #FDD8B4 and #D8B4FD with #B4D8FD are triadic colors.