COLOR #B4C1FD

HEX: #B4C1FD
RGB: (180,193,253)

Color info

#B4C1FD contains mainly blue color. Web safe color of #B4C1FD is #CCCCFF (or #CCF).

RGB color model

#B4C1FD color RGB value is (180,193,253).

  • red value is 180;
  • green value is 193;
  • blue value is 253.
RGB:
(180,193,253)
(71%,76%,99%)

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 253 of 255 = 99%

180
193
253

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

Portions of RGB colors in percentages

R + G + B =
180 + 193 + 253 = 626 (100%)
R 180 of 626 ~ 28.75%
G 193 of 626 ~ 30.83%
B 253 of 626 ~ 40.42%

%28.75
%30.83
%40.42

CMYK color model

#B4C1FD color CMYK value is (29,24,0,1).

  • cyan value is 28.85%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(29,24,0,1)
C29M24Y0K1 
(29%,24%,0%,1%)
(0.29/0.24/0.00/0.01)	

CMYK percentages

%28.85
%23.72
%0
%0.78

Codes

Color #B4C1FD in popluar color models

B4C1FD
RGB180193253
HSL229°94.81%84.90%
HSB/HSV229°28.85%99.22%
CMYK28.85%23.72%0.00%
0.78%

Color #B4C1FD in popluar number systems.

HEXB4C1FD
Decimal180193253
Binary101101001100000111111101
Octal264301375

Shades and tints

Shades of #B4C1FD

#B4C1FD
(180,193,253)
#A4B0E6
(164,176,230)
#949FCF
(148,159,207)
#848EB8
(132,142,184)
#747DA1
(116,125,161)
#646C8A
(100,108,138)
#545B73
(84,91,115)
#444A5C
(68,74,92)
#343945
(52,57,69)
#24282E
(36,40,46)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4C1FD

#B4C1FD
(180,193,253)
#BAC6FD
(186,198,253)
#C0CBFD
(192,203,253)
#C6D0FD
(198,208,253)
#CCD5FD
(204,213,253)
#D2DAFD
(210,218,253)
#D8DFFD
(216,223,253)
#DEE4FD
(222,228,253)
#E4E9FD
(228,233,253)
#EAEEFD
(234,238,253)
#F0F3FD
(240,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1FD; }

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

This text font color is #B4C1FD.


Background Color

.myBgColor { background-color: #B4C1FD; }

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

This div background color is #B4C1FD.


Border color

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

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

This div border color is #B4C1FD.


Opacity

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

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

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

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

This text has shadow with #B4C1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C1FD on black background.


Color preview on white background

This text has color #B4C1FD on white background.



Black color preview on #B4C1FD background

This text has black color on #B4C1FD background.


White color preview on #B4C1FD background

This text has white color on #B4C1FD background.