COLOR #B4CFEE

HEX: #B4CFEE
RGB: (180,207,238)

Color info

#B4CFEE contains red, green and blue colors in about the same proportion. Web safe color of #B4CFEE is #CCCCFF (or #CCF).

RGB color model

#B4CFEE color RGB value is (180,207,238).

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

RGB channels and saturation

R 180 of 255 = 71%
G 207 of 255 = 81%
B 238 of 255 = 93%

180
207
238

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

Portions of RGB colors in percentages

R + G + B =
180 + 207 + 238 = 625 (100%)
R 180 of 625 ~ 28.8%
G 207 of 625 ~ 33.12%
B 238 of 625 ~ 38.08%

%28.8
%33.12
%38.08

CMYK color model

#B4CFEE color CMYK value is (24,13,0,7).

  • cyan value is 24.37%
  • magenta value is 13.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,13,0,7)
C24M13Y0K7 
(24%,13%,0%,7%)
(0.24/0.13/0.00/0.07)	

CMYK percentages

%24.37
%13.03
%0
%6.67

Codes

Color #B4CFEE in popluar color models

B4CFEE
RGB180207238
HSL212°63.04%81.96%
HSB/HSV212°24.37%93.33%
CMYK24.37%13.03%0.00%
6.67%

Color #B4CFEE in popluar number systems.

HEXB4CFEE
Decimal180207238
Binary101101001100111111101110
Octal264317356

Shades and tints

Shades of #B4CFEE

#B4CFEE
(180,207,238)
#A4BDD9
(164,189,217)
#94ABC4
(148,171,196)
#8499AF
(132,153,175)
#74879A
(116,135,154)
#647585
(100,117,133)
#546370
(84,99,112)
#44515B
(68,81,91)
#343F46
(52,63,70)
#242D31
(36,45,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #B4CFEE

#B4CFEE
(180,207,238)
#BAD3EF
(186,211,239)
#C0D7F0
(192,215,240)
#C6DBF1
(198,219,241)
#CCDFF2
(204,223,242)
#D2E3F3
(210,227,243)
#D8E7F4
(216,231,244)
#DEEBF5
(222,235,245)
#E4EFF6
(228,239,246)
#EAF3F7
(234,243,247)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CFEE; }

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

This text font color is #B4CFEE.


Background Color

.myBgColor { background-color: #B4CFEE; }

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

This div background color is #B4CFEE.


Border color

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

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

This div border color is #B4CFEE.


Opacity

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

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

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

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

This text has shadow with #B4CFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CFEE on black background.


Color preview on white background

This text has color #B4CFEE on white background.



Black color preview on #B4CFEE background

This text has black color on #B4CFEE background.


White color preview on #B4CFEE background

This text has white color on #B4CFEE background.