COLOR #B2C69C

HEX: #B2C69C
RGB: (178,198,156)

Color info

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

RGB color model

#B2C69C color RGB value is (178,198,156).

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

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 156 of 255 = 61%

178
198
156

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

Portions of RGB colors in percentages

R + G + B =
178 + 198 + 156 = 532 (100%)
R 178 of 532 ~ 33.46%
G 198 of 532 ~ 37.22%
B 156 of 532 ~ 29.32%

%33.46
%37.22
%29.32

CMYK color model

#B2C69C color CMYK value is (10,0,21,22).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK:
(10,0,21,22)
C10M0Y21K22 
(10%,0%,21%,22%)
(0.10/0.00/0.21/0.22)	

CMYK percentages

%10.1
%0
%21.21
%22.35

Codes

Color #B2C69C in popluar color models

B2C69C
RGB178198156
HSL89°26.92%69.41%
HSB/HSV89°21.21%77.65%
CMYK10.10%0.00%21.21%
22.35%

Color #B2C69C in popluar number systems.

HEXB2C69C
Decimal178198156
Binary101100101100011010011100
Octal262306234

Shades and tints

Shades of #B2C69C

#B2C69C
(178,198,156)
#A2B48E
(162,180,142)
#92A280
(146,162,128)
#829072
(130,144,114)
#727E64
(114,126,100)
#626C56
(98,108,86)
#525A48
(82,90,72)
#42483A
(66,72,58)
#32362C
(50,54,44)
#22241E
(34,36,30)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #B2C69C

#B2C69C
(178,198,156)
#B9CBA5
(185,203,165)
#C0D0AE
(192,208,174)
#C7D5B7
(199,213,183)
#CEDAC0
(206,218,192)
#D5DFC9
(213,223,201)
#DCE4D2
(220,228,210)
#E3E9DB
(227,233,219)
#EAEEE4
(234,238,228)
#F1F3ED
(241,243,237)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C69C; }

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

This text font color is #B2C69C.


Background Color

.myBgColor { background-color: #B2C69C; }

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

This div background color is #B2C69C.


Border color

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

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

This div border color is #B2C69C.


Opacity

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

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

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

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

This text has shadow with #B2C69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C69C on black background.


Color preview on white background

This text has color #B2C69C on white background.



Black color preview on #B2C69C background

This text has black color on #B2C69C background.


White color preview on #B2C69C background

This text has white color on #B2C69C background.