COLOR #B9F6EC

HEX: #B9F6EC RGB: (185,246,236)

Color info

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

RGB color model

#B9F6EC color RGB value is (185,246,236).

RGB: (185,246,236) (73%, 96%, 93%)

RGB channels and saturation

R 185 of 255 = 73%
G 246 of 255 = 96%
B 236 of 255 = 93%

185
246
236

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

Portions of RGB colors in percentages

R + G + B = 185 + 246 + 236 = 667 (100%)
R 185 of 667 ~ 27.74%
G 246 of 667 ~ 36.88%
B 236 of 667 ~ 35.38'%

%27.74
%36.88
%35.38

CMYK color model

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

  • cyan value is 24.80%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%

CMYK: (25,0,4,4)
C25M0Y4K4 (25%, 0%, 4%, 4%)
(0.25 / 0.00 / 0.04 / 0.04)

CMYK percentages

%24.8
%0
%4.07
%3.53

Codes

Color #B9F6EC in popluar color models

B9 F6 EC
RGB 185 246 236
HSL 170° 77.22% 84.51%
HSB/HSV 170° 24.80% 96.47%
CMYK 24.80% 0.00% 4.07%
3.53%

Color #B9F6EC in popluar number systems.

HEX B9 F6 EC
Decimal 185 246 236
Binary 10111001 11110110 11101100
Octal 271 366 354

Shades and tints

Shades of #B9F6EC

#B9F6EC
(185,246,236)
#A9E0D7
(169,224,215)
#99CAC2
(153,202,194)
#89B4AD
(137,180,173)
#799E98
(121,158,152)
#698883
(105,136,131)
#59726E
(89,114,110)
#495C59
(73,92,89)
#394644
(57,70,68)
#29302F
(41,48,47)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #B9F6EC

#B9F6EC
(185,246,236)
#BFF6ED
(191,246,237)
#C5F6EE
(197,246,238)
#CBF6EF
(203,246,239)
#D1F6F0
(209,246,240)
#D7F6F1
(215,246,241)
#DDF6F2
(221,246,242)
#E3F6F3
(227,246,243)
#E9F6F4
(233,246,244)
#EFF6F5
(239,246,245)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F6EC color. Also use rgb(185,246,236) instead hex code.

Text Font Color

.myTextColor { color: #B9F6EC; }

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

This text font color is #B9F6EC.

Background Color

.myBgColor { background-color: #B9F6EC; }

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

This div background color is #B9F6EC.

Border color

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

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

This div border color is #B9F6EC.

Opacity

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

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

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

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

This text has shadow with #B9F6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9F6EC.

Preview

Color preview on black background

This text has color #B9F6EC on black background.


Color preview on white background

This text has color #B9F6EC on white background.


Black color preview on #B9F6EC background

This text has black color on #B9F6EC background.


White color preview on #B9F6EC background

This text has white color on #B9F6EC background.


Related colors

Complementary color

Complementary color for #hex is #460913.


I love getcolorcode.com

Triadic colors

1 #ECB9F6 and #F6ECB9 with #B9F6EC are triadic colors.

2 #ECF6B9 and #F6B9EC with #B9F6EC are triadic colors.