COLOR #B6EDEE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

182
237
238

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

Portions of RGB colors in percentages

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

%27.7
%36.07
%36.23

CMYK color model

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

  • cyan value is 23.53%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • 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.42
%0
%6.67

Codes

Color #B6EDEE in popluar color models

B6EDEE
RGB182237238
HSL181°62.22%82.35%
HSB/HSV181°23.53%93.33%
CMYK23.53%0.42%0.00%
6.67%

Color #B6EDEE in popluar number systems.

HEXB6EDEE
Decimal182237238
Binary101101101110110111101110
Octal266355356

Shades and tints

Shades of #B6EDEE

#B6EDEE
(182,237,238)
#A6D8D9
(166,216,217)
#96C3C4
(150,195,196)
#86AEAF
(134,174,175)
#76999A
(118,153,154)
#668485
(102,132,133)
#566F70
(86,111,112)
#465A5B
(70,90,91)
#364546
(54,69,70)
#263031
(38,48,49)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #B6EDEE

#B6EDEE
(182,237,238)
#BCEEEF
(188,238,239)
#C2EFF0
(194,239,240)
#C8F0F1
(200,240,241)
#CEF1F2
(206,241,242)
#D4F2F3
(212,242,243)
#DAF3F4
(218,243,244)
#E0F4F5
(224,244,245)
#E6F5F6
(230,245,246)
#ECF6F7
(236,246,247)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EDEE; }

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

This text font color is #B6EDEE.


Background Color

.myBgColor { background-color: #B6EDEE; }

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

This div background color is #B6EDEE.


Border color

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

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

This div border color is #B6EDEE.


Opacity

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

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

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

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

This text has shadow with #B6EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EDEE on black background.


Color preview on white background

This text has color #B6EDEE on white background.



Black color preview on #B6EDEE background

This text has black color on #B6EDEE background.


White color preview on #B6EDEE background

This text has white color on #B6EDEE background.