COLOR #B2D88C

HEX: #B2D88C RGB: (178,216,140)

Color info

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

RGB color model

#B2D88C color RGB value is (178,216,140).

RGB: (178,216,140) (70%, 85%, 55%)

RGB channels and saturation

R 178 of 255 = 70%
G 216 of 255 = 85%
B 140 of 255 = 55%

178
216
140

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

Portions of RGB colors in percentages

R + G + B = 178 + 216 + 140 = 534 (100%)
R 178 of 534 ~ 33.33%
G 216 of 534 ~ 40.45%
B 140 of 534 ~ 26.22'%

%33.33
%40.45
%26.22

CMYK color model

#B2D88C color CMYK value is (18,0,35,15).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 15.29%

CMYK: (18,0,35,15)
C18M0Y35K15 (18%, 0%, 35%, 15%)
(0.18 / 0.00 / 0.35 / 0.15)

CMYK percentages

%17.59
%0
%35.19
%15.29

Codes

Color #B2D88C in popluar color models

B2 D8 8C
RGB 178 216 140
HSL 90° 49.35% 69.80%
HSB/HSV 90° 35.19% 84.71%
CMYK 17.59% 0.00% 35.19%
15.29%

Color #B2D88C in popluar number systems.

HEX B2 D8 8C
Decimal 178 216 140
Binary 10110010 11011000 10001100
Octal 262 330 214

Shades and tints

Shades of #B2D88C

#B2D88C
(178,216,140)
#A2C580
(162,197,128)
#92B274
(146,178,116)
#829F68
(130,159,104)
#728C5C
(114,140,92)
#627950
(98,121,80)
#526644
(82,102,68)
#425338
(66,83,56)
#32402C
(50,64,44)
#222D20
(34,45,32)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2D88C

#B2D88C
(178,216,140)
#B9DB96
(185,219,150)
#C0DEA0
(192,222,160)
#C7E1AA
(199,225,170)
#CEE4B4
(206,228,180)
#D5E7BE
(213,231,190)
#DCEAC8
(220,234,200)
#E3EDD2
(227,237,210)
#EAF0DC
(234,240,220)
#F1F3E6
(241,243,230)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D88C color. Also use rgb(178,216,140) instead hex code.

Text Font Color

.myTextColor { color: #B2D88C; }

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

This text font color is #B2D88C.

Background Color

.myBgColor { background-color: #B2D88C; }

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

This div background color is #B2D88C.

Border color

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

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

This div border color is #B2D88C.

Opacity

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

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

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

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

This text has shadow with #B2D88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D88C.

Preview

Color preview on black background

This text has color #B2D88C on black background.


Color preview on white background

This text has color #B2D88C on white background.


Black color preview on #B2D88C background

This text has black color on #B2D88C background.


White color preview on #B2D88C background

This text has white color on #B2D88C background.


Related colors

Complementary color

Complementary color for #hex is #4D2773.


I love getcolorcode.com

Triadic colors

1 #8CB2D8 and #D88CB2 with #B2D88C are triadic colors.

2 #8CD8B2 and #D8B28C with #B2D88C are triadic colors.