COLOR #B6DDC8

HEX: #B6DDC8 RGB: (182,221,200)

Color info

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

RGB color model

#B6DDC8 color RGB value is (182,221,200).

RGB: (182,221,200) (71%, 87%, 78%)

RGB channels and saturation

R 182 of 255 = 71%
G 221 of 255 = 87%
B 200 of 255 = 78%

182
221
200

R + G + B ~ 79%. #B6DDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 221 + 200 = 603 (100%)
R 182 of 603 ~ 30.18%
G 221 of 603 ~ 36.65%
B 200 of 603 ~ 33.17'%

%30.18
%36.65
%33.17

CMYK color model

#B6DDC8 color CMYK value is (18,0,10,13).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 13.33%

CMYK: (18,0,10,13)
C18M0Y10K13 (18%, 0%, 10%, 13%)
(0.18 / 0.00 / 0.10 / 0.13)

CMYK percentages

%17.65
%0
%9.5
%13.33

Codes

Color #B6DDC8 in popluar color models

B6 DD C8
RGB 182 221 200
HSL 148° 36.45% 79.02%
HSB/HSV 148° 17.65% 86.67%
CMYK 17.65% 0.00% 9.50%
13.33%

Color #B6DDC8 in popluar number systems.

HEX B6 DD C8
Decimal 182 221 200
Binary 10110110 11011101 11001000
Octal 266 335 310

Shades and tints

Shades of #B6DDC8

#B6DDC8
(182,221,200)
#A6C9B6
(166,201,182)
#96B5A4
(150,181,164)
#86A192
(134,161,146)
#768D80
(118,141,128)
#66796E
(102,121,110)
#56655C
(86,101,92)
#46514A
(70,81,74)
#363D38
(54,61,56)
#262926
(38,41,38)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B6DDC8

#B6DDC8
(182,221,200)
#BCE0CD
(188,224,205)
#C2E3D2
(194,227,210)
#C8E6D7
(200,230,215)
#CEE9DC
(206,233,220)
#D4ECE1
(212,236,225)
#DAEFE6
(218,239,230)
#E0F2EB
(224,242,235)
#E6F5F0
(230,245,240)
#ECF8F5
(236,248,245)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDC8; }

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

This text font color is #B6DDC8.

Background Color

.myBgColor { background-color: #B6DDC8; }

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

This div background color is #B6DDC8.

Border color

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

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

This div border color is #B6DDC8.

Opacity

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

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

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

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

This text has shadow with #B6DDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DDC8.

Preview

Color preview on black background

This text has color #B6DDC8 on black background.


Color preview on white background

This text has color #B6DDC8 on white background.


Black color preview on #B6DDC8 background

This text has black color on #B6DDC8 background.


White color preview on #B6DDC8 background

This text has white color on #B6DDC8 background.


Related colors

Complementary color

Complementary color for #hex is #492237.


I love getcolorcode.com

Triadic colors

1 #C8B6DD and #DDC8B6 with #B6DDC8 are triadic colors.

2 #C8DDB6 and #DDB6C8 with #B6DDC8 are triadic colors.