COLOR #B1E6DC

HEX: #B1E6DC
RGB: (177,230,220)

Color info

#B1E6DC contains red, green and blue colors in about the same proportion. Web safe color of #B1E6DC is #99CCCC (or #9CC).

RGB color model

#B1E6DC color RGB value is (177,230,220).

  • red value is 177;
  • green value is 230;
  • blue value is 220.
RGB:
(177,230,220)
(69%,90%,86%)

RGB channels and saturation

R 177 of 255 = 69%
G 230 of 255 = 90%
B 220 of 255 = 86%

177
230
220

R + G + B ~ 82%. #B1E6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 230 + 220 = 627 (100%)
R 177 of 627 ~ 28.23%
G 230 of 627 ~ 36.68%
B 220 of 627 ~ 35.09%

%28.23
%36.68
%35.09

CMYK color model

#B1E6DC color CMYK value is (23,0,4,10).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(23,0,4,10)
C23M0Y4K10 
(23%,0%,4%,10%)
(0.23/0.00/0.04/0.10)	

CMYK percentages

%23.04
%0
%4.35
%9.8

Codes

Color #B1E6DC in popluar color models

B1E6DC
RGB177230220
HSL169°51.46%79.80%
HSB/HSV169°23.04%90.20%
CMYK23.04%0.00%4.35%
9.80%

Color #B1E6DC in popluar number systems.

HEXB1E6DC
Decimal177230220
Binary101100011110011011011100
Octal261346334

Shades and tints

Shades of #B1E6DC

#B1E6DC
(177,230,220)
#A1D2C8
(161,210,200)
#91BEB4
(145,190,180)
#81AAA0
(129,170,160)
#71968C
(113,150,140)
#618278
(97,130,120)
#516E64
(81,110,100)
#415A50
(65,90,80)
#31463C
(49,70,60)
#213228
(33,50,40)
#111E14
(17,30,20)
#000000
(0,0,0)

Tints of #B1E6DC

#B1E6DC
(177,230,220)
#B8E8DF
(184,232,223)
#BFEAE2
(191,234,226)
#C6ECE5
(198,236,229)
#CDEEE8
(205,238,232)
#D4F0EB
(212,240,235)
#DBF2EE
(219,242,238)
#E2F4F1
(226,244,241)
#E9F6F4
(233,246,244)
#F0F8F7
(240,248,247)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E6DC color. Also use rgb(177,230,220) instead hex code.

Text Font Color

.myTextColor { color: #B1E6DC; }

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

This text font color is #B1E6DC.


Background Color

.myBgColor { background-color: #B1E6DC; }

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

This div background color is #B1E6DC.


Border color

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

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

This div border color is #B1E6DC.


Opacity

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

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

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

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

This text has shadow with #B1E6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E6DC on black background.


Color preview on white background

This text has color #B1E6DC on white background.



Black color preview on #B1E6DC background

This text has black color on #B1E6DC background.


White color preview on #B1E6DC background

This text has white color on #B1E6DC background.