COLOR #B6EDC1

HEX: #B6EDC1 RGB: (182,237,193)

Color info

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

RGB color model

#B6EDC1 color RGB value is (182,237,193).

RGB: (182,237,193) (71%, 93%, 76%)

RGB channels and saturation

R 182 of 255 = 71%
G 237 of 255 = 93%
B 193 of 255 = 76%

182
237
193

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

Portions of RGB colors in percentages

R + G + B = 182 + 237 + 193 = 612 (100%)
R 182 of 612 ~ 29.74%
G 237 of 612 ~ 38.73%
B 193 of 612 ~ 31.54'%

%29.74
%38.73
%31.54

CMYK color model

#B6EDC1 color CMYK value is (23,0,19,7).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 7.06%

CMYK: (23,0,19,7)
C23M0Y19K7 (23%, 0%, 19%, 7%)
(0.23 / 0.00 / 0.19 / 0.07)

CMYK percentages

%23.21
%0
%18.57
%7.06

Codes

Color #B6EDC1 in popluar color models

B6 ED C1
RGB 182 237 193
HSL 132° 60.44% 82.16%
HSB/HSV 132° 23.21% 92.94%
CMYK 23.21% 0.00% 18.57%
7.06%

Color #B6EDC1 in popluar number systems.

HEX B6 ED C1
Decimal 182 237 193
Binary 10110110 11101101 11000001
Octal 266 355 301

Shades and tints

Shades of #B6EDC1

#B6EDC1
(182,237,193)
#A6D8B0
(166,216,176)
#96C39F
(150,195,159)
#86AE8E
(134,174,142)
#76997D
(118,153,125)
#66846C
(102,132,108)
#566F5B
(86,111,91)
#465A4A
(70,90,74)
#364539
(54,69,57)
#263028
(38,48,40)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #B6EDC1

#B6EDC1
(182,237,193)
#BCEEC6
(188,238,198)
#C2EFCB
(194,239,203)
#C8F0D0
(200,240,208)
#CEF1D5
(206,241,213)
#D4F2DA
(212,242,218)
#DAF3DF
(218,243,223)
#E0F4E4
(224,244,228)
#E6F5E9
(230,245,233)
#ECF6EE
(236,246,238)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EDC1; }

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

This text font color is #B6EDC1.

Background Color

.myBgColor { background-color: #B6EDC1; }

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

This div background color is #B6EDC1.

Border color

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

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

This div border color is #B6EDC1.

Opacity

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

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

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

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

This text has shadow with #B6EDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6EDC1.

Preview

Color preview on black background

This text has color #B6EDC1 on black background.


Color preview on white background

This text has color #B6EDC1 on white background.


Black color preview on #B6EDC1 background

This text has black color on #B6EDC1 background.


White color preview on #B6EDC1 background

This text has white color on #B6EDC1 background.


Related colors

Complementary color

Complementary color for #hex is #49123E.


I love getcolorcode.com

Triadic colors

1 #C1B6ED and #EDC1B6 with #B6EDC1 are triadic colors.

2 #C1EDB6 and #EDB6C1 with #B6EDC1 are triadic colors.