COLOR #B4C8F7

HEX: #B4C8F7
RGB: (180,200,247)

Color info

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

RGB color model

#B4C8F7 color RGB value is (180,200,247).

  • red value is 180;
  • green value is 200;
  • blue value is 247.
RGB:
(180,200,247)
(71%,78%,97%)

RGB channels and saturation

R 180 of 255 = 71%
G 200 of 255 = 78%
B 247 of 255 = 97%

180
200
247

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

Portions of RGB colors in percentages

R + G + B =
180 + 200 + 247 = 627 (100%)
R 180 of 627 ~ 28.71%
G 200 of 627 ~ 31.9%
B 247 of 627 ~ 39.39%

%28.71
%31.9
%39.39

CMYK color model

#B4C8F7 color CMYK value is (27,19,0,3).

  • cyan value is 27.13%
  • magenta value is 19.03%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(27,19,0,3)
C27M19Y0K3 
(27%,19%,0%,3%)
(0.27/0.19/0.00/0.03)	

CMYK percentages

%27.13
%19.03
%0
%3.14

Codes

Color #B4C8F7 in popluar color models

B4C8F7
RGB180200247
HSL222°80.72%83.73%
HSB/HSV222°27.13%96.86%
CMYK27.13%19.03%0.00%
3.14%

Color #B4C8F7 in popluar number systems.

HEXB4C8F7
Decimal180200247
Binary101101001100100011110111
Octal264310367

Shades and tints

Shades of #B4C8F7

#B4C8F7
(180,200,247)
#A4B6E1
(164,182,225)
#94A4CB
(148,164,203)
#8492B5
(132,146,181)
#74809F
(116,128,159)
#646E89
(100,110,137)
#545C73
(84,92,115)
#444A5D
(68,74,93)
#343847
(52,56,71)
#242631
(36,38,49)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #B4C8F7

#B4C8F7
(180,200,247)
#BACDF7
(186,205,247)
#C0D2F7
(192,210,247)
#C6D7F7
(198,215,247)
#CCDCF7
(204,220,247)
#D2E1F7
(210,225,247)
#D8E6F7
(216,230,247)
#DEEBF7
(222,235,247)
#E4F0F7
(228,240,247)
#EAF5F7
(234,245,247)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C8F7 color. Also use rgb(180,200,247) instead hex code.

Text Font Color

.myTextColor { color: #B4C8F7; }

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

This text font color is #B4C8F7.


Background Color

.myBgColor { background-color: #B4C8F7; }

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

This div background color is #B4C8F7.


Border color

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

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

This div border color is #B4C8F7.


Opacity

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

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

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

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

This text has shadow with #B4C8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C8F7 on black background.


Color preview on white background

This text has color #B4C8F7 on white background.



Black color preview on #B4C8F7 background

This text has black color on #B4C8F7 background.


White color preview on #B4C8F7 background

This text has white color on #B4C8F7 background.