COLOR #B2DCAB

HEX: #B2DCAB
RGB: (178,220,171)

Color info

#B2DCAB contains red, green and blue colors in about the same proportion. Web safe color of #B2DCAB is #99CC99 (or #9C9).

RGB color model

#B2DCAB color RGB value is (178,220,171).

  • red value is 178;
  • green value is 220;
  • blue value is 171.
RGB:
(178,220,171)
(70%,86%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 220 of 255 = 86%
B 171 of 255 = 67%

178
220
171

R + G + B ~ 74%. #B2DCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 220 + 171 = 569 (100%)
R 178 of 569 ~ 31.28%
G 220 of 569 ~ 38.66%
B 171 of 569 ~ 30.05%

%31.28
%38.66
%30.05

CMYK color model

#B2DCAB color CMYK value is (19,0,22,14).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(19,0,22,14)
C19M0Y22K14 
(19%,0%,22%,14%)
(0.19/0.00/0.22/0.14)	

CMYK percentages

%19.09
%0
%22.27
%13.73

Codes

Color #B2DCAB in popluar color models

B2DCAB
RGB178220171
HSL111°41.18%76.67%
HSB/HSV111°22.27%86.27%
CMYK19.09%0.00%22.27%
13.73%

Color #B2DCAB in popluar number systems.

HEXB2DCAB
Decimal178220171
Binary101100101101110010101011
Octal262334253

Shades and tints

Shades of #B2DCAB

#B2DCAB
(178,220,171)
#A2C89C
(162,200,156)
#92B48D
(146,180,141)
#82A07E
(130,160,126)
#728C6F
(114,140,111)
#627860
(98,120,96)
#526451
(82,100,81)
#425042
(66,80,66)
#323C33
(50,60,51)
#222824
(34,40,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #B2DCAB

#B2DCAB
(178,220,171)
#B9DFB2
(185,223,178)
#C0E2B9
(192,226,185)
#C7E5C0
(199,229,192)
#CEE8C7
(206,232,199)
#D5EBCE
(213,235,206)
#DCEED5
(220,238,213)
#E3F1DC
(227,241,220)
#EAF4E3
(234,244,227)
#F1F7EA
(241,247,234)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DCAB color. Also use rgb(178,220,171) instead hex code.

Text Font Color

.myTextColor { color: #B2DCAB; }

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

This text font color is #B2DCAB.


Background Color

.myBgColor { background-color: #B2DCAB; }

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

This div background color is #B2DCAB.


Border color

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

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

This div border color is #B2DCAB.


Opacity

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

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

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

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

This text has shadow with #B2DCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DCAB on black background.


Color preview on white background

This text has color #B2DCAB on white background.



Black color preview on #B2DCAB background

This text has black color on #B2DCAB background.


White color preview on #B2DCAB background

This text has white color on #B2DCAB background.