COLOR #B4C7F4

HEX: #B4C7F4 RGB: (180,199,244)

Color info

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

RGB color model

#B4C7F4 color RGB value is (180,199,244).

RGB: (180,199,244) (71%, 78%, 96%)

RGB channels and saturation

R 180 of 255 = 71%
G 199 of 255 = 78%
B 244 of 255 = 96%

180
199
244

R + G + B ~ 82%. #B4C7F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 199 + 244 = 623 (100%)
R 180 of 623 ~ 28.89%
G 199 of 623 ~ 31.94%
B 244 of 623 ~ 39.17'%

%28.89
%31.94
%39.17

CMYK color model

#B4C7F4 color CMYK value is (26,18,0,4).

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

CMYK: (26,18,0,4)
C26M18Y0K4 (26%, 18%, 0%, 4%)
(0.26 / 0.18 / 0.00 / 0.04)

CMYK percentages

%26.23
%18.44
%0
%4.31

Codes

Color #B4C7F4 in popluar color models

B4 C7 F4
RGB 180 199 244
HSL 222° 74.42% 83.14%
HSB/HSV 222° 26.23% 95.69%
CMYK 26.23% 18.44% 0.00%
4.31%

Color #B4C7F4 in popluar number systems.

HEX B4 C7 F4
Decimal 180 199 244
Binary 10110100 11000111 11110100
Octal 264 307 364

Shades and tints

Shades of #B4C7F4

#B4C7F4
(180,199,244)
#A4B5DE
(164,181,222)
#94A3C8
(148,163,200)
#8491B2
(132,145,178)
#747F9C
(116,127,156)
#646D86
(100,109,134)
#545B70
(84,91,112)
#44495A
(68,73,90)
#343744
(52,55,68)
#24252E
(36,37,46)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B4C7F4

#B4C7F4
(180,199,244)
#BACCF5
(186,204,245)
#C0D1F6
(192,209,246)
#C6D6F7
(198,214,247)
#CCDBF8
(204,219,248)
#D2E0F9
(210,224,249)
#D8E5FA
(216,229,250)
#DEEAFB
(222,234,251)
#E4EFFC
(228,239,252)
#EAF4FD
(234,244,253)
#F0F9FE
(240,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C7F4; }

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

This text font color is #B4C7F4.

Background Color

.myBgColor { background-color: #B4C7F4; }

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

This div background color is #B4C7F4.

Border color

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

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

This div border color is #B4C7F4.

Opacity

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

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

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

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

This text has shadow with #B4C7F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C7F4.

Preview

Color preview on black background

This text has color #B4C7F4 on black background.


Color preview on white background

This text has color #B4C7F4 on white background.


Black color preview on #B4C7F4 background

This text has black color on #B4C7F4 background.


White color preview on #B4C7F4 background

This text has white color on #B4C7F4 background.


Related colors

Complementary color

Complementary color for #hex is #4B380B.


I love getcolorcode.com

Triadic colors

1 #F4B4C7 and #C7F4B4 with #B4C7F4 are triadic colors.

2 #F4C7B4 and #C7B4F4 with #B4C7F4 are triadic colors.