COLOR #B6E1DB

HEX: #B6E1DB
RGB: (182,225,219)

Color info

#B6E1DB contains red, green and blue colors in about the same proportion. Web safe color of #B6E1DB is #CCCCCC (or #CCC).

RGB color model

#B6E1DB color RGB value is (182,225,219).

  • red value is 182;
  • green value is 225;
  • blue value is 219.
RGB:
(182,225,219)
(71%,88%,86%)

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 219 of 255 = 86%

182
225
219

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

Portions of RGB colors in percentages

R + G + B =
182 + 225 + 219 = 626 (100%)
R 182 of 626 ~ 29.07%
G 225 of 626 ~ 35.94%
B 219 of 626 ~ 34.98%

%29.07
%35.94
%34.98

CMYK color model

#B6E1DB color CMYK value is (19,0,3,12).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(19,0,3,12)
C19M0Y3K12 
(19%,0%,3%,12%)
(0.19/0.00/0.03/0.12)	

CMYK percentages

%19.11
%0
%2.67
%11.76

Codes

Color #B6E1DB in popluar color models

B6E1DB
RGB182225219
HSL172°41.75%79.80%
HSB/HSV172°19.11%88.24%
CMYK19.11%0.00%2.67%
11.76%

Color #B6E1DB in popluar number systems.

HEXB6E1DB
Decimal182225219
Binary101101101110000111011011
Octal266341333

Shades and tints

Shades of #B6E1DB

#B6E1DB
(182,225,219)
#A6CDC8
(166,205,200)
#96B9B5
(150,185,181)
#86A5A2
(134,165,162)
#76918F
(118,145,143)
#667D7C
(102,125,124)
#566969
(86,105,105)
#465556
(70,85,86)
#364143
(54,65,67)
#262D30
(38,45,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #B6E1DB

#B6E1DB
(182,225,219)
#BCE3DE
(188,227,222)
#C2E5E1
(194,229,225)
#C8E7E4
(200,231,228)
#CEE9E7
(206,233,231)
#D4EBEA
(212,235,234)
#DAEDED
(218,237,237)
#E0EFF0
(224,239,240)
#E6F1F3
(230,241,243)
#ECF3F6
(236,243,246)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E1DB color. Also use rgb(182,225,219) instead hex code.

Text Font Color

.myTextColor { color: #B6E1DB; }

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

This text font color is #B6E1DB.


Background Color

.myBgColor { background-color: #B6E1DB; }

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

This div background color is #B6E1DB.


Border color

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

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

This div border color is #B6E1DB.


Opacity

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

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

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

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

This text has shadow with #B6E1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E1DB on black background.


Color preview on white background

This text has color #B6E1DB on white background.



Black color preview on #B6E1DB background

This text has black color on #B6E1DB background.


White color preview on #B6E1DB background

This text has white color on #B6E1DB background.