COLOR #B6EFD6

HEX: #B6EFD6 RGB: (182,239,214)

Color info

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

RGB color model

#B6EFD6 color RGB value is (182,239,214).

RGB: (182,239,214) (71%, 94%, 84%)

RGB channels and saturation

R 182 of 255 = 71%
G 239 of 255 = 94%
B 214 of 255 = 84%

182
239
214

R + G + B ~ 83%. #B6EFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 239 + 214 = 635 (100%)
R 182 of 635 ~ 28.66%
G 239 of 635 ~ 37.64%
B 214 of 635 ~ 33.7'%

%28.66
%37.64
%33.7

CMYK color model

#B6EFD6 color CMYK value is (24,0,10,6).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%

CMYK: (24,0,10,6)
C24M0Y10K6 (24%, 0%, 10%, 6%)
(0.24 / 0.00 / 0.10 / 0.06)

CMYK percentages

%23.85
%0
%10.46
%6.27

Codes

Color #B6EFD6 in popluar color models

B6 EF D6
RGB 182 239 214
HSL 154° 64.04% 82.55%
HSB/HSV 154° 23.85% 93.73%
CMYK 23.85% 0.00% 10.46%
6.27%

Color #B6EFD6 in popluar number systems.

HEX B6 EF D6
Decimal 182 239 214
Binary 10110110 11101111 11010110
Octal 266 357 326

Shades and tints

Shades of #B6EFD6

#B6EFD6
(182,239,214)
#A6DAC3
(166,218,195)
#96C5B0
(150,197,176)
#86B09D
(134,176,157)
#769B8A
(118,155,138)
#668677
(102,134,119)
#567164
(86,113,100)
#465C51
(70,92,81)
#36473E
(54,71,62)
#26322B
(38,50,43)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #B6EFD6

#B6EFD6
(182,239,214)
#BCF0D9
(188,240,217)
#C2F1DC
(194,241,220)
#C8F2DF
(200,242,223)
#CEF3E2
(206,243,226)
#D4F4E5
(212,244,229)
#DAF5E8
(218,245,232)
#E0F6EB
(224,246,235)
#E6F7EE
(230,247,238)
#ECF8F1
(236,248,241)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EFD6; }

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

This text font color is #B6EFD6.

Background Color

.myBgColor { background-color: #B6EFD6; }

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

This div background color is #B6EFD6.

Border color

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

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

This div border color is #B6EFD6.

Opacity

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

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

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

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

This text has shadow with #B6EFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6EFD6.

Preview

Color preview on black background

This text has color #B6EFD6 on black background.


Color preview on white background

This text has color #B6EFD6 on white background.


Black color preview on #B6EFD6 background

This text has black color on #B6EFD6 background.


White color preview on #B6EFD6 background

This text has white color on #B6EFD6 background.


Related colors

Complementary color

Complementary color for #hex is #491029.


I love getcolorcode.com

Triadic colors

1 #D6B6EF and #EFD6B6 with #B6EFD6 are triadic colors.

2 #D6EFB6 and #EFB6D6 with #B6EFD6 are triadic colors.