COLOR #B6EFED

HEX: #B6EFED RGB: (182,239,237)

Color info

#B6EFED contains red, green and blue colors in about the same proportion. Web safe color of #B6EFED is #CCFFFF (or #CFF).

RGB color model

#B6EFED color RGB value is (182,239,237).

RGB: (182,239,237) (71%, 94%, 93%)

RGB channels and saturation

R 182 of 255 = 71%
G 239 of 255 = 94%
B 237 of 255 = 93%

182
239
237

R + G + B ~ 86%. #B6EFED is light color.

Portions of RGB colors in percentages

R + G + B = 182 + 239 + 237 = 658 (100%)
R 182 of 658 ~ 27.66%
G 239 of 658 ~ 36.32%
B 237 of 658 ~ 36.02'%

%27.66
%36.32
%36.02

CMYK color model

#B6EFED color CMYK value is (24,0,1,6).

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

CMYK: (24,0,1,6)
C24M0Y1K6 (24%, 0%, 1%, 6%)
(0.24 / 0.00 / 0.01 / 0.06)

CMYK percentages

%23.85
%0
%0.84
%6.27

Codes

Color #B6EFED in popluar color models

B6 EF ED
RGB 182 239 237
HSL 178° 64.04% 82.55%
HSB/HSV 178° 23.85% 93.73%
CMYK 23.85% 0.00% 0.84%
6.27%

Color #B6EFED in popluar number systems.

HEX B6 EF ED
Decimal 182 239 237
Binary 10110110 11101111 11101101
Octal 266 357 355

Shades and tints

Shades of #B6EFED

#B6EFED
(182,239,237)
#A6DAD8
(166,218,216)
#96C5C3
(150,197,195)
#86B0AE
(134,176,174)
#769B99
(118,155,153)
#668684
(102,134,132)
#56716F
(86,113,111)
#465C5A
(70,92,90)
#364745
(54,71,69)
#263230
(38,50,48)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #B6EFED

#B6EFED
(182,239,237)
#BCF0EE
(188,240,238)
#C2F1EF
(194,241,239)
#C8F2F0
(200,242,240)
#CEF3F1
(206,243,241)
#D4F4F2
(212,244,242)
#DAF5F3
(218,245,243)
#E0F6F4
(224,246,244)
#E6F7F5
(230,247,245)
#ECF8F6
(236,248,246)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EFED; }

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

This text font color is #B6EFED.

Background Color

.myBgColor { background-color: #B6EFED; }

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

This div background color is #B6EFED.

Border color

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

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

This div border color is #B6EFED.

Opacity

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

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

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

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

This text has shadow with #B6EFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6EFED.

Preview

Color preview on black background

This text has color #B6EFED on black background.


Color preview on white background

This text has color #B6EFED on white background.


Black color preview on #B6EFED background

This text has black color on #B6EFED background.


White color preview on #B6EFED background

This text has white color on #B6EFED background.


Related colors

Complementary color

Complementary color for #hex is #491012.


I love getcolorcode.com

Triadic colors

1 #EDB6EF and #EFEDB6 with #B6EFED are triadic colors.

2 #EDEFB6 and #EFB6ED with #B6EFED are triadic colors.