COLOR #B2DAB3

HEX: #B2DAB3
RGB: (178,218,179)

Color info

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

RGB color model

#B2DAB3 color RGB value is (178,218,179).

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

RGB channels and saturation

R 178 of 255 = 70%
G 218 of 255 = 85%
B 179 of 255 = 70%

178
218
179

R + G + B ~ 75%. #B2DAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 218 + 179 = 575 (100%)
R 178 of 575 ~ 30.96%
G 218 of 575 ~ 37.91%
B 179 of 575 ~ 31.13%

%30.96
%37.91
%31.13

CMYK color model

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

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 14.51%
CMYK:
(18,0,18,15)
C18M0Y18K15 
(18%,0%,18%,15%)
(0.18/0.00/0.18/0.15)	

CMYK percentages

%18.35
%0
%17.89
%14.51

Codes

Color #B2DAB3 in popluar color models

B2DAB3
RGB178218179
HSL122°35.09%77.65%
HSB/HSV122°18.35%85.49%
CMYK18.35%0.00%17.89%
14.51%

Color #B2DAB3 in popluar number systems.

HEXB2DAB3
Decimal178218179
Binary101100101101101010110011
Octal262332263

Shades and tints

Shades of #B2DAB3

#B2DAB3
(178,218,179)
#A2C7A3
(162,199,163)
#92B493
(146,180,147)
#82A183
(130,161,131)
#728E73
(114,142,115)
#627B63
(98,123,99)
#526853
(82,104,83)
#425543
(66,85,67)
#324233
(50,66,51)
#222F23
(34,47,35)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #B2DAB3

#B2DAB3
(178,218,179)
#B9DDB9
(185,221,185)
#C0E0BF
(192,224,191)
#C7E3C5
(199,227,197)
#CEE6CB
(206,230,203)
#D5E9D1
(213,233,209)
#DCECD7
(220,236,215)
#E3EFDD
(227,239,221)
#EAF2E3
(234,242,227)
#F1F5E9
(241,245,233)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DAB3; }

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

This text font color is #B2DAB3.


Background Color

.myBgColor { background-color: #B2DAB3; }

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

This div background color is #B2DAB3.


Border color

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

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

This div border color is #B2DAB3.


Opacity

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

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

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

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

This text has shadow with #B2DAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DAB3 on black background.


Color preview on white background

This text has color #B2DAB3 on white background.



Black color preview on #B2DAB3 background

This text has black color on #B2DAB3 background.


White color preview on #B2DAB3 background

This text has white color on #B2DAB3 background.