COLOR #B2DF9A

HEX: #B2DF9A RGB: (178,223,154)

Color info

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

RGB color model

#B2DF9A color RGB value is (178,223,154).

RGB: (178,223,154) (70%, 87%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 223 of 255 = 87%
B 154 of 255 = 60%

178
223
154

R + G + B ~ 72%. #B2DF9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 223 + 154 = 555 (100%)
R 178 of 555 ~ 32.07%
G 223 of 555 ~ 40.18%
B 154 of 555 ~ 27.75'%

%32.07
%40.18
%27.75

CMYK color model

#B2DF9A color CMYK value is (20,0,31,13).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 12.55%

CMYK: (20,0,31,13)
C20M0Y31K13 (20%, 0%, 31%, 13%)
(0.20 / 0.00 / 0.31 / 0.13)

CMYK percentages

%20.18
%0
%30.94
%12.55

Codes

Color #B2DF9A in popluar color models

B2 DF 9A
RGB 178 223 154
HSL 99° 51.88% 73.92%
HSB/HSV 99° 30.94% 87.45%
CMYK 20.18% 0.00% 30.94%
12.55%

Color #B2DF9A in popluar number systems.

HEX B2 DF 9A
Decimal 178 223 154
Binary 10110010 11011111 10011010
Octal 262 337 232

Shades and tints

Shades of #B2DF9A

#B2DF9A
(178,223,154)
#A2CB8C
(162,203,140)
#92B77E
(146,183,126)
#82A370
(130,163,112)
#728F62
(114,143,98)
#627B54
(98,123,84)
#526746
(82,103,70)
#425338
(66,83,56)
#323F2A
(50,63,42)
#222B1C
(34,43,28)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #B2DF9A

#B2DF9A
(178,223,154)
#B9E1A3
(185,225,163)
#C0E3AC
(192,227,172)
#C7E5B5
(199,229,181)
#CEE7BE
(206,231,190)
#D5E9C7
(213,233,199)
#DCEBD0
(220,235,208)
#E3EDD9
(227,237,217)
#EAEFE2
(234,239,226)
#F1F1EB
(241,241,235)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DF9A color. Also use rgb(178,223,154) instead hex code.

Text Font Color

.myTextColor { color: #B2DF9A; }

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

This text font color is #B2DF9A.

Background Color

.myBgColor { background-color: #B2DF9A; }

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

This div background color is #B2DF9A.

Border color

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

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

This div border color is #B2DF9A.

Opacity

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

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

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

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

This text has shadow with #B2DF9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DF9A.

Preview

Color preview on black background

This text has color #B2DF9A on black background.


Color preview on white background

This text has color #B2DF9A on white background.


Black color preview on #B2DF9A background

This text has black color on #B2DF9A background.


White color preview on #B2DF9A background

This text has white color on #B2DF9A background.


Related colors

Complementary color

Complementary color for #hex is #4D2065.


I love getcolorcode.com

Triadic colors

1 #9AB2DF and #DF9AB2 with #B2DF9A are triadic colors.

2 #9ADFB2 and #DFB29A with #B2DF9A are triadic colors.