COLOR #B6EDB5

HEX: #B6EDB5
RGB: (182,237,181)

Color info

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

RGB color model

#B6EDB5 color RGB value is (182,237,181).

  • red value is 182;
  • green value is 237;
  • blue value is 181.
RGB:
(182,237,181)
(71%,93%,71%)

RGB channels and saturation

R 182 of 255 = 71%
G 237 of 255 = 93%
B 181 of 255 = 71%

182
237
181

R + G + B ~ 78%. #B6EDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 237 + 181 = 600 (100%)
R 182 of 600 ~ 30.33%
G 237 of 600 ~ 39.5%
B 181 of 600 ~ 30.17%

%30.33
%39.5
%30.17

CMYK color model

#B6EDB5 color CMYK value is (23,0,24,7).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 23.63%
  • key color value is 7.06%
CMYK:
(23,0,24,7)
C23M0Y24K7 
(23%,0%,24%,7%)
(0.23/0.00/0.24/0.07)	

CMYK percentages

%23.21
%0
%23.63
%7.06

Codes

Color #B6EDB5 in popluar color models

B6EDB5
RGB182237181
HSL119°60.87%81.96%
HSB/HSV119°23.63%92.94%
CMYK23.21%0.00%23.63%
7.06%

Color #B6EDB5 in popluar number systems.

HEXB6EDB5
Decimal182237181
Binary101101101110110110110101
Octal266355265

Shades and tints

Shades of #B6EDB5

#B6EDB5
(182,237,181)
#A6D8A5
(166,216,165)
#96C395
(150,195,149)
#86AE85
(134,174,133)
#769975
(118,153,117)
#668465
(102,132,101)
#566F55
(86,111,85)
#465A45
(70,90,69)
#364535
(54,69,53)
#263025
(38,48,37)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #B6EDB5

#B6EDB5
(182,237,181)
#BCEEBB
(188,238,187)
#C2EFC1
(194,239,193)
#C8F0C7
(200,240,199)
#CEF1CD
(206,241,205)
#D4F2D3
(212,242,211)
#DAF3D9
(218,243,217)
#E0F4DF
(224,244,223)
#E6F5E5
(230,245,229)
#ECF6EB
(236,246,235)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EDB5 color. Also use rgb(182,237,181) instead hex code.

Text Font Color

.myTextColor { color: #B6EDB5; }

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

This text font color is #B6EDB5.


Background Color

.myBgColor { background-color: #B6EDB5; }

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

This div background color is #B6EDB5.


Border color

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

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

This div border color is #B6EDB5.


Opacity

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

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

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

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

This text has shadow with #B6EDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EDB5 on black background.


Color preview on white background

This text has color #B6EDB5 on white background.



Black color preview on #B6EDB5 background

This text has black color on #B6EDB5 background.


White color preview on #B6EDB5 background

This text has white color on #B6EDB5 background.