COLOR #B6E3DD

HEX: #B6E3DD RGB: (182,227,221)

Color info

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

RGB color model

#B6E3DD color RGB value is (182,227,221).

RGB: (182,227,221) (71%, 89%, 87%)

RGB channels and saturation

R 182 of 255 = 71%
G 227 of 255 = 89%
B 221 of 255 = 87%

182
227
221

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

Portions of RGB colors in percentages

R + G + B = 182 + 227 + 221 = 630 (100%)
R 182 of 630 ~ 28.89%
G 227 of 630 ~ 36.03%
B 221 of 630 ~ 35.08'%

%28.89
%36.03
%35.08

CMYK color model

#B6E3DD color CMYK value is (20,0,3,11).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 2.64%
  • key color value is 10.98%

CMYK: (20,0,3,11)
C20M0Y3K11 (20%, 0%, 3%, 11%)
(0.20 / 0.00 / 0.03 / 0.11)

CMYK percentages

%19.82
%0
%2.64
%10.98

Codes

Color #B6E3DD in popluar color models

B6 E3 DD
RGB 182 227 221
HSL 172° 44.55% 80.20%
HSB/HSV 172° 19.82% 89.02%
CMYK 19.82% 0.00% 2.64%
10.98%

Color #B6E3DD in popluar number systems.

HEX B6 E3 DD
Decimal 182 227 221
Binary 10110110 11100011 11011101
Octal 266 343 335

Shades and tints

Shades of #B6E3DD

#B6E3DD
(182,227,221)
#A6CFC9
(166,207,201)
#96BBB5
(150,187,181)
#86A7A1
(134,167,161)
#76938D
(118,147,141)
#667F79
(102,127,121)
#566B65
(86,107,101)
#465751
(70,87,81)
#36433D
(54,67,61)
#262F29
(38,47,41)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #B6E3DD

#B6E3DD
(182,227,221)
#BCE5E0
(188,229,224)
#C2E7E3
(194,231,227)
#C8E9E6
(200,233,230)
#CEEBE9
(206,235,233)
#D4EDEC
(212,237,236)
#DAEFEF
(218,239,239)
#E0F1F2
(224,241,242)
#E6F3F5
(230,243,245)
#ECF5F8
(236,245,248)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E3DD color. Also use rgb(182,227,221) instead hex code.

Text Font Color

.myTextColor { color: #B6E3DD; }

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

This text font color is #B6E3DD.

Background Color

.myBgColor { background-color: #B6E3DD; }

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

This div background color is #B6E3DD.

Border color

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

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

This div border color is #B6E3DD.

Opacity

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

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

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

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

This text has shadow with #B6E3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E3DD.

Preview

Color preview on black background

This text has color #B6E3DD on black background.


Color preview on white background

This text has color #B6E3DD on white background.


Black color preview on #B6E3DD background

This text has black color on #B6E3DD background.


White color preview on #B6E3DD background

This text has white color on #B6E3DD background.


Related colors

Complementary color

Complementary color for #hex is #491C22.


I love getcolorcode.com

Triadic colors

1 #DDB6E3 and #E3DDB6 with #B6E3DD are triadic colors.

2 #DDE3B6 and #E3B6DD with #B6E3DD are triadic colors.