COLOR #B7E4F2

HEX: #B7E4F2
RGB: (183,228,242)

Color info

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

RGB color model

#B7E4F2 color RGB value is (183,228,242).

  • red value is 183;
  • green value is 228;
  • blue value is 242.
RGB:
(183,228,242)
(72%,89%,95%)

RGB channels and saturation

R 183 of 255 = 72%
G 228 of 255 = 89%
B 242 of 255 = 95%

183
228
242

R + G + B ~ 85%. #B7E4F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 228 + 242 = 653 (100%)
R 183 of 653 ~ 28.02%
G 228 of 653 ~ 34.92%
B 242 of 653 ~ 37.06%

%28.02
%34.92
%37.06

CMYK color model

#B7E4F2 color CMYK value is (24,6,0,5).

  • cyan value is 24.38%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(24,6,0,5)
C24M6Y0K5 
(24%,6%,0%,5%)
(0.24/0.06/0.00/0.05)	

CMYK percentages

%24.38
%5.79
%0
%5.1

Codes

Color #B7E4F2 in popluar color models

B7E4F2
RGB183228242
HSL194°69.41%83.33%
HSB/HSV194°24.38%94.90%
CMYK24.38%5.79%0.00%
5.10%

Color #B7E4F2 in popluar number systems.

HEXB7E4F2
Decimal183228242
Binary101101111110010011110010
Octal267344362

Shades and tints

Shades of #B7E4F2

#B7E4F2
(183,228,242)
#A7D0DC
(167,208,220)
#97BCC6
(151,188,198)
#87A8B0
(135,168,176)
#77949A
(119,148,154)
#678084
(103,128,132)
#576C6E
(87,108,110)
#475858
(71,88,88)
#374442
(55,68,66)
#27302C
(39,48,44)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #B7E4F2

#B7E4F2
(183,228,242)
#BDE6F3
(189,230,243)
#C3E8F4
(195,232,244)
#C9EAF5
(201,234,245)
#CFECF6
(207,236,246)
#D5EEF7
(213,238,247)
#DBF0F8
(219,240,248)
#E1F2F9
(225,242,249)
#E7F4FA
(231,244,250)
#EDF6FB
(237,246,251)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E4F2 color. Also use rgb(183,228,242) instead hex code.

Text Font Color

.myTextColor { color: #B7E4F2; }

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

This text font color is #B7E4F2.


Background Color

.myBgColor { background-color: #B7E4F2; }

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

This div background color is #B7E4F2.


Border color

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

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

This div border color is #B7E4F2.


Opacity

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

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

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

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

This text has shadow with #B7E4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E4F2 on black background.


Color preview on white background

This text has color #B7E4F2 on white background.



Black color preview on #B7E4F2 background

This text has black color on #B7E4F2 background.


White color preview on #B7E4F2 background

This text has white color on #B7E4F2 background.