COLOR #B6EACA

HEX: #B6EACA
RGB: (182,234,202)

Color info

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

RGB color model

#B6EACA color RGB value is (182,234,202).

  • red value is 182;
  • green value is 234;
  • blue value is 202.
RGB:
(182,234,202)
(71%,92%,79%)

RGB channels and saturation

R 182 of 255 = 71%
G 234 of 255 = 92%
B 202 of 255 = 79%

182
234
202

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

Portions of RGB colors in percentages

R + G + B =
182 + 234 + 202 = 618 (100%)
R 182 of 618 ~ 29.45%
G 234 of 618 ~ 37.86%
B 202 of 618 ~ 32.69%

%29.45
%37.86
%32.69

CMYK color model

#B6EACA color CMYK value is (22,0,14,8).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 8.24%
CMYK:
(22,0,14,8)
C22M0Y14K8 
(22%,0%,14%,8%)
(0.22/0.00/0.14/0.08)	

CMYK percentages

%22.22
%0
%13.68
%8.24

Codes

Color #B6EACA in popluar color models

B6EACA
RGB182234202
HSL143°55.32%81.57%
HSB/HSV143°22.22%91.76%
CMYK22.22%0.00%13.68%
8.24%

Color #B6EACA in popluar number systems.

HEXB6EACA
Decimal182234202
Binary101101101110101011001010
Octal266352312

Shades and tints

Shades of #B6EACA

#B6EACA
(182,234,202)
#A6D5B8
(166,213,184)
#96C0A6
(150,192,166)
#86AB94
(134,171,148)
#769682
(118,150,130)
#668170
(102,129,112)
#566C5E
(86,108,94)
#46574C
(70,87,76)
#36423A
(54,66,58)
#262D28
(38,45,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #B6EACA

#B6EACA
(182,234,202)
#BCEBCE
(188,235,206)
#C2ECD2
(194,236,210)
#C8EDD6
(200,237,214)
#CEEEDA
(206,238,218)
#D4EFDE
(212,239,222)
#DAF0E2
(218,240,226)
#E0F1E6
(224,241,230)
#E6F2EA
(230,242,234)
#ECF3EE
(236,243,238)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EACA color. Also use rgb(182,234,202) instead hex code.

Text Font Color

.myTextColor { color: #B6EACA; }

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

This text font color is #B6EACA.


Background Color

.myBgColor { background-color: #B6EACA; }

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

This div background color is #B6EACA.


Border color

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

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

This div border color is #B6EACA.


Opacity

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

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

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

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

This text has shadow with #B6EACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EACA on black background.


Color preview on white background

This text has color #B6EACA on white background.



Black color preview on #B6EACA background

This text has black color on #B6EACA background.


White color preview on #B6EACA background

This text has white color on #B6EACA background.