COLOR #B6CA90

HEX: #B6CA90
RGB: (182,202,144)

Color info

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

RGB color model

#B6CA90 color RGB value is (182,202,144).

  • red value is 182;
  • green value is 202;
  • blue value is 144.
RGB:
(182,202,144)
(71%,79%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 144 of 255 = 56%

182
202
144

R + G + B ~ 69%. #B6CA90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 144 = 528 (100%)
R 182 of 528 ~ 34.47%
G 202 of 528 ~ 38.26%
B 144 of 528 ~ 27.27%

%34.47
%38.26
%27.27

CMYK color model

#B6CA90 color CMYK value is (10,0,29,21).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 20.78%
CMYK:
(10,0,29,21)
C10M0Y29K21 
(10%,0%,29%,21%)
(0.10/0.00/0.29/0.21)	

CMYK percentages

%9.9
%0
%28.71
%20.78

Codes

Color #B6CA90 in popluar color models

B6CA90
RGB182202144
HSL81°35.37%67.84%
HSB/HSV81°28.71%79.22%
CMYK9.90%0.00%28.71%
20.78%

Color #B6CA90 in popluar number systems.

HEXB6CA90
Decimal182202144
Binary101101101100101010010000
Octal266312220

Shades and tints

Shades of #B6CA90

#B6CA90
(182,202,144)
#A6B883
(166,184,131)
#96A676
(150,166,118)
#869469
(134,148,105)
#76825C
(118,130,92)
#66704F
(102,112,79)
#565E42
(86,94,66)
#464C35
(70,76,53)
#363A28
(54,58,40)
#26281B
(38,40,27)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #B6CA90

#B6CA90
(182,202,144)
#BCCE9A
(188,206,154)
#C2D2A4
(194,210,164)
#C8D6AE
(200,214,174)
#CEDAB8
(206,218,184)
#D4DEC2
(212,222,194)
#DAE2CC
(218,226,204)
#E0E6D6
(224,230,214)
#E6EAE0
(230,234,224)
#ECEEEA
(236,238,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CA90 color. Also use rgb(182,202,144) instead hex code.

Text Font Color

.myTextColor { color: #B6CA90; }

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

This text font color is #B6CA90.


Background Color

.myBgColor { background-color: #B6CA90; }

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

This div background color is #B6CA90.


Border color

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

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

This div border color is #B6CA90.


Opacity

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

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

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

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

This text has shadow with #B6CA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CA90 on black background.


Color preview on white background

This text has color #B6CA90 on white background.



Black color preview on #B6CA90 background

This text has black color on #B6CA90 background.


White color preview on #B6CA90 background

This text has white color on #B6CA90 background.