COLOR #B4CBF2

HEX: #B4CBF2
RGB: (180,203,242)

Color info

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

RGB color model

#B4CBF2 color RGB value is (180,203,242).

  • red value is 180;
  • green value is 203;
  • blue value is 242.
RGB:
(180,203,242)
(71%,80%,95%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 242 of 255 = 95%

180
203
242

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

Portions of RGB colors in percentages

R + G + B =
180 + 203 + 242 = 625 (100%)
R 180 of 625 ~ 28.8%
G 203 of 625 ~ 32.48%
B 242 of 625 ~ 38.72%

%28.8
%32.48
%38.72

CMYK color model

#B4CBF2 color CMYK value is (26,16,0,5).

  • cyan value is 25.62%
  • magenta value is 16.12%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(26,16,0,5)
C26M16Y0K5 
(26%,16%,0%,5%)
(0.26/0.16/0.00/0.05)	

CMYK percentages

%25.62
%16.12
%0
%5.1

Codes

Color #B4CBF2 in popluar color models

B4CBF2
RGB180203242
HSL218°70.45%82.75%
HSB/HSV218°25.62%94.90%
CMYK25.62%16.12%0.00%
5.10%

Color #B4CBF2 in popluar number systems.

HEXB4CBF2
Decimal180203242
Binary101101001100101111110010
Octal264313362

Shades and tints

Shades of #B4CBF2

#B4CBF2
(180,203,242)
#A4B9DC
(164,185,220)
#94A7C6
(148,167,198)
#8495B0
(132,149,176)
#74839A
(116,131,154)
#647184
(100,113,132)
#545F6E
(84,95,110)
#444D58
(68,77,88)
#343B42
(52,59,66)
#24292C
(36,41,44)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4CBF2

#B4CBF2
(180,203,242)
#BACFF3
(186,207,243)
#C0D3F4
(192,211,244)
#C6D7F5
(198,215,245)
#CCDBF6
(204,219,246)
#D2DFF7
(210,223,247)
#D8E3F8
(216,227,248)
#DEE7F9
(222,231,249)
#E4EBFA
(228,235,250)
#EAEFFB
(234,239,251)
#F0F3FC
(240,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CBF2 color. Also use rgb(180,203,242) instead hex code.

Text Font Color

.myTextColor { color: #B4CBF2; }

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

This text font color is #B4CBF2.


Background Color

.myBgColor { background-color: #B4CBF2; }

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

This div background color is #B4CBF2.


Border color

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

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

This div border color is #B4CBF2.


Opacity

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

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

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

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

This text has shadow with #B4CBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CBF2 on black background.


Color preview on white background

This text has color #B4CBF2 on white background.



Black color preview on #B4CBF2 background

This text has black color on #B4CBF2 background.


White color preview on #B4CBF2 background

This text has white color on #B4CBF2 background.