COLOR #B7F9E5

HEX: #B7F9E5
RGB: (183,249,229)

Color info

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

RGB color model

#B7F9E5 color RGB value is (183,249,229).

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

RGB channels and saturation

R 183 of 255 = 72%
G 249 of 255 = 98%
B 229 of 255 = 90%

183
249
229

R + G + B ~ 87%. #B7F9E5 is light color.

Portions of RGB colors in percentages

R + G + B =
183 + 249 + 229 = 661 (100%)
R 183 of 661 ~ 27.69%
G 249 of 661 ~ 37.67%
B 229 of 661 ~ 34.64%

%27.69
%37.67
%34.64

CMYK color model

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

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • 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.03
%2.35

Codes

Color #B7F9E5 in popluar color models

B7F9E5
RGB183249229
HSL162°84.62%84.71%
HSB/HSV162°26.51%97.65%
CMYK26.51%0.00%8.03%
2.35%

Color #B7F9E5 in popluar number systems.

HEXB7F9E5
Decimal183249229
Binary101101111111100111100101
Octal267371345

Shades and tints

Shades of #B7F9E5

#B7F9E5
(183,249,229)
#A7E3D1
(167,227,209)
#97CDBD
(151,205,189)
#87B7A9
(135,183,169)
#77A195
(119,161,149)
#678B81
(103,139,129)
#57756D
(87,117,109)
#475F59
(71,95,89)
#374945
(55,73,69)
#273331
(39,51,49)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #B7F9E5

#B7F9E5
(183,249,229)
#BDF9E7
(189,249,231)
#C3F9E9
(195,249,233)
#C9F9EB
(201,249,235)
#CFF9ED
(207,249,237)
#D5F9EF
(213,249,239)
#DBF9F1
(219,249,241)
#E1F9F3
(225,249,243)
#E7F9F5
(231,249,245)
#EDF9F7
(237,249,247)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7F9E5; }

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

This text font color is #B7F9E5.


Background Color

.myBgColor { background-color: #B7F9E5; }

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

This div background color is #B7F9E5.


Border color

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

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

This div border color is #B7F9E5.


Opacity

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

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

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

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

This text has shadow with #B7F9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7F9E5 on black background.


Color preview on white background

This text has color #B7F9E5 on white background.



Black color preview on #B7F9E5 background

This text has black color on #B7F9E5 background.


White color preview on #B7F9E5 background

This text has white color on #B7F9E5 background.