COLOR #B6EFCA

HEX: #B6EFCA
RGB: (182,239,202)

Color info

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

RGB color model

#B6EFCA color RGB value is (182,239,202).

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

RGB channels and saturation

R 182 of 255 = 71%
G 239 of 255 = 94%
B 202 of 255 = 79%

182
239
202

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

Portions of RGB colors in percentages

R + G + B =
182 + 239 + 202 = 623 (100%)
R 182 of 623 ~ 29.21%
G 239 of 623 ~ 38.36%
B 202 of 623 ~ 32.42%

%29.21
%38.36
%32.42

CMYK color model

#B6EFCA color CMYK value is (24,0,15,6).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(24,0,15,6)
C24M0Y15K6 
(24%,0%,15%,6%)
(0.24/0.00/0.15/0.06)	

CMYK percentages

%23.85
%0
%15.48
%6.27

Codes

Color #B6EFCA in popluar color models

B6EFCA
RGB182239202
HSL141°64.04%82.55%
HSB/HSV141°23.85%93.73%
CMYK23.85%0.00%15.48%
6.27%

Color #B6EFCA in popluar number systems.

HEXB6EFCA
Decimal182239202
Binary101101101110111111001010
Octal266357312

Shades and tints

Shades of #B6EFCA

#B6EFCA
(182,239,202)
#A6DAB8
(166,218,184)
#96C5A6
(150,197,166)
#86B094
(134,176,148)
#769B82
(118,155,130)
#668670
(102,134,112)
#56715E
(86,113,94)
#465C4C
(70,92,76)
#36473A
(54,71,58)
#263228
(38,50,40)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #B6EFCA

#B6EFCA
(182,239,202)
#BCF0CE
(188,240,206)
#C2F1D2
(194,241,210)
#C8F2D6
(200,242,214)
#CEF3DA
(206,243,218)
#D4F4DE
(212,244,222)
#DAF5E2
(218,245,226)
#E0F6E6
(224,246,230)
#E6F7EA
(230,247,234)
#ECF8EE
(236,248,238)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EFCA; }

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

This text font color is #B6EFCA.


Background Color

.myBgColor { background-color: #B6EFCA; }

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

This div background color is #B6EFCA.


Border color

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

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

This div border color is #B6EFCA.


Opacity

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

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

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

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

This text has shadow with #B6EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EFCA on black background.


Color preview on white background

This text has color #B6EFCA on white background.



Black color preview on #B6EFCA background

This text has black color on #B6EFCA background.


White color preview on #B6EFCA background

This text has white color on #B6EFCA background.