COLOR #B7F9E4

HEX: #B7F9E4
RGB: (183,249,228)

Color info

#B7F9E4 contains mainly green and blue colors. Web safe color of #B7F9E4 is #CCFFCC (or #CFC).

RGB color model

#B7F9E4 color RGB value is (183,249,228).

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

RGB channels and saturation

R 183 of 255 = 72%
G 249 of 255 = 98%
B 228 of 255 = 89%

183
249
228

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

Portions of RGB colors in percentages

R + G + B =
183 + 249 + 228 = 660 (100%)
R 183 of 660 ~ 27.73%
G 249 of 660 ~ 37.73%
B 228 of 660 ~ 34.55%

%27.73
%37.73
%34.55

CMYK color model

#B7F9E4 color CMYK value is (27,0,8,2).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 2.35%
CMYK:
(27,0,8,2)
C27M0Y8K2 
(27%,0%,8%,2%)
(0.27/0.00/0.08/0.02)	

CMYK percentages

%26.51
%0
%8.43
%2.35

Codes

Color #B7F9E4 in popluar color models

B7F9E4
RGB183249228
HSL161°84.62%84.71%
HSB/HSV161°26.51%97.65%
CMYK26.51%0.00%8.43%
2.35%

Color #B7F9E4 in popluar number systems.

HEXB7F9E4
Decimal183249228
Binary101101111111100111100100
Octal267371344

Shades and tints

Shades of #B7F9E4

#B7F9E4
(183,249,228)
#A7E3D0
(167,227,208)
#97CDBC
(151,205,188)
#87B7A8
(135,183,168)
#77A194
(119,161,148)
#678B80
(103,139,128)
#57756C
(87,117,108)
#475F58
(71,95,88)
#374944
(55,73,68)
#273330
(39,51,48)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #B7F9E4

#B7F9E4
(183,249,228)
#BDF9E6
(189,249,230)
#C3F9E8
(195,249,232)
#C9F9EA
(201,249,234)
#CFF9EC
(207,249,236)
#D5F9EE
(213,249,238)
#DBF9F0
(219,249,240)
#E1F9F2
(225,249,242)
#E7F9F4
(231,249,244)
#EDF9F6
(237,249,246)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7F9E4; }

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

This text font color is #B7F9E4.


Background Color

.myBgColor { background-color: #B7F9E4; }

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

This div background color is #B7F9E4.


Border color

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

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

This div border color is #B7F9E4.


Opacity

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

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

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

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

This text has shadow with #B7F9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7F9E4 on black background.


Color preview on white background

This text has color #B7F9E4 on white background.



Black color preview on #B7F9E4 background

This text has black color on #B7F9E4 background.


White color preview on #B7F9E4 background

This text has white color on #B7F9E4 background.