COLOR #B2D4AB

HEX: #B2D4AB
RGB: (178,212,171)

Color info

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

RGB color model

#B2D4AB color RGB value is (178,212,171).

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

RGB channels and saturation

R 178 of 255 = 70%
G 212 of 255 = 83%
B 171 of 255 = 67%

178
212
171

R + G + B ~ 73%. #B2D4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 212 + 171 = 561 (100%)
R 178 of 561 ~ 31.73%
G 212 of 561 ~ 37.79%
B 171 of 561 ~ 30.48%

%31.73
%37.79
%30.48

CMYK color model

#B2D4AB color CMYK value is (16,0,19,17).

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(16,0,19,17)
C16M0Y19K17 
(16%,0%,19%,17%)
(0.16/0.00/0.19/0.17)	

CMYK percentages

%16.04
%0
%19.34
%16.86

Codes

Color #B2D4AB in popluar color models

B2D4AB
RGB178212171
HSL110°32.28%75.10%
HSB/HSV110°19.34%83.14%
CMYK16.04%0.00%19.34%
16.86%

Color #B2D4AB in popluar number systems.

HEXB2D4AB
Decimal178212171
Binary101100101101010010101011
Octal262324253

Shades and tints

Shades of #B2D4AB

#B2D4AB
(178,212,171)
#A2C19C
(162,193,156)
#92AE8D
(146,174,141)
#829B7E
(130,155,126)
#72886F
(114,136,111)
#627560
(98,117,96)
#526251
(82,98,81)
#424F42
(66,79,66)
#323C33
(50,60,51)
#222924
(34,41,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #B2D4AB

#B2D4AB
(178,212,171)
#B9D7B2
(185,215,178)
#C0DAB9
(192,218,185)
#C7DDC0
(199,221,192)
#CEE0C7
(206,224,199)
#D5E3CE
(213,227,206)
#DCE6D5
(220,230,213)
#E3E9DC
(227,233,220)
#EAECE3
(234,236,227)
#F1EFEA
(241,239,234)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D4AB; }

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

This text font color is #B2D4AB.


Background Color

.myBgColor { background-color: #B2D4AB; }

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

This div background color is #B2D4AB.


Border color

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

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

This div border color is #B2D4AB.


Opacity

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

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

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

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

This text has shadow with #B2D4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D4AB on black background.


Color preview on white background

This text has color #B2D4AB on white background.



Black color preview on #B2D4AB background

This text has black color on #B2D4AB background.


White color preview on #B2D4AB background

This text has white color on #B2D4AB background.