COLOR #B7EEBE

HEX: #B7EEBE
RGB: (183,238,190)

Color info

#B7EEBE contains red, green and blue colors in about the same proportion. Web safe color of #B7EEBE is #CCFFCC (or #CFC).

RGB color model

#B7EEBE color RGB value is (183,238,190).

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

RGB channels and saturation

R 183 of 255 = 72%
G 238 of 255 = 93%
B 190 of 255 = 75%

183
238
190

R + G + B ~ 80%. #B7EEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 238 + 190 = 611 (100%)
R 183 of 611 ~ 29.95%
G 238 of 611 ~ 38.95%
B 190 of 611 ~ 31.1%

%29.95
%38.95
%31.1

CMYK color model

#B7EEBE color CMYK value is (23,0,20,7).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 6.67%
CMYK:
(23,0,20,7)
C23M0Y20K7 
(23%,0%,20%,7%)
(0.23/0.00/0.20/0.07)	

CMYK percentages

%23.11
%0
%20.17
%6.67

Codes

Color #B7EEBE in popluar color models

B7EEBE
RGB183238190
HSL128°61.80%82.55%
HSB/HSV128°23.11%93.33%
CMYK23.11%0.00%20.17%
6.67%

Color #B7EEBE in popluar number systems.

HEXB7EEBE
Decimal183238190
Binary101101111110111010111110
Octal267356276

Shades and tints

Shades of #B7EEBE

#B7EEBE
(183,238,190)
#A7D9AD
(167,217,173)
#97C49C
(151,196,156)
#87AF8B
(135,175,139)
#779A7A
(119,154,122)
#678569
(103,133,105)
#577058
(87,112,88)
#475B47
(71,91,71)
#374636
(55,70,54)
#273125
(39,49,37)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #B7EEBE

#B7EEBE
(183,238,190)
#BDEFC3
(189,239,195)
#C3F0C8
(195,240,200)
#C9F1CD
(201,241,205)
#CFF2D2
(207,242,210)
#D5F3D7
(213,243,215)
#DBF4DC
(219,244,220)
#E1F5E1
(225,245,225)
#E7F6E6
(231,246,230)
#EDF7EB
(237,247,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7EEBE; }

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

This text font color is #B7EEBE.


Background Color

.myBgColor { background-color: #B7EEBE; }

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

This div background color is #B7EEBE.


Border color

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

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

This div border color is #B7EEBE.


Opacity

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

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

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

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

This text has shadow with #B7EEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EEBE on black background.


Color preview on white background

This text has color #B7EEBE on white background.



Black color preview on #B7EEBE background

This text has black color on #B7EEBE background.


White color preview on #B7EEBE background

This text has white color on #B7EEBE background.