COLOR #B6EBBE

HEX: #B6EBBE
RGB: (182,235,190)

Color info

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

RGB color model

#B6EBBE color RGB value is (182,235,190).

  • red value is 182;
  • green value is 235;
  • blue value is 190.
RGB:
(182,235,190)
(71%,92%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 235 of 255 = 92%
B 190 of 255 = 75%

182
235
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 235 + 190 = 607 (100%)
R 182 of 607 ~ 29.98%
G 235 of 607 ~ 38.71%
B 190 of 607 ~ 31.3%

%29.98
%38.71
%31.3

CMYK color model

#B6EBBE color CMYK value is (23,0,19,8).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(23,0,19,8)
C23M0Y19K8 
(23%,0%,19%,8%)
(0.23/0.00/0.19/0.08)	

CMYK percentages

%22.55
%0
%19.15
%7.84

Codes

Color #B6EBBE in popluar color models

B6EBBE
RGB182235190
HSL129°56.99%81.76%
HSB/HSV129°22.55%92.16%
CMYK22.55%0.00%19.15%
7.84%

Color #B6EBBE in popluar number systems.

HEXB6EBBE
Decimal182235190
Binary101101101110101110111110
Octal266353276

Shades and tints

Shades of #B6EBBE

#B6EBBE
(182,235,190)
#A6D6AD
(166,214,173)
#96C19C
(150,193,156)
#86AC8B
(134,172,139)
#76977A
(118,151,122)
#668269
(102,130,105)
#566D58
(86,109,88)
#465847
(70,88,71)
#364336
(54,67,54)
#262E25
(38,46,37)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6EBBE

#B6EBBE
(182,235,190)
#BCECC3
(188,236,195)
#C2EDC8
(194,237,200)
#C8EECD
(200,238,205)
#CEEFD2
(206,239,210)
#D4F0D7
(212,240,215)
#DAF1DC
(218,241,220)
#E0F2E1
(224,242,225)
#E6F3E6
(230,243,230)
#ECF4EB
(236,244,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EBBE color. Also use rgb(182,235,190) instead hex code.

Text Font Color

.myTextColor { color: #B6EBBE; }

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

This text font color is #B6EBBE.


Background Color

.myBgColor { background-color: #B6EBBE; }

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

This div background color is #B6EBBE.


Border color

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

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

This div border color is #B6EBBE.


Opacity

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

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

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

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

This text has shadow with #B6EBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EBBE on black background.


Color preview on white background

This text has color #B6EBBE on white background.



Black color preview on #B6EBBE background

This text has black color on #B6EBBE background.


White color preview on #B6EBBE background

This text has white color on #B6EBBE background.