COLOR #B2D09E

HEX: #B2D09E
RGB: (178,208,158)

Color info

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

RGB color model

#B2D09E color RGB value is (178,208,158).

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

RGB channels and saturation

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

178
208
158

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

Portions of RGB colors in percentages

R + G + B =
178 + 208 + 158 = 544 (100%)
R 178 of 544 ~ 32.72%
G 208 of 544 ~ 38.24%
B 158 of 544 ~ 29.04%

%32.72
%38.24
%29.04

CMYK color model

#B2D09E color CMYK value is (14,0,24,18).

  • cyan value is 14.42%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%
CMYK:
(14,0,24,18)
C14M0Y24K18 
(14%,0%,24%,18%)
(0.14/0.00/0.24/0.18)	

CMYK percentages

%14.42
%0
%24.04
%18.43

Codes

Color #B2D09E in popluar color models

B2D09E
RGB178208158
HSL96°34.72%71.76%
HSB/HSV96°24.04%81.57%
CMYK14.42%0.00%24.04%
18.43%

Color #B2D09E in popluar number systems.

HEXB2D09E
Decimal178208158
Binary101100101101000010011110
Octal262320236

Shades and tints

Shades of #B2D09E

#B2D09E
(178,208,158)
#A2BE90
(162,190,144)
#92AC82
(146,172,130)
#829A74
(130,154,116)
#728866
(114,136,102)
#627658
(98,118,88)
#52644A
(82,100,74)
#42523C
(66,82,60)
#32402E
(50,64,46)
#222E20
(34,46,32)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #B2D09E

#B2D09E
(178,208,158)
#B9D4A6
(185,212,166)
#C0D8AE
(192,216,174)
#C7DCB6
(199,220,182)
#CEE0BE
(206,224,190)
#D5E4C6
(213,228,198)
#DCE8CE
(220,232,206)
#E3ECD6
(227,236,214)
#EAF0DE
(234,240,222)
#F1F4E6
(241,244,230)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D09E; }

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

This text font color is #B2D09E.


Background Color

.myBgColor { background-color: #B2D09E; }

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

This div background color is #B2D09E.


Border color

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

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

This div border color is #B2D09E.


Opacity

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

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

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

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

This text has shadow with #B2D09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D09E on black background.


Color preview on white background

This text has color #B2D09E on white background.



Black color preview on #B2D09E background

This text has black color on #B2D09E background.


White color preview on #B2D09E background

This text has white color on #B2D09E background.