COLOR #B4CFFF

HEX: #B4CFFF
RGB: (180,207,255)

Color info

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

RGB color model

#B4CFFF color RGB value is (180,207,255).

  • red value is 180;
  • green value is 207;
  • blue value is 255.
RGB:
(180,207,255)
(71%,81%,100%)

RGB channels and saturation

R 180 of 255 = 71%
G 207 of 255 = 81%
B 255 of 255 = 100%

180
207
255

R + G + B ~ 84%. #B4CFFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 207 + 255 = 642 (100%)
R 180 of 642 ~ 28.04%
G 207 of 642 ~ 32.24%
B 255 of 642 ~ 39.72%

%28.04
%32.24
%39.72

CMYK color model

#B4CFFF color CMYK value is (29,19,0,0).

  • cyan value is 29.41%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,19,0,0)
C29M19Y0K0 
(29%,19%,0%,0%)
(0.29/0.19/0.00/0.00)	

CMYK percentages

%29.41
%18.82
%0
%0

Codes

Color #B4CFFF in popluar color models

B4CFFF
RGB180207255
HSL218°100.00%85.29%
HSB/HSV218°29.41%100.00%
CMYK29.41%18.82%0.00%
0.00%

Color #B4CFFF in popluar number systems.

HEXB4CFFF
Decimal180207255
Binary101101001100111111111111
Octal264317377

Shades and tints

Shades of #B4CFFF

#B4CFFF
(180,207,255)
#A4BDE8
(164,189,232)
#94ABD1
(148,171,209)
#8499BA
(132,153,186)
#7487A3
(116,135,163)
#64758C
(100,117,140)
#546375
(84,99,117)
#44515E
(68,81,94)
#343F47
(52,63,71)
#242D30
(36,45,48)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #B4CFFF

#B4CFFF
(180,207,255)
#BAD3FF
(186,211,255)
#C0D7FF
(192,215,255)
#C6DBFF
(198,219,255)
#CCDFFF
(204,223,255)
#D2E3FF
(210,227,255)
#D8E7FF
(216,231,255)
#DEEBFF
(222,235,255)
#E4EFFF
(228,239,255)
#EAF3FF
(234,243,255)
#F0F7FF
(240,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CFFF color. Also use rgb(180,207,255) instead hex code.

Text Font Color

.myTextColor { color: #B4CFFF; }

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

This text font color is #B4CFFF.


Background Color

.myBgColor { background-color: #B4CFFF; }

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

This div background color is #B4CFFF.


Border color

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

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

This div border color is #B4CFFF.


Opacity

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

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

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

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

This text has shadow with #B4CFFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CFFF on black background.


Color preview on white background

This text has color #B4CFFF on white background.



Black color preview on #B4CFFF background

This text has black color on #B4CFFF background.


White color preview on #B4CFFF background

This text has white color on #B4CFFF background.