COLOR #B6DDB0

HEX: #B6DDB0
RGB: (182,221,176)

Color info

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

RGB color model

#B6DDB0 color RGB value is (182,221,176).

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

RGB channels and saturation

R 182 of 255 = 71%
G 221 of 255 = 87%
B 176 of 255 = 69%

182
221
176

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

Portions of RGB colors in percentages

R + G + B =
182 + 221 + 176 = 579 (100%)
R 182 of 579 ~ 31.43%
G 221 of 579 ~ 38.17%
B 176 of 579 ~ 30.4%

%31.43
%38.17
%30.4

CMYK color model

#B6DDB0 color CMYK value is (18,0,20,13).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 20.36%
  • key color value is 13.33%
CMYK:
(18,0,20,13)
C18M0Y20K13 
(18%,0%,20%,13%)
(0.18/0.00/0.20/0.13)	

CMYK percentages

%17.65
%0
%20.36
%13.33

Codes

Color #B6DDB0 in popluar color models

B6DDB0
RGB182221176
HSL112°39.82%77.84%
HSB/HSV112°20.36%86.67%
CMYK17.65%0.00%20.36%
13.33%

Color #B6DDB0 in popluar number systems.

HEXB6DDB0
Decimal182221176
Binary101101101101110110110000
Octal266335260

Shades and tints

Shades of #B6DDB0

#B6DDB0
(182,221,176)
#A6C9A0
(166,201,160)
#96B590
(150,181,144)
#86A180
(134,161,128)
#768D70
(118,141,112)
#667960
(102,121,96)
#566550
(86,101,80)
#465140
(70,81,64)
#363D30
(54,61,48)
#262920
(38,41,32)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #B6DDB0

#B6DDB0
(182,221,176)
#BCE0B7
(188,224,183)
#C2E3BE
(194,227,190)
#C8E6C5
(200,230,197)
#CEE9CC
(206,233,204)
#D4ECD3
(212,236,211)
#DAEFDA
(218,239,218)
#E0F2E1
(224,242,225)
#E6F5E8
(230,245,232)
#ECF8EF
(236,248,239)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDB0; }

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

This text font color is #B6DDB0.


Background Color

.myBgColor { background-color: #B6DDB0; }

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

This div background color is #B6DDB0.


Border color

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

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

This div border color is #B6DDB0.


Opacity

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

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

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

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

This text has shadow with #B6DDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DDB0 on black background.


Color preview on white background

This text has color #B6DDB0 on white background.



Black color preview on #B6DDB0 background

This text has black color on #B6DDB0 background.


White color preview on #B6DDB0 background

This text has white color on #B6DDB0 background.