COLOR #B2C19E

HEX: #B2C19E RGB: (178,193,158)

Color info

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

RGB color model

#B2C19E color RGB value is (178,193,158).

RGB: (178,193,158) (70%, 76%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 193 of 255 = 76%
B 158 of 255 = 62%

178
193
158

R + G + B ~ 69%. #B2C19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 193 + 158 = 529 (100%)
R 178 of 529 ~ 33.65%
G 193 of 529 ~ 36.48%
B 158 of 529 ~ 29.87'%

%33.65
%36.48
%29.87

CMYK color model

#B2C19E color CMYK value is (8,0,18,24).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 24.31%

CMYK: (8,0,18,24)
C8M0Y18K24 (8%, 0%, 18%, 24%)
(0.08 / 0.00 / 0.18 / 0.24)

CMYK percentages

%7.77
%0
%18.13
%24.31

Codes

Color #B2C19E in popluar color models

B2 C1 9E
RGB 178 193 158
HSL 86° 22.01% 68.82%
HSB/HSV 86° 18.13% 75.69%
CMYK 7.77% 0.00% 18.13%
24.31%

Color #B2C19E in popluar number systems.

HEX B2 C1 9E
Decimal 178 193 158
Binary 10110010 11000001 10011110
Octal 262 301 236

Shades and tints

Shades of #B2C19E

#B2C19E
(178,193,158)
#A2B090
(162,176,144)
#929F82
(146,159,130)
#828E74
(130,142,116)
#727D66
(114,125,102)
#626C58
(98,108,88)
#525B4A
(82,91,74)
#424A3C
(66,74,60)
#32392E
(50,57,46)
#222820
(34,40,32)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #B2C19E

#B2C19E
(178,193,158)
#B9C6A6
(185,198,166)
#C0CBAE
(192,203,174)
#C7D0B6
(199,208,182)
#CED5BE
(206,213,190)
#D5DAC6
(213,218,198)
#DCDFCE
(220,223,206)
#E3E4D6
(227,228,214)
#EAE9DE
(234,233,222)
#F1EEE6
(241,238,230)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C19E; }

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

This text font color is #B2C19E.

Background Color

.myBgColor { background-color: #B2C19E; }

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

This div background color is #B2C19E.

Border color

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

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

This div border color is #B2C19E.

Opacity

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

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

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

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

This text has shadow with #B2C19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C19E.

Preview

Color preview on black background

This text has color #B2C19E on black background.


Color preview on white background

This text has color #B2C19E on white background.


Black color preview on #B2C19E background

This text has black color on #B2C19E background.


White color preview on #B2C19E background

This text has white color on #B2C19E background.


Related colors

Complementary color

Complementary color for #hex is #4D3E61.


I love getcolorcode.com

Triadic colors

1 #9EB2C1 and #C19EB2 with #B2C19E are triadic colors.

2 #9EC1B2 and #C1B29E with #B2C19E are triadic colors.