COLOR #B6DDAF

HEX: #B6DDAF
RGB: (182,221,175)

Color info

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

RGB color model

#B6DDAF color RGB value is (182,221,175).

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

RGB channels and saturation

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

182
221
175

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

Portions of RGB colors in percentages

R + G + B =
182 + 221 + 175 = 578 (100%)
R 182 of 578 ~ 31.49%
G 221 of 578 ~ 38.24%
B 175 of 578 ~ 30.28%

%31.49
%38.24
%30.28

CMYK color model

#B6DDAF color CMYK value is (18,0,21,13).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 13.33%
CMYK:
(18,0,21,13)
C18M0Y21K13 
(18%,0%,21%,13%)
(0.18/0.00/0.21/0.13)	

CMYK percentages

%17.65
%0
%20.81
%13.33

Codes

Color #B6DDAF in popluar color models

B6DDAF
RGB182221175
HSL111°40.35%77.65%
HSB/HSV111°20.81%86.67%
CMYK17.65%0.00%20.81%
13.33%

Color #B6DDAF in popluar number systems.

HEXB6DDAF
Decimal182221175
Binary101101101101110110101111
Octal266335257

Shades and tints

Shades of #B6DDAF

#B6DDAF
(182,221,175)
#A6C9A0
(166,201,160)
#96B591
(150,181,145)
#86A182
(134,161,130)
#768D73
(118,141,115)
#667964
(102,121,100)
#566555
(86,101,85)
#465146
(70,81,70)
#363D37
(54,61,55)
#262928
(38,41,40)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #B6DDAF

#B6DDAF
(182,221,175)
#BCE0B6
(188,224,182)
#C2E3BD
(194,227,189)
#C8E6C4
(200,230,196)
#CEE9CB
(206,233,203)
#D4ECD2
(212,236,210)
#DAEFD9
(218,239,217)
#E0F2E0
(224,242,224)
#E6F5E7
(230,245,231)
#ECF8EE
(236,248,238)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDAF; }

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

This text font color is #B6DDAF.


Background Color

.myBgColor { background-color: #B6DDAF; }

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

This div background color is #B6DDAF.


Border color

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

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

This div border color is #B6DDAF.


Opacity

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

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

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

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

This text has shadow with #B6DDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DDAF on black background.


Color preview on white background

This text has color #B6DDAF on white background.



Black color preview on #B6DDAF background

This text has black color on #B6DDAF background.


White color preview on #B6DDAF background

This text has white color on #B6DDAF background.