COLOR #B2C69F

HEX: #B2C69F
RGB: (178,198,159)

Color info

#B2C69F contains red, green and blue colors in about the same proportion. Web safe color of #B2C69F is #99CC99 (or #9C9).

RGB color model

#B2C69F color RGB value is (178,198,159).

  • red value is 178;
  • green value is 198;
  • blue value is 159.
RGB:
(178,198,159)
(70%,78%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 159 of 255 = 62%

178
198
159

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

Portions of RGB colors in percentages

R + G + B =
178 + 198 + 159 = 535 (100%)
R 178 of 535 ~ 33.27%
G 198 of 535 ~ 37.01%
B 159 of 535 ~ 29.72%

%33.27
%37.01
%29.72

CMYK color model

#B2C69F color CMYK value is (10,0,20,22).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 22.35%
CMYK:
(10,0,20,22)
C10M0Y20K22 
(10%,0%,20%,22%)
(0.10/0.00/0.20/0.22)	

CMYK percentages

%10.1
%0
%19.7
%22.35

Codes

Color #B2C69F in popluar color models

B2C69F
RGB178198159
HSL91°25.49%70.00%
HSB/HSV91°19.70%77.65%
CMYK10.10%0.00%19.70%
22.35%

Color #B2C69F in popluar number systems.

HEXB2C69F
Decimal178198159
Binary101100101100011010011111
Octal262306237

Shades and tints

Shades of #B2C69F

#B2C69F
(178,198,159)
#A2B491
(162,180,145)
#92A283
(146,162,131)
#829075
(130,144,117)
#727E67
(114,126,103)
#626C59
(98,108,89)
#525A4B
(82,90,75)
#42483D
(66,72,61)
#32362F
(50,54,47)
#222421
(34,36,33)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B2C69F

#B2C69F
(178,198,159)
#B9CBA7
(185,203,167)
#C0D0AF
(192,208,175)
#C7D5B7
(199,213,183)
#CEDABF
(206,218,191)
#D5DFC7
(213,223,199)
#DCE4CF
(220,228,207)
#E3E9D7
(227,233,215)
#EAEEDF
(234,238,223)
#F1F3E7
(241,243,231)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C69F color. Also use rgb(178,198,159) instead hex code.

Text Font Color

.myTextColor { color: #B2C69F; }

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

This text font color is #B2C69F.


Background Color

.myBgColor { background-color: #B2C69F; }

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

This div background color is #B2C69F.


Border color

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

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

This div border color is #B2C69F.


Opacity

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

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

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

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

This text has shadow with #B2C69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C69F on black background.


Color preview on white background

This text has color #B2C69F on white background.



Black color preview on #B2C69F background

This text has black color on #B2C69F background.


White color preview on #B2C69F background

This text has white color on #B2C69F background.