COLOR #B2D18E

HEX: #B2D18E
RGB: (178,209,142)

Color info

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

RGB color model

#B2D18E color RGB value is (178,209,142).

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

RGB channels and saturation

R 178 of 255 = 70%
G 209 of 255 = 82%
B 142 of 255 = 56%

178
209
142

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

Portions of RGB colors in percentages

R + G + B =
178 + 209 + 142 = 529 (100%)
R 178 of 529 ~ 33.65%
G 209 of 529 ~ 39.51%
B 142 of 529 ~ 26.84%

%33.65
%39.51
%26.84

CMYK color model

#B2D18E color CMYK value is (15,0,32,18).

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 32.06%
  • key color value is 18.04%
CMYK:
(15,0,32,18)
C15M0Y32K18 
(15%,0%,32%,18%)
(0.15/0.00/0.32/0.18)	

CMYK percentages

%14.83
%0
%32.06
%18.04

Codes

Color #B2D18E in popluar color models

B2D18E
RGB178209142
HSL88°42.14%68.82%
HSB/HSV88°32.06%81.96%
CMYK14.83%0.00%32.06%
18.04%

Color #B2D18E in popluar number systems.

HEXB2D18E
Decimal178209142
Binary101100101101000110001110
Octal262321216

Shades and tints

Shades of #B2D18E

#B2D18E
(178,209,142)
#A2BE82
(162,190,130)
#92AB76
(146,171,118)
#82986A
(130,152,106)
#72855E
(114,133,94)
#627252
(98,114,82)
#525F46
(82,95,70)
#424C3A
(66,76,58)
#32392E
(50,57,46)
#222622
(34,38,34)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #B2D18E

#B2D18E
(178,209,142)
#B9D598
(185,213,152)
#C0D9A2
(192,217,162)
#C7DDAC
(199,221,172)
#CEE1B6
(206,225,182)
#D5E5C0
(213,229,192)
#DCE9CA
(220,233,202)
#E3EDD4
(227,237,212)
#EAF1DE
(234,241,222)
#F1F5E8
(241,245,232)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D18E; }

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

This text font color is #B2D18E.


Background Color

.myBgColor { background-color: #B2D18E; }

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

This div background color is #B2D18E.


Border color

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

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

This div border color is #B2D18E.


Opacity

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

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

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

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

This text has shadow with #B2D18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D18E on black background.


Color preview on white background

This text has color #B2D18E on white background.



Black color preview on #B2D18E background

This text has black color on #B2D18E background.


White color preview on #B2D18E background

This text has white color on #B2D18E background.