COLOR #B6EEED

HEX: #B6EEED
RGB: (182,238,237)

Color info

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

RGB color model

#B6EEED color RGB value is (182,238,237).

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

RGB channels and saturation

R 182 of 255 = 71%
G 238 of 255 = 93%
B 237 of 255 = 93%

182
238
237

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

Portions of RGB colors in percentages

R + G + B =
182 + 238 + 237 = 657 (100%)
R 182 of 657 ~ 27.7%
G 238 of 657 ~ 36.23%
B 237 of 657 ~ 36.07%

%27.7
%36.23
%36.07

CMYK color model

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

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

CMYK percentages

%23.53
%0
%0.42
%6.67

Codes

Color #B6EEED in popluar color models

B6EEED
RGB182238237
HSL179°62.22%82.35%
HSB/HSV179°23.53%93.33%
CMYK23.53%0.00%0.42%
6.67%

Color #B6EEED in popluar number systems.

HEXB6EEED
Decimal182238237
Binary101101101110111011101101
Octal266356355

Shades and tints

Shades of #B6EEED

#B6EEED
(182,238,237)
#A6D9D8
(166,217,216)
#96C4C3
(150,196,195)
#86AFAE
(134,175,174)
#769A99
(118,154,153)
#668584
(102,133,132)
#56706F
(86,112,111)
#465B5A
(70,91,90)
#364645
(54,70,69)
#263130
(38,49,48)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #B6EEED

#B6EEED
(182,238,237)
#BCEFEE
(188,239,238)
#C2F0EF
(194,240,239)
#C8F1F0
(200,241,240)
#CEF2F1
(206,242,241)
#D4F3F2
(212,243,242)
#DAF4F3
(218,244,243)
#E0F5F4
(224,245,244)
#E6F6F5
(230,246,245)
#ECF7F6
(236,247,246)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EEED; }

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

This text font color is #B6EEED.


Background Color

.myBgColor { background-color: #B6EEED; }

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

This div background color is #B6EEED.


Border color

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

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

This div border color is #B6EEED.


Opacity

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

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

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

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

This text has shadow with #B6EEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EEED on black background.


Color preview on white background

This text has color #B6EEED on white background.



Black color preview on #B6EEED background

This text has black color on #B6EEED background.


White color preview on #B6EEED background

This text has white color on #B6EEED background.