COLOR #B6EEDE

HEX: #B6EEDE
RGB: (182,238,222)

Color info

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

RGB color model

#B6EEDE color RGB value is (182,238,222).

  • red value is 182;
  • green value is 238;
  • blue value is 222.
RGB:
(182,238,222)
(71%,93%,87%)

RGB channels and saturation

R 182 of 255 = 71%
G 238 of 255 = 93%
B 222 of 255 = 87%

182
238
222

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

Portions of RGB colors in percentages

R + G + B =
182 + 238 + 222 = 642 (100%)
R 182 of 642 ~ 28.35%
G 238 of 642 ~ 37.07%
B 222 of 642 ~ 34.58%

%28.35
%37.07
%34.58

CMYK color model

#B6EEDE color CMYK value is (24,0,7,7).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(24,0,7,7)
C24M0Y7K7 
(24%,0%,7%,7%)
(0.24/0.00/0.07/0.07)	

CMYK percentages

%23.53
%0
%6.72
%6.67

Codes

Color #B6EEDE in popluar color models

B6EEDE
RGB182238222
HSL163°62.22%82.35%
HSB/HSV163°23.53%93.33%
CMYK23.53%0.00%6.72%
6.67%

Color #B6EEDE in popluar number systems.

HEXB6EEDE
Decimal182238222
Binary101101101110111011011110
Octal266356336

Shades and tints

Shades of #B6EEDE

#B6EEDE
(182,238,222)
#A6D9CA
(166,217,202)
#96C4B6
(150,196,182)
#86AFA2
(134,175,162)
#769A8E
(118,154,142)
#66857A
(102,133,122)
#567066
(86,112,102)
#465B52
(70,91,82)
#36463E
(54,70,62)
#26312A
(38,49,42)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #B6EEDE

#B6EEDE
(182,238,222)
#BCEFE1
(188,239,225)
#C2F0E4
(194,240,228)
#C8F1E7
(200,241,231)
#CEF2EA
(206,242,234)
#D4F3ED
(212,243,237)
#DAF4F0
(218,244,240)
#E0F5F3
(224,245,243)
#E6F6F6
(230,246,246)
#ECF7F9
(236,247,249)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EEDE color. Also use rgb(182,238,222) instead hex code.

Text Font Color

.myTextColor { color: #B6EEDE; }

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

This text font color is #B6EEDE.


Background Color

.myBgColor { background-color: #B6EEDE; }

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

This div background color is #B6EEDE.


Border color

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

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

This div border color is #B6EEDE.


Opacity

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

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

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

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

This text has shadow with #B6EEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EEDE on black background.


Color preview on white background

This text has color #B6EEDE on white background.



Black color preview on #B6EEDE background

This text has black color on #B6EEDE background.


White color preview on #B6EEDE background

This text has white color on #B6EEDE background.