COLOR #B2D38F

HEX: #B2D38F
RGB: (178,211,143)

Color info

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

RGB color model

#B2D38F color RGB value is (178,211,143).

  • red value is 178;
  • green value is 211;
  • blue value is 143.
RGB:
(178,211,143)
(70%,83%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 211 of 255 = 83%
B 143 of 255 = 56%

178
211
143

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

Portions of RGB colors in percentages

R + G + B =
178 + 211 + 143 = 532 (100%)
R 178 of 532 ~ 33.46%
G 211 of 532 ~ 39.66%
B 143 of 532 ~ 26.88%

%33.46
%39.66
%26.88

CMYK color model

#B2D38F color CMYK value is (16,0,32,17).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 32.23%
  • key color value is 17.25%
CMYK:
(16,0,32,17)
C16M0Y32K17 
(16%,0%,32%,17%)
(0.16/0.00/0.32/0.17)	

CMYK percentages

%15.64
%0
%32.23
%17.25

Codes

Color #B2D38F in popluar color models

B2D38F
RGB178211143
HSL89°43.59%69.41%
HSB/HSV89°32.23%82.75%
CMYK15.64%0.00%32.23%
17.25%

Color #B2D38F in popluar number systems.

HEXB2D38F
Decimal178211143
Binary101100101101001110001111
Octal262323217

Shades and tints

Shades of #B2D38F

#B2D38F
(178,211,143)
#A2C082
(162,192,130)
#92AD75
(146,173,117)
#829A68
(130,154,104)
#72875B
(114,135,91)
#62744E
(98,116,78)
#526141
(82,97,65)
#424E34
(66,78,52)
#323B27
(50,59,39)
#22281A
(34,40,26)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #B2D38F

#B2D38F
(178,211,143)
#B9D799
(185,215,153)
#C0DBA3
(192,219,163)
#C7DFAD
(199,223,173)
#CEE3B7
(206,227,183)
#D5E7C1
(213,231,193)
#DCEBCB
(220,235,203)
#E3EFD5
(227,239,213)
#EAF3DF
(234,243,223)
#F1F7E9
(241,247,233)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D38F color. Also use rgb(178,211,143) instead hex code.

Text Font Color

.myTextColor { color: #B2D38F; }

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

This text font color is #B2D38F.


Background Color

.myBgColor { background-color: #B2D38F; }

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

This div background color is #B2D38F.


Border color

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

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

This div border color is #B2D38F.


Opacity

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

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

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

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

This text has shadow with #B2D38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D38F on black background.


Color preview on white background

This text has color #B2D38F on white background.



Black color preview on #B2D38F background

This text has black color on #B2D38F background.


White color preview on #B2D38F background

This text has white color on #B2D38F background.