COLOR #B6D299

HEX: #B6D299 RGB: (182,210,153)

Color info

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

RGB color model

#B6D299 color RGB value is (182,210,153).

RGB: (182,210,153) (71%, 82%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 153 of 255 = 60%

182
210
153

R + G + B ~ 71%. #B6D299 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 210 + 153 = 545 (100%)
R 182 of 545 ~ 33.39%
G 210 of 545 ~ 38.53%
B 153 of 545 ~ 28.07'%

%33.39
%38.53
%28.07

CMYK color model

#B6D299 color CMYK value is (13,0,27,18).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 17.65%

CMYK: (13,0,27,18)
C13M0Y27K18 (13%, 0%, 27%, 18%)
(0.13 / 0.00 / 0.27 / 0.18)

CMYK percentages

%13.33
%0
%27.14
%17.65

Codes

Color #B6D299 in popluar color models

B6 D2 99
RGB 182 210 153
HSL 89° 38.78% 71.18%
HSB/HSV 89° 27.14% 82.35%
CMYK 13.33% 0.00% 27.14%
17.65%

Color #B6D299 in popluar number systems.

HEX B6 D2 99
Decimal 182 210 153
Binary 10110110 11010010 10011001
Octal 266 322 231

Shades and tints

Shades of #B6D299

#B6D299
(182,210,153)
#A6BF8C
(166,191,140)
#96AC7F
(150,172,127)
#869972
(134,153,114)
#768665
(118,134,101)
#667358
(102,115,88)
#56604B
(86,96,75)
#464D3E
(70,77,62)
#363A31
(54,58,49)
#262724
(38,39,36)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6D299

#B6D299
(182,210,153)
#BCD6A2
(188,214,162)
#C2DAAB
(194,218,171)
#C8DEB4
(200,222,180)
#CEE2BD
(206,226,189)
#D4E6C6
(212,230,198)
#DAEACF
(218,234,207)
#E0EED8
(224,238,216)
#E6F2E1
(230,242,225)
#ECF6EA
(236,246,234)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D299 color. Also use rgb(182,210,153) instead hex code.

Text Font Color

.myTextColor { color: #B6D299; }

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

This text font color is #B6D299.

Background Color

.myBgColor { background-color: #B6D299; }

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

This div background color is #B6D299.

Border color

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

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

This div border color is #B6D299.

Opacity

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

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

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

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

This text has shadow with #B6D299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D299.

Preview

Color preview on black background

This text has color #B6D299 on black background.


Color preview on white background

This text has color #B6D299 on white background.


Black color preview on #B6D299 background

This text has black color on #B6D299 background.


White color preview on #B6D299 background

This text has white color on #B6D299 background.


Related colors

Complementary color

Complementary color for #hex is #492D66.


I love getcolorcode.com

Triadic colors

1 #99B6D2 and #D299B6 with #B6D299 are triadic colors.

2 #99D2B6 and #D2B699 with #B6D299 are triadic colors.