COLOR #B6DDB4

HEX: #B6DDB4
RGB: (182,221,180)

Color info

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

RGB color model

#B6DDB4 color RGB value is (182,221,180).

  • red value is 182;
  • green value is 221;
  • blue value is 180.
RGB:
(182,221,180)
(71%,87%,71%)

RGB channels and saturation

R 182 of 255 = 71%
G 221 of 255 = 87%
B 180 of 255 = 71%

182
221
180

R + G + B ~ 76%. #B6DDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 221 + 180 = 583 (100%)
R 182 of 583 ~ 31.22%
G 221 of 583 ~ 37.91%
B 180 of 583 ~ 30.87%

%31.22
%37.91
%30.87

CMYK color model

#B6DDB4 color CMYK value is (18,0,19,13).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 13.33%
CMYK:
(18,0,19,13)
C18M0Y19K13 
(18%,0%,19%,13%)
(0.18/0.00/0.19/0.13)	

CMYK percentages

%17.65
%0
%18.55
%13.33

Codes

Color #B6DDB4 in popluar color models

B6DDB4
RGB182221180
HSL117°37.61%78.63%
HSB/HSV117°18.55%86.67%
CMYK17.65%0.00%18.55%
13.33%

Color #B6DDB4 in popluar number systems.

HEXB6DDB4
Decimal182221180
Binary101101101101110110110100
Octal266335264

Shades and tints

Shades of #B6DDB4

#B6DDB4
(182,221,180)
#A6C9A4
(166,201,164)
#96B594
(150,181,148)
#86A184
(134,161,132)
#768D74
(118,141,116)
#667964
(102,121,100)
#566554
(86,101,84)
#465144
(70,81,68)
#363D34
(54,61,52)
#262924
(38,41,36)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B6DDB4

#B6DDB4
(182,221,180)
#BCE0BA
(188,224,186)
#C2E3C0
(194,227,192)
#C8E6C6
(200,230,198)
#CEE9CC
(206,233,204)
#D4ECD2
(212,236,210)
#DAEFD8
(218,239,216)
#E0F2DE
(224,242,222)
#E6F5E4
(230,245,228)
#ECF8EA
(236,248,234)
#F2FBF0
(242,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDB4; }

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

This text font color is #B6DDB4.


Background Color

.myBgColor { background-color: #B6DDB4; }

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

This div background color is #B6DDB4.


Border color

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

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

This div border color is #B6DDB4.


Opacity

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

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

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

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

This text has shadow with #B6DDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DDB4 on black background.


Color preview on white background

This text has color #B6DDB4 on white background.



Black color preview on #B6DDB4 background

This text has black color on #B6DDB4 background.


White color preview on #B6DDB4 background

This text has white color on #B6DDB4 background.