COLOR #B6EDF2

HEX: #B6EDF2
RGB: (182,237,242)

Color info

#B6EDF2 contains mainly green and blue colors. Web safe color of #B6EDF2 is #CCFFFF (or #CFF).

RGB color model

#B6EDF2 color RGB value is (182,237,242).

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

RGB channels and saturation

R 182 of 255 = 71%
G 237 of 255 = 93%
B 242 of 255 = 95%

182
237
242

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

Portions of RGB colors in percentages

R + G + B =
182 + 237 + 242 = 661 (100%)
R 182 of 661 ~ 27.53%
G 237 of 661 ~ 35.85%
B 242 of 661 ~ 36.61%

%27.53
%35.85
%36.61

CMYK color model

#B6EDF2 color CMYK value is (25,2,0,5).

  • cyan value is 24.79%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(25,2,0,5)
C25M2Y0K5 
(25%,2%,0%,5%)
(0.25/0.02/0.00/0.05)	

CMYK percentages

%24.79
%2.07
%0
%5.1

Codes

Color #B6EDF2 in popluar color models

B6EDF2
RGB182237242
HSL185°69.77%83.14%
HSB/HSV185°24.79%94.90%
CMYK24.79%2.07%0.00%
5.10%

Color #B6EDF2 in popluar number systems.

HEXB6EDF2
Decimal182237242
Binary101101101110110111110010
Octal266355362

Shades and tints

Shades of #B6EDF2

#B6EDF2
(182,237,242)
#A6D8DC
(166,216,220)
#96C3C6
(150,195,198)
#86AEB0
(134,174,176)
#76999A
(118,153,154)
#668484
(102,132,132)
#566F6E
(86,111,110)
#465A58
(70,90,88)
#364542
(54,69,66)
#26302C
(38,48,44)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #B6EDF2

#B6EDF2
(182,237,242)
#BCEEF3
(188,238,243)
#C2EFF4
(194,239,244)
#C8F0F5
(200,240,245)
#CEF1F6
(206,241,246)
#D4F2F7
(212,242,247)
#DAF3F8
(218,243,248)
#E0F4F9
(224,244,249)
#E6F5FA
(230,245,250)
#ECF6FB
(236,246,251)
#F2F7FC
(242,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6EDF2; }

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

This text font color is #B6EDF2.


Background Color

.myBgColor { background-color: #B6EDF2; }

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

This div background color is #B6EDF2.


Border color

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

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

This div border color is #B6EDF2.


Opacity

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

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

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

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

This text has shadow with #B6EDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6EDF2 on black background.


Color preview on white background

This text has color #B6EDF2 on white background.



Black color preview on #B6EDF2 background

This text has black color on #B6EDF2 background.


White color preview on #B6EDF2 background

This text has white color on #B6EDF2 background.