COLOR #B6EDE0

HEX: #B6EDE0 RGB: (182,237,224)

Color info

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

RGB color model

#B6EDE0 color RGB value is (182,237,224).

RGB: (182,237,224) (71%, 93%, 88%)

RGB channels and saturation

R 182 of 255 = 71%
G 237 of 255 = 93%
B 224 of 255 = 88%

182
237
224

R + G + B ~ 84%. #B6EDE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 237 + 224 = 643 (100%)
R 182 of 643 ~ 28.3%
G 237 of 643 ~ 36.86%
B 224 of 643 ~ 34.84'%

%28.3
%36.86
%34.84

CMYK color model

#B6EDE0 color CMYK value is (23,0,5,7).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%

CMYK: (23,0,5,7)
C23M0Y5K7 (23%, 0%, 5%, 7%)
(0.23 / 0.00 / 0.05 / 0.07)

CMYK percentages

%23.21
%0
%5.49
%7.06

Codes

Color #B6EDE0 in popluar color models

B6 ED E0
RGB 182 237 224
HSL 166° 60.44% 82.16%
HSB/HSV 166° 23.21% 92.94%
CMYK 23.21% 0.00% 5.49%
7.06%

Color #B6EDE0 in popluar number systems.

HEX B6 ED E0
Decimal 182 237 224
Binary 10110110 11101101 11100000
Octal 266 355 340

Shades and tints

Shades of #B6EDE0

#B6EDE0
(182,237,224)
#A6D8CC
(166,216,204)
#96C3B8
(150,195,184)
#86AEA4
(134,174,164)
#769990
(118,153,144)
#66847C
(102,132,124)
#566F68
(86,111,104)
#465A54
(70,90,84)
#364540
(54,69,64)
#26302C
(38,48,44)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #B6EDE0

#B6EDE0
(182,237,224)
#BCEEE2
(188,238,226)
#C2EFE4
(194,239,228)
#C8F0E6
(200,240,230)
#CEF1E8
(206,241,232)
#D4F2EA
(212,242,234)
#DAF3EC
(218,243,236)
#E0F4EE
(224,244,238)
#E6F5F0
(230,245,240)
#ECF6F2
(236,246,242)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EDE0; }

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

This text font color is #B6EDE0.

Background Color

.myBgColor { background-color: #B6EDE0; }

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

This div background color is #B6EDE0.

Border color

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

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

This div border color is #B6EDE0.

Opacity

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

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

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

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

This text has shadow with #B6EDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6EDE0.

Preview

Color preview on black background

This text has color #B6EDE0 on black background.


Color preview on white background

This text has color #B6EDE0 on white background.


Black color preview on #B6EDE0 background

This text has black color on #B6EDE0 background.


White color preview on #B6EDE0 background

This text has white color on #B6EDE0 background.


Related colors

Complementary color

Complementary color for #hex is #49121F.


I love getcolorcode.com

Triadic colors

1 #E0B6ED and #EDE0B6 with #B6EDE0 are triadic colors.

2 #E0EDB6 and #EDB6E0 with #B6EDE0 are triadic colors.