COLOR #B2DEA6

HEX: #B2DEA6
RGB: (178,222,166)

Color info

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

RGB color model

#B2DEA6 color RGB value is (178,222,166).

  • red value is 178;
  • green value is 222;
  • blue value is 166.
RGB:
(178,222,166)
(70%,87%,65%)

RGB channels and saturation

R 178 of 255 = 70%
G 222 of 255 = 87%
B 166 of 255 = 65%

178
222
166

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

Portions of RGB colors in percentages

R + G + B =
178 + 222 + 166 = 566 (100%)
R 178 of 566 ~ 31.45%
G 222 of 566 ~ 39.22%
B 166 of 566 ~ 29.33%

%31.45
%39.22
%29.33

CMYK color model

#B2DEA6 color CMYK value is (20,0,25,13).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 12.94%
CMYK:
(20,0,25,13)
C20M0Y25K13 
(20%,0%,25%,13%)
(0.20/0.00/0.25/0.13)	

CMYK percentages

%19.82
%0
%25.23
%12.94

Codes

Color #B2DEA6 in popluar color models

B2DEA6
RGB178222166
HSL107°45.90%76.08%
HSB/HSV107°25.23%87.06%
CMYK19.82%0.00%25.23%
12.94%

Color #B2DEA6 in popluar number systems.

HEXB2DEA6
Decimal178222166
Binary101100101101111010100110
Octal262336246

Shades and tints

Shades of #B2DEA6

#B2DEA6
(178,222,166)
#A2CA97
(162,202,151)
#92B688
(146,182,136)
#82A279
(130,162,121)
#728E6A
(114,142,106)
#627A5B
(98,122,91)
#52664C
(82,102,76)
#42523D
(66,82,61)
#323E2E
(50,62,46)
#222A1F
(34,42,31)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #B2DEA6

#B2DEA6
(178,222,166)
#B9E1AE
(185,225,174)
#C0E4B6
(192,228,182)
#C7E7BE
(199,231,190)
#CEEAC6
(206,234,198)
#D5EDCE
(213,237,206)
#DCF0D6
(220,240,214)
#E3F3DE
(227,243,222)
#EAF6E6
(234,246,230)
#F1F9EE
(241,249,238)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DEA6 color. Also use rgb(178,222,166) instead hex code.

Text Font Color

.myTextColor { color: #B2DEA6; }

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

This text font color is #B2DEA6.


Background Color

.myBgColor { background-color: #B2DEA6; }

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

This div background color is #B2DEA6.


Border color

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

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

This div border color is #B2DEA6.


Opacity

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

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

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

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

This text has shadow with #B2DEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DEA6 on black background.


Color preview on white background

This text has color #B2DEA6 on white background.



Black color preview on #B2DEA6 background

This text has black color on #B2DEA6 background.


White color preview on #B2DEA6 background

This text has white color on #B2DEA6 background.