COLOR #B2DA90

HEX: #B2DA90
RGB: (178,218,144)

Color info

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

RGB color model

#B2DA90 color RGB value is (178,218,144).

  • red value is 178;
  • green value is 218;
  • blue value is 144.
RGB:
(178,218,144)
(70%,85%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 218 of 255 = 85%
B 144 of 255 = 56%

178
218
144

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

Portions of RGB colors in percentages

R + G + B =
178 + 218 + 144 = 540 (100%)
R 178 of 540 ~ 32.96%
G 218 of 540 ~ 40.37%
B 144 of 540 ~ 26.67%

%32.96
%40.37
%26.67

CMYK color model

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

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 14.51%
CMYK:
(18,0,34,15)
C18M0Y34K15 
(18%,0%,34%,15%)
(0.18/0.00/0.34/0.15)	

CMYK percentages

%18.35
%0
%33.94
%14.51

Codes

Color #B2DA90 in popluar color models

B2DA90
RGB178218144
HSL92°50.00%70.98%
HSB/HSV92°33.94%85.49%
CMYK18.35%0.00%33.94%
14.51%

Color #B2DA90 in popluar number systems.

HEXB2DA90
Decimal178218144
Binary101100101101101010010000
Octal262332220

Shades and tints

Shades of #B2DA90

#B2DA90
(178,218,144)
#A2C783
(162,199,131)
#92B476
(146,180,118)
#82A169
(130,161,105)
#728E5C
(114,142,92)
#627B4F
(98,123,79)
#526842
(82,104,66)
#425535
(66,85,53)
#324228
(50,66,40)
#222F1B
(34,47,27)
#121C0E
(18,28,14)
#000000
(0,0,0)

Tints of #B2DA90

#B2DA90
(178,218,144)
#B9DD9A
(185,221,154)
#C0E0A4
(192,224,164)
#C7E3AE
(199,227,174)
#CEE6B8
(206,230,184)
#D5E9C2
(213,233,194)
#DCECCC
(220,236,204)
#E3EFD6
(227,239,214)
#EAF2E0
(234,242,224)
#F1F5EA
(241,245,234)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DA90 color. Also use rgb(178,218,144) instead hex code.

Text Font Color

.myTextColor { color: #B2DA90; }

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

This text font color is #B2DA90.


Background Color

.myBgColor { background-color: #B2DA90; }

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

This div background color is #B2DA90.


Border color

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

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

This div border color is #B2DA90.


Opacity

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

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

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

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

This text has shadow with #B2DA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DA90 on black background.


Color preview on white background

This text has color #B2DA90 on white background.



Black color preview on #B2DA90 background

This text has black color on #B2DA90 background.


White color preview on #B2DA90 background

This text has white color on #B2DA90 background.