COLOR #B6ECC8

HEX: #B6ECC8 RGB: (182,236,200)

Color info

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

RGB color model

#B6ECC8 color RGB value is (182,236,200).

RGB: (182,236,200) (71%, 93%, 78%)

RGB channels and saturation

R 182 of 255 = 71%
G 236 of 255 = 93%
B 200 of 255 = 78%

182
236
200

R + G + B ~ 81%. #B6ECC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 236 + 200 = 618 (100%)
R 182 of 618 ~ 29.45%
G 236 of 618 ~ 38.19%
B 200 of 618 ~ 32.36'%

%29.45
%38.19
%32.36

CMYK color model

#B6ECC8 color CMYK value is (23,0,15,7).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 7.45%

CMYK: (23,0,15,7)
C23M0Y15K7 (23%, 0%, 15%, 7%)
(0.23 / 0.00 / 0.15 / 0.07)

CMYK percentages

%22.88
%0
%15.25
%7.45

Codes

Color #B6ECC8 in popluar color models

B6 EC C8
RGB 182 236 200
HSL 140° 58.70% 81.96%
HSB/HSV 140° 22.88% 92.55%
CMYK 22.88% 0.00% 15.25%
7.45%

Color #B6ECC8 in popluar number systems.

HEX B6 EC C8
Decimal 182 236 200
Binary 10110110 11101100 11001000
Octal 266 354 310

Shades and tints

Shades of #B6ECC8

#B6ECC8
(182,236,200)
#A6D7B6
(166,215,182)
#96C2A4
(150,194,164)
#86AD92
(134,173,146)
#769880
(118,152,128)
#66836E
(102,131,110)
#566E5C
(86,110,92)
#46594A
(70,89,74)
#364438
(54,68,56)
#262F26
(38,47,38)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #B6ECC8

#B6ECC8
(182,236,200)
#BCEDCD
(188,237,205)
#C2EED2
(194,238,210)
#C8EFD7
(200,239,215)
#CEF0DC
(206,240,220)
#D4F1E1
(212,241,225)
#DAF2E6
(218,242,230)
#E0F3EB
(224,243,235)
#E6F4F0
(230,244,240)
#ECF5F5
(236,245,245)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6ECC8 color. Also use rgb(182,236,200) instead hex code.

Text Font Color

.myTextColor { color: #B6ECC8; }

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

This text font color is #B6ECC8.

Background Color

.myBgColor { background-color: #B6ECC8; }

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

This div background color is #B6ECC8.

Border color

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

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

This div border color is #B6ECC8.

Opacity

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

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

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

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

This text has shadow with #B6ECC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ECC8.

Preview

Color preview on black background

This text has color #B6ECC8 on black background.


Color preview on white background

This text has color #B6ECC8 on white background.


Black color preview on #B6ECC8 background

This text has black color on #B6ECC8 background.


White color preview on #B6ECC8 background

This text has white color on #B6ECC8 background.


Related colors

Complementary color

Complementary color for #hex is #491337.


I love getcolorcode.com

Triadic colors

1 #C8B6EC and #ECC8B6 with #B6ECC8 are triadic colors.

2 #C8ECB6 and #ECB6C8 with #B6ECC8 are triadic colors.