COLOR #B2C788

HEX: #B2C788
RGB: (178,199,136)

Color info

#B2C788 contains mainly red and green colors. Web safe color of #B2C788 is #99CC99 (or #9C9).

RGB color model

#B2C788 color RGB value is (178,199,136).

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

RGB channels and saturation

R 178 of 255 = 70%
G 199 of 255 = 78%
B 136 of 255 = 53%

178
199
136

R + G + B ~ 67%. #B2C788 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 199 + 136 = 513 (100%)
R 178 of 513 ~ 34.7%
G 199 of 513 ~ 38.79%
B 136 of 513 ~ 26.51%

%34.7
%38.79
%26.51

CMYK color model

#B2C788 color CMYK value is (11,0,32,22).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 31.66%
  • key color value is 21.96%
CMYK:
(11,0,32,22)
C11M0Y32K22 
(11%,0%,32%,22%)
(0.11/0.00/0.32/0.22)	

CMYK percentages

%10.55
%0
%31.66
%21.96

Codes

Color #B2C788 in popluar color models

B2C788
RGB178199136
HSL80°36.00%65.69%
HSB/HSV80°31.66%78.04%
CMYK10.55%0.00%31.66%
21.96%

Color #B2C788 in popluar number systems.

HEXB2C788
Decimal178199136
Binary101100101100011110001000
Octal262307210

Shades and tints

Shades of #B2C788

#B2C788
(178,199,136)
#A2B57C
(162,181,124)
#92A370
(146,163,112)
#829164
(130,145,100)
#727F58
(114,127,88)
#626D4C
(98,109,76)
#525B40
(82,91,64)
#424934
(66,73,52)
#323728
(50,55,40)
#22251C
(34,37,28)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #B2C788

#B2C788
(178,199,136)
#B9CC92
(185,204,146)
#C0D19C
(192,209,156)
#C7D6A6
(199,214,166)
#CEDBB0
(206,219,176)
#D5E0BA
(213,224,186)
#DCE5C4
(220,229,196)
#E3EACE
(227,234,206)
#EAEFD8
(234,239,216)
#F1F4E2
(241,244,226)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C788; }

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

This text font color is #B2C788.


Background Color

.myBgColor { background-color: #B2C788; }

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

This div background color is #B2C788.


Border color

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

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

This div border color is #B2C788.


Opacity

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

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

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

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

This text has shadow with #B2C788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C788 on black background.


Color preview on white background

This text has color #B2C788 on white background.



Black color preview on #B2C788 background

This text has black color on #B2C788 background.


White color preview on #B2C788 background

This text has white color on #B2C788 background.