COLOR #B2D293

HEX: #B2D293
RGB: (178,210,147)

Color info

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

RGB color model

#B2D293 color RGB value is (178,210,147).

  • red value is 178;
  • green value is 210;
  • blue value is 147.
RGB:
(178,210,147)
(70%,82%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 210 of 255 = 82%
B 147 of 255 = 58%

178
210
147

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

Portions of RGB colors in percentages

R + G + B =
178 + 210 + 147 = 535 (100%)
R 178 of 535 ~ 33.27%
G 210 of 535 ~ 39.25%
B 147 of 535 ~ 27.48%

%33.27
%39.25
%27.48

CMYK color model

#B2D293 color CMYK value is (15,0,30,18).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 17.65%
CMYK:
(15,0,30,18)
C15M0Y30K18 
(15%,0%,30%,18%)
(0.15/0.00/0.30/0.18)	

CMYK percentages

%15.24
%0
%30
%17.65

Codes

Color #B2D293 in popluar color models

B2D293
RGB178210147
HSL90°41.18%70.00%
HSB/HSV90°30.00%82.35%
CMYK15.24%0.00%30.00%
17.65%

Color #B2D293 in popluar number systems.

HEXB2D293
Decimal178210147
Binary101100101101001010010011
Octal262322223

Shades and tints

Shades of #B2D293

#B2D293
(178,210,147)
#A2BF86
(162,191,134)
#92AC79
(146,172,121)
#82996C
(130,153,108)
#72865F
(114,134,95)
#627352
(98,115,82)
#526045
(82,96,69)
#424D38
(66,77,56)
#323A2B
(50,58,43)
#22271E
(34,39,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #B2D293

#B2D293
(178,210,147)
#B9D69C
(185,214,156)
#C0DAA5
(192,218,165)
#C7DEAE
(199,222,174)
#CEE2B7
(206,226,183)
#D5E6C0
(213,230,192)
#DCEAC9
(220,234,201)
#E3EED2
(227,238,210)
#EAF2DB
(234,242,219)
#F1F6E4
(241,246,228)
#F8FAED
(248,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D293 color. Also use rgb(178,210,147) instead hex code.

Text Font Color

.myTextColor { color: #B2D293; }

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

This text font color is #B2D293.


Background Color

.myBgColor { background-color: #B2D293; }

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

This div background color is #B2D293.


Border color

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

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

This div border color is #B2D293.


Opacity

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

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

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

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

This text has shadow with #B2D293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D293 on black background.


Color preview on white background

This text has color #B2D293 on white background.



Black color preview on #B2D293 background

This text has black color on #B2D293 background.


White color preview on #B2D293 background

This text has white color on #B2D293 background.