COLOR #B2D29E

HEX: #B2D29E
RGB: (178,210,158)

Color info

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

RGB color model

#B2D29E color RGB value is (178,210,158).

  • red value is 178;
  • green value is 210;
  • blue value is 158.
RGB: (178,210,158) (70%,82%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 210 of 255 = 82%
B 158 of 255 = 62%

178
210
158

R + G + B ~ 71%. #B2D29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 210 + 158 = 546 (100%)
R 178 of 546 ~ 32.6%
G 210 of 546 ~ 38.46%
B 158 of 546 ~ 28.94%

%32.6
%38.46
%28.94

CMYK color model

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

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK: (15,0,25,18) C15M0Y25K18 (15%,0%,25%,18%) (0.15/0.00/0.25/0.18)

CMYK percentages

%15.24
%0
%24.76
%17.65

Codes

Color #B2D29E in popluar color models

B2D29E
RGB178210158
HSL97°36.62%72.16%
HSB/HSV97°24.76%82.35%
CMYK15.24%0.00%24.76%
17.65%

Color #B2D29E in popluar number systems.

HEXB2D29E
Decimal178210158
Binary101100101101001010011110
Octal262322236

Shades and tints

Shades of #B2D29E

#B2D29E
(178,210,158)
#A2BF90
(162,191,144)
#92AC82
(146,172,130)
#829974
(130,153,116)
#728666
(114,134,102)
#627358
(98,115,88)
#52604A
(82,96,74)
#424D3C
(66,77,60)
#323A2E
(50,58,46)
#222720
(34,39,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #B2D29E

#B2D29E
(178,210,158)
#B9D6A6
(185,214,166)
#C0DAAE
(192,218,174)
#C7DEB6
(199,222,182)
#CEE2BE
(206,226,190)
#D5E6C6
(213,230,198)
#DCEACE
(220,234,206)
#E3EED6
(227,238,214)
#EAF2DE
(234,242,222)
#F1F6E6
(241,246,230)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D29E color. Also use rgb(178,210,158) instead hex code.

Text Font Color

.myTextColor { color: #B2D29E; }

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

This text font color is #B2D29E.


Background Color

.myBgColor { background-color: #B2D29E; }

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

This div background color is #B2D29E.


Border color

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

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

This div border color is #B2D29E.


Opacity

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

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

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

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

This text has shadow with #B2D29E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B2D29E on black background.


Color preview on white background

This text has color #B2D29E on white background.



Black color preview on #B2D29E background

This text has black color on #B2D29E background.


White color preview on #B2D29E background

This text has white color on #B2D29E background.