COLOR #B6DDB9

HEX: #B6DDB9
RGB: (182,221,185)

Color info

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

RGB color model

#B6DDB9 color RGB value is (182,221,185).

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

RGB channels and saturation

R 182 of 255 = 71%
G 221 of 255 = 87%
B 185 of 255 = 73%

182
221
185

R + G + B ~ 77%. #B6DDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 221 + 185 = 588 (100%)
R 182 of 588 ~ 30.95%
G 221 of 588 ~ 37.59%
B 185 of 588 ~ 31.46%

%30.95
%37.59
%31.46

CMYK color model

#B6DDB9 color CMYK value is (18,0,16,13).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 13.33%
CMYK:
(18,0,16,13)
C18M0Y16K13 
(18%,0%,16%,13%)
(0.18/0.00/0.16/0.13)	

CMYK percentages

%17.65
%0
%16.29
%13.33

Codes

Color #B6DDB9 in popluar color models

B6DDB9
RGB182221185
HSL125°36.45%79.02%
HSB/HSV125°17.65%86.67%
CMYK17.65%0.00%16.29%
13.33%

Color #B6DDB9 in popluar number systems.

HEXB6DDB9
Decimal182221185
Binary101101101101110110111001
Octal266335271

Shades and tints

Shades of #B6DDB9

#B6DDB9
(182,221,185)
#A6C9A9
(166,201,169)
#96B599
(150,181,153)
#86A189
(134,161,137)
#768D79
(118,141,121)
#667969
(102,121,105)
#566559
(86,101,89)
#465149
(70,81,73)
#363D39
(54,61,57)
#262929
(38,41,41)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #B6DDB9

#B6DDB9
(182,221,185)
#BCE0BF
(188,224,191)
#C2E3C5
(194,227,197)
#C8E6CB
(200,230,203)
#CEE9D1
(206,233,209)
#D4ECD7
(212,236,215)
#DAEFDD
(218,239,221)
#E0F2E3
(224,242,227)
#E6F5E9
(230,245,233)
#ECF8EF
(236,248,239)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDB9; }

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

This text font color is #B6DDB9.


Background Color

.myBgColor { background-color: #B6DDB9; }

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

This div background color is #B6DDB9.


Border color

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

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

This div border color is #B6DDB9.


Opacity

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

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

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

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

This text has shadow with #B6DDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DDB9 on black background.


Color preview on white background

This text has color #B6DDB9 on white background.



Black color preview on #B6DDB9 background

This text has black color on #B6DDB9 background.


White color preview on #B6DDB9 background

This text has white color on #B6DDB9 background.