COLOR #B2D58E

HEX: #B2D58E
RGB: (178,213,142)

Color info

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

RGB color model

#B2D58E color RGB value is (178,213,142).

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

RGB channels and saturation

R 178 of 255 = 70%
G 213 of 255 = 84%
B 142 of 255 = 56%

178
213
142

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

Portions of RGB colors in percentages

R + G + B =
178 + 213 + 142 = 533 (100%)
R 178 of 533 ~ 33.4%
G 213 of 533 ~ 39.96%
B 142 of 533 ~ 26.64%

%33.4
%39.96
%26.64

CMYK color model

#B2D58E color CMYK value is (16,0,33,16).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 16.47%
CMYK:
(16,0,33,16)
C16M0Y33K16 
(16%,0%,33%,16%)
(0.16/0.00/0.33/0.16)	

CMYK percentages

%16.43
%0
%33.33
%16.47

Codes

Color #B2D58E in popluar color models

B2D58E
RGB178213142
HSL90°45.81%69.61%
HSB/HSV90°33.33%83.53%
CMYK16.43%0.00%33.33%
16.47%

Color #B2D58E in popluar number systems.

HEXB2D58E
Decimal178213142
Binary101100101101010110001110
Octal262325216

Shades and tints

Shades of #B2D58E

#B2D58E
(178,213,142)
#A2C282
(162,194,130)
#92AF76
(146,175,118)
#829C6A
(130,156,106)
#72895E
(114,137,94)
#627652
(98,118,82)
#526346
(82,99,70)
#42503A
(66,80,58)
#323D2E
(50,61,46)
#222A22
(34,42,34)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #B2D58E

#B2D58E
(178,213,142)
#B9D898
(185,216,152)
#C0DBA2
(192,219,162)
#C7DEAC
(199,222,172)
#CEE1B6
(206,225,182)
#D5E4C0
(213,228,192)
#DCE7CA
(220,231,202)
#E3EAD4
(227,234,212)
#EAEDDE
(234,237,222)
#F1F0E8
(241,240,232)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D58E; }

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

This text font color is #B2D58E.


Background Color

.myBgColor { background-color: #B2D58E; }

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

This div background color is #B2D58E.


Border color

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

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

This div border color is #B2D58E.


Opacity

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

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

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

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

This text has shadow with #B2D58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D58E on black background.


Color preview on white background

This text has color #B2D58E on white background.



Black color preview on #B2D58E background

This text has black color on #B2D58E background.


White color preview on #B2D58E background

This text has white color on #B2D58E background.