COLOR #B2C284

HEX: #B2C284
RGB: (178,194,132)

Color info

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

RGB color model

#B2C284 color RGB value is (178,194,132).

  • red value is 178;
  • green value is 194;
  • blue value is 132.
RGB:
(178,194,132)
(70%,76%,52%)

RGB channels and saturation

R 178 of 255 = 70%
G 194 of 255 = 76%
B 132 of 255 = 52%

178
194
132

R + G + B ~ 66%. #B2C284 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 194 + 132 = 504 (100%)
R 178 of 504 ~ 35.32%
G 194 of 504 ~ 38.49%
B 132 of 504 ~ 26.19%

%35.32
%38.49
%26.19

CMYK color model

#B2C284 color CMYK value is (8,0,32,24).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 23.92%
CMYK:
(8,0,32,24)
C8M0Y32K24 
(8%,0%,32%,24%)
(0.08/0.00/0.32/0.24)	

CMYK percentages

%8.25
%0
%31.96
%23.92

Codes

Color #B2C284 in popluar color models

B2C284
RGB178194132
HSL75°33.70%63.92%
HSB/HSV75°31.96%76.08%
CMYK8.25%0.00%31.96%
23.92%

Color #B2C284 in popluar number systems.

HEXB2C284
Decimal178194132
Binary101100101100001010000100
Octal262302204

Shades and tints

Shades of #B2C284

#B2C284
(178,194,132)
#A2B178
(162,177,120)
#92A06C
(146,160,108)
#828F60
(130,143,96)
#727E54
(114,126,84)
#626D48
(98,109,72)
#525C3C
(82,92,60)
#424B30
(66,75,48)
#323A24
(50,58,36)
#222918
(34,41,24)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #B2C284

#B2C284
(178,194,132)
#B9C78F
(185,199,143)
#C0CC9A
(192,204,154)
#C7D1A5
(199,209,165)
#CED6B0
(206,214,176)
#D5DBBB
(213,219,187)
#DCE0C6
(220,224,198)
#E3E5D1
(227,229,209)
#EAEADC
(234,234,220)
#F1EFE7
(241,239,231)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C284 color. Also use rgb(178,194,132) instead hex code.

Text Font Color

.myTextColor { color: #B2C284; }

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

This text font color is #B2C284.


Background Color

.myBgColor { background-color: #B2C284; }

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

This div background color is #B2C284.


Border color

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

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

This div border color is #B2C284.


Opacity

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

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

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

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

This text has shadow with #B2C284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C284 on black background.


Color preview on white background

This text has color #B2C284 on white background.



Black color preview on #B2C284 background

This text has black color on #B2C284 background.


White color preview on #B2C284 background

This text has white color on #B2C284 background.