COLOR #B6EEBD

HEX: #B6EEBD
RGB: (182,238,189)

Color info

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

RGB color model

#B6EEBD color RGB value is (182,238,189).

  • red value is 182;
  • green value is 238;
  • blue value is 189.
RGB:
(182,238,189)
(71%,93%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 238 of 255 = 93%
B 189 of 255 = 74%

182
238
189

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

Portions of RGB colors in percentages

R + G + B =
182 + 238 + 189 = 609 (100%)
R 182 of 609 ~ 29.89%
G 238 of 609 ~ 39.08%
B 189 of 609 ~ 31.03%

%29.89
%39.08
%31.03

CMYK color model

#B6EEBD color CMYK value is (24,0,21,7).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(24,0,21,7)
C24M0Y21K7 
(24%,0%,21%,7%)
(0.24/0.00/0.21/0.07)	

CMYK percentages

%23.53
%0
%20.59
%6.67

Codes

Color #B6EEBD in popluar color models

B6EEBD
RGB182238189
HSL128°62.22%82.35%
HSB/HSV128°23.53%93.33%
CMYK23.53%0.00%20.59%
6.67%

Color #B6EEBD in popluar number systems.

HEXB6EEBD
Decimal182238189
Binary101101101110111010111101
Octal266356275

Shades and tints

Shades of #B6EEBD

#B6EEBD
(182,238,189)
#A6D9AC
(166,217,172)
#96C49B
(150,196,155)
#86AF8A
(134,175,138)
#769A79
(118,154,121)
#668568
(102,133,104)
#567057
(86,112,87)
#465B46
(70,91,70)
#364635
(54,70,53)
#263124
(38,49,36)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #B6EEBD

#B6EEBD
(182,238,189)
#BCEFC3
(188,239,195)
#C2F0C9
(194,240,201)
#C8F1CF
(200,241,207)
#CEF2D5
(206,242,213)
#D4F3DB
(212,243,219)
#DAF4E1
(218,244,225)
#E0F5E7
(224,245,231)
#E6F6ED
(230,246,237)
#ECF7F3
(236,247,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EEBD color. Also use rgb(182,238,189) instead hex code.

Text Font Color

.myTextColor { color: #B6EEBD; }

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

This text font color is #B6EEBD.


Background Color

.myBgColor { background-color: #B6EEBD; }

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

This div background color is #B6EEBD.


Border color

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

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

This div border color is #B6EEBD.


Opacity

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

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

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

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

This text has shadow with #B6EEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EEBD on black background.


Color preview on white background

This text has color #B6EEBD on white background.



Black color preview on #B6EEBD background

This text has black color on #B6EEBD background.


White color preview on #B6EEBD background

This text has white color on #B6EEBD background.