COLOR #B6E1D9

HEX: #B6E1D9 RGB: (182,225,217)

Color info

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

RGB color model

#B6E1D9 color RGB value is (182,225,217).

RGB: (182,225,217) (71%, 88%, 85%)

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 217 of 255 = 85%

182
225
217

R + G + B ~ 81%. #B6E1D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 225 + 217 = 624 (100%)
R 182 of 624 ~ 29.17%
G 225 of 624 ~ 36.06%
B 217 of 624 ~ 34.78'%

%29.17
%36.06
%34.78

CMYK color model

#B6E1D9 color CMYK value is (19,0,4,12).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • key color value is 11.76%

CMYK: (19,0,4,12)
C19M0Y4K12 (19%, 0%, 4%, 12%)
(0.19 / 0.00 / 0.04 / 0.12)

CMYK percentages

%19.11
%0
%3.56
%11.76

Codes

Color #B6E1D9 in popluar color models

B6 E1 D9
RGB 182 225 217
HSL 169° 41.75% 79.80%
HSB/HSV 169° 19.11% 88.24%
CMYK 19.11% 0.00% 3.56%
11.76%

Color #B6E1D9 in popluar number systems.

HEX B6 E1 D9
Decimal 182 225 217
Binary 10110110 11100001 11011001
Octal 266 341 331

Shades and tints

Shades of #B6E1D9

#B6E1D9
(182,225,217)
#A6CDC6
(166,205,198)
#96B9B3
(150,185,179)
#86A5A0
(134,165,160)
#76918D
(118,145,141)
#667D7A
(102,125,122)
#566967
(86,105,103)
#465554
(70,85,84)
#364141
(54,65,65)
#262D2E
(38,45,46)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #B6E1D9

#B6E1D9
(182,225,217)
#BCE3DC
(188,227,220)
#C2E5DF
(194,229,223)
#C8E7E2
(200,231,226)
#CEE9E5
(206,233,229)
#D4EBE8
(212,235,232)
#DAEDEB
(218,237,235)
#E0EFEE
(224,239,238)
#E6F1F1
(230,241,241)
#ECF3F4
(236,243,244)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E1D9; }

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

This text font color is #B6E1D9.

Background Color

.myBgColor { background-color: #B6E1D9; }

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

This div background color is #B6E1D9.

Border color

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

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

This div border color is #B6E1D9.

Opacity

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

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

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

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

This text has shadow with #B6E1D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E1D9.

Preview

Color preview on black background

This text has color #B6E1D9 on black background.


Color preview on white background

This text has color #B6E1D9 on white background.


Black color preview on #B6E1D9 background

This text has black color on #B6E1D9 background.


White color preview on #B6E1D9 background

This text has white color on #B6E1D9 background.


Related colors

Complementary color

Complementary color for #hex is #491E26.


I love getcolorcode.com

Triadic colors

1 #D9B6E1 and #E1D9B6 with #B6E1D9 are triadic colors.

2 #D9E1B6 and #E1B6D9 with #B6E1D9 are triadic colors.