COLOR #B7E6BE

HEX: #B7E6BE
RGB: (183,230,190)

Color info

#B7E6BE contains red, green and blue colors in about the same proportion. Web safe color of #B7E6BE is #CCCCCC (or #CCC).

RGB color model

#B7E6BE color RGB value is (183,230,190).

  • red value is 183;
  • green value is 230;
  • blue value is 190.
RGB:
(183,230,190)
(72%,90%,75%)

RGB channels and saturation

R 183 of 255 = 72%
G 230 of 255 = 90%
B 190 of 255 = 75%

183
230
190

R + G + B ~ 79%. #B7E6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 230 + 190 = 603 (100%)
R 183 of 603 ~ 30.35%
G 230 of 603 ~ 38.14%
B 190 of 603 ~ 31.51%

%30.35
%38.14
%31.51

CMYK color model

#B7E6BE color CMYK value is (20,0,17,10).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 9.80%
CMYK:
(20,0,17,10)
C20M0Y17K10 
(20%,0%,17%,10%)
(0.20/0.00/0.17/0.10)	

CMYK percentages

%20.43
%0
%17.39
%9.8

Codes

Color #B7E6BE in popluar color models

B7E6BE
RGB183230190
HSL129°48.45%80.98%
HSB/HSV129°20.43%90.20%
CMYK20.43%0.00%17.39%
9.80%

Color #B7E6BE in popluar number systems.

HEXB7E6BE
Decimal183230190
Binary101101111110011010111110
Octal267346276

Shades and tints

Shades of #B7E6BE

#B7E6BE
(183,230,190)
#A7D2AD
(167,210,173)
#97BE9C
(151,190,156)
#87AA8B
(135,170,139)
#77967A
(119,150,122)
#678269
(103,130,105)
#576E58
(87,110,88)
#475A47
(71,90,71)
#374636
(55,70,54)
#273225
(39,50,37)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #B7E6BE

#B7E6BE
(183,230,190)
#BDE8C3
(189,232,195)
#C3EAC8
(195,234,200)
#C9ECCD
(201,236,205)
#CFEED2
(207,238,210)
#D5F0D7
(213,240,215)
#DBF2DC
(219,242,220)
#E1F4E1
(225,244,225)
#E7F6E6
(231,246,230)
#EDF8EB
(237,248,235)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E6BE color. Also use rgb(183,230,190) instead hex code.

Text Font Color

.myTextColor { color: #B7E6BE; }

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

This text font color is #B7E6BE.


Background Color

.myBgColor { background-color: #B7E6BE; }

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

This div background color is #B7E6BE.


Border color

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

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

This div border color is #B7E6BE.


Opacity

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

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

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

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

This text has shadow with #B7E6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E6BE on black background.


Color preview on white background

This text has color #B7E6BE on white background.



Black color preview on #B7E6BE background

This text has black color on #B7E6BE background.


White color preview on #B7E6BE background

This text has white color on #B7E6BE background.