COLOR #B7E9F2

HEX: #B7E9F2
RGB: (183,233,242)

Color info

#B7E9F2 contains red, green and blue colors in about the same proportion. Web safe color of #B7E9F2 is #CCFFFF (or #CFF).

RGB color model

#B7E9F2 color RGB value is (183,233,242).

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

RGB channels and saturation

R 183 of 255 = 72%
G 233 of 255 = 91%
B 242 of 255 = 95%

183
233
242

R + G + B ~ 86%. #B7E9F2 is light color.

Portions of RGB colors in percentages

R + G + B =
183 + 233 + 242 = 658 (100%)
R 183 of 658 ~ 27.81%
G 233 of 658 ~ 35.41%
B 242 of 658 ~ 36.78%

%27.81
%35.41
%36.78

CMYK color model

#B7E9F2 color CMYK value is (24,4,0,5).

  • cyan value is 24.38%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(24,4,0,5)
C24M4Y0K5 
(24%,4%,0%,5%)
(0.24/0.04/0.00/0.05)	

CMYK percentages

%24.38
%3.72
%0
%5.1

Codes

Color #B7E9F2 in popluar color models

B7E9F2
RGB183233242
HSL189°69.41%83.33%
HSB/HSV189°24.38%94.90%
CMYK24.38%3.72%0.00%
5.10%

Color #B7E9F2 in popluar number systems.

HEXB7E9F2
Decimal183233242
Binary101101111110100111110010
Octal267351362

Shades and tints

Shades of #B7E9F2

#B7E9F2
(183,233,242)
#A7D4DC
(167,212,220)
#97BFC6
(151,191,198)
#87AAB0
(135,170,176)
#77959A
(119,149,154)
#678084
(103,128,132)
#576B6E
(87,107,110)
#475658
(71,86,88)
#374142
(55,65,66)
#272C2C
(39,44,44)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #B7E9F2

#B7E9F2
(183,233,242)
#BDEBF3
(189,235,243)
#C3EDF4
(195,237,244)
#C9EFF5
(201,239,245)
#CFF1F6
(207,241,246)
#D5F3F7
(213,243,247)
#DBF5F8
(219,245,248)
#E1F7F9
(225,247,249)
#E7F9FA
(231,249,250)
#EDFBFB
(237,251,251)
#F3FDFC
(243,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E9F2; }

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

This text font color is #B7E9F2.


Background Color

.myBgColor { background-color: #B7E9F2; }

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

This div background color is #B7E9F2.


Border color

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

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

This div border color is #B7E9F2.


Opacity

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

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

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

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

This text has shadow with #B7E9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E9F2 on black background.


Color preview on white background

This text has color #B7E9F2 on white background.



Black color preview on #B7E9F2 background

This text has black color on #B7E9F2 background.


White color preview on #B7E9F2 background

This text has white color on #B7E9F2 background.