COLOR #B6F4EC

HEX: #B6F4EC
RGB: (182,244,236)

Color info

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

RGB color model

#B6F4EC color RGB value is (182,244,236).

  • red value is 182;
  • green value is 244;
  • blue value is 236.
RGB:
(182,244,236)
(71%,96%,93%)

RGB channels and saturation

R 182 of 255 = 71%
G 244 of 255 = 96%
B 236 of 255 = 93%

182
244
236

R + G + B ~ 87%. #B6F4EC is light color.

Portions of RGB colors in percentages

R + G + B =
182 + 244 + 236 = 662 (100%)
R 182 of 662 ~ 27.49%
G 244 of 662 ~ 36.86%
B 236 of 662 ~ 35.65%

%27.49
%36.86
%35.65

CMYK color model

#B6F4EC color CMYK value is (25,0,3,4).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK:
(25,0,3,4)
C25M0Y3K4 
(25%,0%,3%,4%)
(0.25/0.00/0.03/0.04)	

CMYK percentages

%25.41
%0
%3.28
%4.31

Codes

Color #B6F4EC in popluar color models

B6F4EC
RGB182244236
HSL172°73.81%83.53%
HSB/HSV172°25.41%95.69%
CMYK25.41%0.00%3.28%
4.31%

Color #B6F4EC in popluar number systems.

HEXB6F4EC
Decimal182244236
Binary101101101111010011101100
Octal266364354

Shades and tints

Shades of #B6F4EC

#B6F4EC
(182,244,236)
#A6DED7
(166,222,215)
#96C8C2
(150,200,194)
#86B2AD
(134,178,173)
#769C98
(118,156,152)
#668683
(102,134,131)
#56706E
(86,112,110)
#465A59
(70,90,89)
#364444
(54,68,68)
#262E2F
(38,46,47)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #B6F4EC

#B6F4EC
(182,244,236)
#BCF5ED
(188,245,237)
#C2F6EE
(194,246,238)
#C8F7EF
(200,247,239)
#CEF8F0
(206,248,240)
#D4F9F1
(212,249,241)
#DAFAF2
(218,250,242)
#E0FBF3
(224,251,243)
#E6FCF4
(230,252,244)
#ECFDF5
(236,253,245)
#F2FEF6
(242,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F4EC color. Also use rgb(182,244,236) instead hex code.

Text Font Color

.myTextColor { color: #B6F4EC; }

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

This text font color is #B6F4EC.


Background Color

.myBgColor { background-color: #B6F4EC; }

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

This div background color is #B6F4EC.


Border color

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

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

This div border color is #B6F4EC.


Opacity

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

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

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

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

This text has shadow with #B6F4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F4EC on black background.


Color preview on white background

This text has color #B6F4EC on white background.



Black color preview on #B6F4EC background

This text has black color on #B6F4EC background.


White color preview on #B6F4EC background

This text has white color on #B6F4EC background.