COLOR #B6CD9A

HEX: #B6CD9A
RGB: (182,205,154)

Color info

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

RGB color model

#B6CD9A color RGB value is (182,205,154).

  • red value is 182;
  • green value is 205;
  • blue value is 154.
RGB:
(182,205,154)
(71%,80%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 154 of 255 = 60%

182
205
154

R + G + B ~ 70%. #B6CD9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 154 = 541 (100%)
R 182 of 541 ~ 33.64%
G 205 of 541 ~ 37.89%
B 154 of 541 ~ 28.47%

%33.64
%37.89
%28.47

CMYK color model

#B6CD9A color CMYK value is (11,0,25,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 19.61%
CMYK:
(11,0,25,20)
C11M0Y25K20 
(11%,0%,25%,20%)
(0.11/0.00/0.25/0.20)	

CMYK percentages

%11.22
%0
%24.88
%19.61

Codes

Color #B6CD9A in popluar color models

B6CD9A
RGB182205154
HSL87°33.77%70.39%
HSB/HSV87°24.88%80.39%
CMYK11.22%0.00%24.88%
19.61%

Color #B6CD9A in popluar number systems.

HEXB6CD9A
Decimal182205154
Binary101101101100110110011010
Octal266315232

Shades and tints

Shades of #B6CD9A

#B6CD9A
(182,205,154)
#A6BB8C
(166,187,140)
#96A97E
(150,169,126)
#869770
(134,151,112)
#768562
(118,133,98)
#667354
(102,115,84)
#566146
(86,97,70)
#464F38
(70,79,56)
#363D2A
(54,61,42)
#262B1C
(38,43,28)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #B6CD9A

#B6CD9A
(182,205,154)
#BCD1A3
(188,209,163)
#C2D5AC
(194,213,172)
#C8D9B5
(200,217,181)
#CEDDBE
(206,221,190)
#D4E1C7
(212,225,199)
#DAE5D0
(218,229,208)
#E0E9D9
(224,233,217)
#E6EDE2
(230,237,226)
#ECF1EB
(236,241,235)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CD9A color. Also use rgb(182,205,154) instead hex code.

Text Font Color

.myTextColor { color: #B6CD9A; }

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

This text font color is #B6CD9A.


Background Color

.myBgColor { background-color: #B6CD9A; }

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

This div background color is #B6CD9A.


Border color

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

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

This div border color is #B6CD9A.


Opacity

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

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

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

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

This text has shadow with #B6CD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CD9A on black background.


Color preview on white background

This text has color #B6CD9A on white background.



Black color preview on #B6CD9A background

This text has black color on #B6CD9A background.


White color preview on #B6CD9A background

This text has white color on #B6CD9A background.