COLOR #B6D269

HEX: #B6D269
RGB: (182,210,105)

Color info

#B6D269 contains mainly red and green colors. Web safe color of #B6D269 is #CCCC66 (or #CC6).

RGB color model

#B6D269 color RGB value is (182,210,105).

  • red value is 182;
  • green value is 210;
  • blue value is 105.
RGB:
(182,210,105)
(71%,82%,41%)

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 105 of 255 = 41%

182
210
105

R + G + B ~ 65%. #B6D269 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 210 + 105 = 497 (100%)
R 182 of 497 ~ 36.62%
G 210 of 497 ~ 42.25%
B 105 of 497 ~ 21.13%

%36.62
%42.25
%21.13

CMYK color model

#B6D269 color CMYK value is (13,0,50,18).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 17.65%
CMYK:
(13,0,50,18)
C13M0Y50K18 
(13%,0%,50%,18%)
(0.13/0.00/0.50/0.18)	

CMYK percentages

%13.33
%0
%50
%17.65

Codes

Color #B6D269 in popluar color models

B6D269
RGB182210105
HSL76°53.85%61.76%
HSB/HSV76°50.00%82.35%
CMYK13.33%0.00%50.00%
17.65%

Color #B6D269 in popluar number systems.

HEXB6D269
Decimal182210105
Binary10110110110100101101001
Octal266322151

Shades and tints

Shades of #B6D269

#B6D269
(182,210,105)
#A6BF60
(166,191,96)
#96AC57
(150,172,87)
#86994E
(134,153,78)
#768645
(118,134,69)
#66733C
(102,115,60)
#566033
(86,96,51)
#464D2A
(70,77,42)
#363A21
(54,58,33)
#262718
(38,39,24)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #B6D269

#B6D269
(182,210,105)
#BCD676
(188,214,118)
#C2DA83
(194,218,131)
#C8DE90
(200,222,144)
#CEE29D
(206,226,157)
#D4E6AA
(212,230,170)
#DAEAB7
(218,234,183)
#E0EEC4
(224,238,196)
#E6F2D1
(230,242,209)
#ECF6DE
(236,246,222)
#F2FAEB
(242,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D269; }

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

This text font color is #B6D269.


Background Color

.myBgColor { background-color: #B6D269; }

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

This div background color is #B6D269.


Border color

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

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

This div border color is #B6D269.


Opacity

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

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

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

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

This text has shadow with #B6D269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D269 on black background.


Color preview on white background

This text has color #B6D269 on white background.



Black color preview on #B6D269 background

This text has black color on #B6D269 background.


White color preview on #B6D269 background

This text has white color on #B6D269 background.