COLOR #B4D2F4

HEX: #B4D2F4 RGB: (180,210,244)

Color info

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

RGB color model

#B4D2F4 color RGB value is (180,210,244).

RGB: (180,210,244) (71%, 82%, 96%)

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 244 of 255 = 96%

180
210
244

R + G + B ~ 83%. #B4D2F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 210 + 244 = 634 (100%)
R 180 of 634 ~ 28.39%
G 210 of 634 ~ 33.12%
B 244 of 634 ~ 38.49'%

%28.39
%33.12
%38.49

CMYK color model

#B4D2F4 color CMYK value is (26,14,0,4).

  • cyan value is 26.23%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (26,14,0,4)
C26M14Y0K4 (26%, 14%, 0%, 4%)
(0.26 / 0.14 / 0.00 / 0.04)

CMYK percentages

%26.23
%13.93
%0
%4.31

Codes

Color #B4D2F4 in popluar color models

B4 D2 F4
RGB 180 210 244
HSL 212° 74.42% 83.14%
HSB/HSV 212° 26.23% 95.69%
CMYK 26.23% 13.93% 0.00%
4.31%

Color #B4D2F4 in popluar number systems.

HEX B4 D2 F4
Decimal 180 210 244
Binary 10110100 11010010 11110100
Octal 264 322 364

Shades and tints

Shades of #B4D2F4

#B4D2F4
(180,210,244)
#A4BFDE
(164,191,222)
#94ACC8
(148,172,200)
#8499B2
(132,153,178)
#74869C
(116,134,156)
#647386
(100,115,134)
#546070
(84,96,112)
#444D5A
(68,77,90)
#343A44
(52,58,68)
#24272E
(36,39,46)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B4D2F4

#B4D2F4
(180,210,244)
#BAD6F5
(186,214,245)
#C0DAF6
(192,218,246)
#C6DEF7
(198,222,247)
#CCE2F8
(204,226,248)
#D2E6F9
(210,230,249)
#D8EAFA
(216,234,250)
#DEEEFB
(222,238,251)
#E4F2FC
(228,242,252)
#EAF6FD
(234,246,253)
#F0FAFE
(240,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D2F4 color. Also use rgb(180,210,244) instead hex code.

Text Font Color

.myTextColor { color: #B4D2F4; }

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

This text font color is #B4D2F4.

Background Color

.myBgColor { background-color: #B4D2F4; }

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

This div background color is #B4D2F4.

Border color

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

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

This div border color is #B4D2F4.

Opacity

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

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

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

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

This text has shadow with #B4D2F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D2F4.

Preview

Color preview on black background

This text has color #B4D2F4 on black background.


Color preview on white background

This text has color #B4D2F4 on white background.


Black color preview on #B4D2F4 background

This text has black color on #B4D2F4 background.


White color preview on #B4D2F4 background

This text has white color on #B4D2F4 background.


Related colors

Complementary color

Complementary color for #B4D2F4 is #4B2D0B.


I love getcolorcode.com

Triadic colors

1 #F4B4D2 and #D2F4B4 with #B4D2F4 are triadic colors.

2 #F4D2B4 and #D2B4F4 with #B4D2F4 are triadic colors.