COLOR #B2CEF4

HEX: #B2CEF4
RGB: (178,206,244)

Color info

#B2CEF4 contains mainly green and blue colors. Web safe color of #B2CEF4 is #99CCFF (or #9CF).

RGB color model

#B2CEF4 color RGB value is (178,206,244).

  • red value is 178;
  • green value is 206;
  • blue value is 244.
RGB:
(178,206,244)
(70%,81%,96%)

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 244 of 255 = 96%

178
206
244

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

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 244 = 628 (100%)
R 178 of 628 ~ 28.34%
G 206 of 628 ~ 32.8%
B 244 of 628 ~ 38.85%

%28.34
%32.8
%38.85

CMYK color model

#B2CEF4 color CMYK value is (27,16,0,4).

  • cyan value is 27.05%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(27,16,0,4)
C27M16Y0K4 
(27%,16%,0%,4%)
(0.27/0.16/0.00/0.04)	

CMYK percentages

%27.05
%15.57
%0
%4.31

Codes

Color #B2CEF4 in popluar color models

B2CEF4
RGB178206244
HSL215°75.00%82.75%
HSB/HSV215°27.05%95.69%
CMYK27.05%15.57%0.00%
4.31%

Color #B2CEF4 in popluar number systems.

HEXB2CEF4
Decimal178206244
Binary101100101100111011110100
Octal262316364

Shades and tints

Shades of #B2CEF4

#B2CEF4
(178,206,244)
#A2BCDE
(162,188,222)
#92AAC8
(146,170,200)
#8298B2
(130,152,178)
#72869C
(114,134,156)
#627486
(98,116,134)
#526270
(82,98,112)
#42505A
(66,80,90)
#323E44
(50,62,68)
#222C2E
(34,44,46)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #B2CEF4

#B2CEF4
(178,206,244)
#B9D2F5
(185,210,245)
#C0D6F6
(192,214,246)
#C7DAF7
(199,218,247)
#CEDEF8
(206,222,248)
#D5E2F9
(213,226,249)
#DCE6FA
(220,230,250)
#E3EAFB
(227,234,251)
#EAEEFC
(234,238,252)
#F1F2FD
(241,242,253)
#F8F6FE
(248,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CEF4 color. Also use rgb(178,206,244) instead hex code.

Text Font Color

.myTextColor { color: #B2CEF4; }

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

This text font color is #B2CEF4.


Background Color

.myBgColor { background-color: #B2CEF4; }

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

This div background color is #B2CEF4.


Border color

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

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

This div border color is #B2CEF4.


Opacity

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

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

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

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

This text has shadow with #B2CEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CEF4 on black background.


Color preview on white background

This text has color #B2CEF4 on white background.



Black color preview on #B2CEF4 background

This text has black color on #B2CEF4 background.


White color preview on #B2CEF4 background

This text has white color on #B2CEF4 background.