COLOR #B2C799

HEX: #B2C799
RGB: (178,199,153)

Color info

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

RGB color model

#B2C799 color RGB value is (178,199,153).

  • red value is 178;
  • green value is 199;
  • blue value is 153.
RGB:
(178,199,153)
(70%,78%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 199 of 255 = 78%
B 153 of 255 = 60%

178
199
153

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

Portions of RGB colors in percentages

R + G + B =
178 + 199 + 153 = 530 (100%)
R 178 of 530 ~ 33.58%
G 199 of 530 ~ 37.55%
B 153 of 530 ~ 28.87%

%33.58
%37.55
%28.87

CMYK color model

#B2C799 color CMYK value is (11,0,23,22).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 23.12%
  • key color value is 21.96%
CMYK:
(11,0,23,22)
C11M0Y23K22 
(11%,0%,23%,22%)
(0.11/0.00/0.23/0.22)	

CMYK percentages

%10.55
%0
%23.12
%21.96

Codes

Color #B2C799 in popluar color models

B2C799
RGB178199153
HSL87°29.11%69.02%
HSB/HSV87°23.12%78.04%
CMYK10.55%0.00%23.12%
21.96%

Color #B2C799 in popluar number systems.

HEXB2C799
Decimal178199153
Binary101100101100011110011001
Octal262307231

Shades and tints

Shades of #B2C799

#B2C799
(178,199,153)
#A2B58C
(162,181,140)
#92A37F
(146,163,127)
#829172
(130,145,114)
#727F65
(114,127,101)
#626D58
(98,109,88)
#525B4B
(82,91,75)
#42493E
(66,73,62)
#323731
(50,55,49)
#222524
(34,37,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #B2C799

#B2C799
(178,199,153)
#B9CCA2
(185,204,162)
#C0D1AB
(192,209,171)
#C7D6B4
(199,214,180)
#CEDBBD
(206,219,189)
#D5E0C6
(213,224,198)
#DCE5CF
(220,229,207)
#E3EAD8
(227,234,216)
#EAEFE1
(234,239,225)
#F1F4EA
(241,244,234)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C799 color. Also use rgb(178,199,153) instead hex code.

Text Font Color

.myTextColor { color: #B2C799; }

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

This text font color is #B2C799.


Background Color

.myBgColor { background-color: #B2C799; }

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

This div background color is #B2C799.


Border color

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

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

This div border color is #B2C799.


Opacity

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

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

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

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

This text has shadow with #B2C799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C799 on black background.


Color preview on white background

This text has color #B2C799 on white background.



Black color preview on #B2C799 background

This text has black color on #B2C799 background.


White color preview on #B2C799 background

This text has white color on #B2C799 background.