COLOR #B2D18A

HEX: #B2D18A
RGB: (178,209,138)

Color info

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

RGB color model

#B2D18A color RGB value is (178,209,138).

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

RGB channels and saturation

R 178 of 255 = 70%
G 209 of 255 = 82%
B 138 of 255 = 54%

178
209
138

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

Portions of RGB colors in percentages

R + G + B =
178 + 209 + 138 = 525 (100%)
R 178 of 525 ~ 33.9%
G 209 of 525 ~ 39.81%
B 138 of 525 ~ 26.29%

%33.9
%39.81
%26.29

CMYK color model

#B2D18A color CMYK value is (15,0,34,18).

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 33.97%
  • key color value is 18.04%
CMYK:
(15,0,34,18)
C15M0Y34K18 
(15%,0%,34%,18%)
(0.15/0.00/0.34/0.18)	

CMYK percentages

%14.83
%0
%33.97
%18.04

Codes

Color #B2D18A in popluar color models

B2D18A
RGB178209138
HSL86°43.56%68.04%
HSB/HSV86°33.97%81.96%
CMYK14.83%0.00%33.97%
18.04%

Color #B2D18A in popluar number systems.

HEXB2D18A
Decimal178209138
Binary101100101101000110001010
Octal262321212

Shades and tints

Shades of #B2D18A

#B2D18A
(178,209,138)
#A2BE7E
(162,190,126)
#92AB72
(146,171,114)
#829866
(130,152,102)
#72855A
(114,133,90)
#62724E
(98,114,78)
#525F42
(82,95,66)
#424C36
(66,76,54)
#32392A
(50,57,42)
#22261E
(34,38,30)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #B2D18A

#B2D18A
(178,209,138)
#B9D594
(185,213,148)
#C0D99E
(192,217,158)
#C7DDA8
(199,221,168)
#CEE1B2
(206,225,178)
#D5E5BC
(213,229,188)
#DCE9C6
(220,233,198)
#E3EDD0
(227,237,208)
#EAF1DA
(234,241,218)
#F1F5E4
(241,245,228)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D18A; }

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

This text font color is #B2D18A.


Background Color

.myBgColor { background-color: #B2D18A; }

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

This div background color is #B2D18A.


Border color

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

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

This div border color is #B2D18A.


Opacity

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

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

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

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

This text has shadow with #B2D18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D18A on black background.


Color preview on white background

This text has color #B2D18A on white background.



Black color preview on #B2D18A background

This text has black color on #B2D18A background.


White color preview on #B2D18A background

This text has white color on #B2D18A background.