COLOR #B2D58C

HEX: #B2D58C
RGB: (178,213,140)

Color info

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

RGB color model

#B2D58C color RGB value is (178,213,140).

  • red value is 178;
  • green value is 213;
  • blue value is 140.
RGB:
(178,213,140)
(70%,84%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 213 of 255 = 84%
B 140 of 255 = 55%

178
213
140

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

Portions of RGB colors in percentages

R + G + B =
178 + 213 + 140 = 531 (100%)
R 178 of 531 ~ 33.52%
G 213 of 531 ~ 40.11%
B 140 of 531 ~ 26.37%

%33.52
%40.11
%26.37

CMYK color model

#B2D58C color CMYK value is (16,0,34,16).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 34.27%
  • key color value is 16.47%
CMYK:
(16,0,34,16)
C16M0Y34K16 
(16%,0%,34%,16%)
(0.16/0.00/0.34/0.16)	

CMYK percentages

%16.43
%0
%34.27
%16.47

Codes

Color #B2D58C in popluar color models

B2D58C
RGB178213140
HSL89°46.50%69.22%
HSB/HSV89°34.27%83.53%
CMYK16.43%0.00%34.27%
16.47%

Color #B2D58C in popluar number systems.

HEXB2D58C
Decimal178213140
Binary101100101101010110001100
Octal262325214

Shades and tints

Shades of #B2D58C

#B2D58C
(178,213,140)
#A2C280
(162,194,128)
#92AF74
(146,175,116)
#829C68
(130,156,104)
#72895C
(114,137,92)
#627650
(98,118,80)
#526344
(82,99,68)
#425038
(66,80,56)
#323D2C
(50,61,44)
#222A20
(34,42,32)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2D58C

#B2D58C
(178,213,140)
#B9D896
(185,216,150)
#C0DBA0
(192,219,160)
#C7DEAA
(199,222,170)
#CEE1B4
(206,225,180)
#D5E4BE
(213,228,190)
#DCE7C8
(220,231,200)
#E3EAD2
(227,234,210)
#EAEDDC
(234,237,220)
#F1F0E6
(241,240,230)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D58C color. Also use rgb(178,213,140) instead hex code.

Text Font Color

.myTextColor { color: #B2D58C; }

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

This text font color is #B2D58C.


Background Color

.myBgColor { background-color: #B2D58C; }

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

This div background color is #B2D58C.


Border color

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

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

This div border color is #B2D58C.


Opacity

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

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

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

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

This text has shadow with #B2D58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D58C on black background.


Color preview on white background

This text has color #B2D58C on white background.



Black color preview on #B2D58C background

This text has black color on #B2D58C background.


White color preview on #B2D58C background

This text has white color on #B2D58C background.