COLOR #B6DDB2

HEX: #B6DDB2
RGB: (182,221,178)

Color info

#B6DDB2 contains red, green and blue colors in about the same proportion. Web safe color of #B6DDB2 is #CCCC99 (or #CC9).

RGB color model

#B6DDB2 color RGB value is (182,221,178).

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

RGB channels and saturation

R 182 of 255 = 71%
G 221 of 255 = 87%
B 178 of 255 = 70%

182
221
178

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

Portions of RGB colors in percentages

R + G + B =
182 + 221 + 178 = 581 (100%)
R 182 of 581 ~ 31.33%
G 221 of 581 ~ 38.04%
B 178 of 581 ~ 30.64%

%31.33
%38.04
%30.64

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • 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
%19.46
%13.33

Codes

Color #B6DDB2 in popluar color models

B6DDB2
RGB182221178
HSL114°38.74%78.24%
HSB/HSV114°19.46%86.67%
CMYK17.65%0.00%19.46%
13.33%

Color #B6DDB2 in popluar number systems.

HEXB6DDB2
Decimal182221178
Binary101101101101110110110010
Octal266335262

Shades and tints

Shades of #B6DDB2

#B6DDB2
(182,221,178)
#A6C9A2
(166,201,162)
#96B592
(150,181,146)
#86A182
(134,161,130)
#768D72
(118,141,114)
#667962
(102,121,98)
#566552
(86,101,82)
#465142
(70,81,66)
#363D32
(54,61,50)
#262922
(38,41,34)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #B6DDB2

#B6DDB2
(182,221,178)
#BCE0B9
(188,224,185)
#C2E3C0
(194,227,192)
#C8E6C7
(200,230,199)
#CEE9CE
(206,233,206)
#D4ECD5
(212,236,213)
#DAEFDC
(218,239,220)
#E0F2E3
(224,242,227)
#E6F5EA
(230,245,234)
#ECF8F1
(236,248,241)
#F2FBF8
(242,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDB2; }

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

This text font color is #B6DDB2.


Background Color

.myBgColor { background-color: #B6DDB2; }

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

This div background color is #B6DDB2.


Border color

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

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

This div border color is #B6DDB2.


Opacity

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

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

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

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

This text has shadow with #B6DDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DDB2 on black background.


Color preview on white background

This text has color #B6DDB2 on white background.



Black color preview on #B6DDB2 background

This text has black color on #B6DDB2 background.


White color preview on #B6DDB2 background

This text has white color on #B6DDB2 background.