COLOR #B2BD8E

HEX: #B2BD8E RGB: (178,189,142)

Color info

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

RGB color model

#B2BD8E color RGB value is (178,189,142).

RGB: (178,189,142) (70%, 74%, 56%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 142 of 255 = 56%

178
189
142

R + G + B ~ 67%. #B2BD8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 189 + 142 = 509 (100%)
R 178 of 509 ~ 34.97%
G 189 of 509 ~ 37.13%
B 142 of 509 ~ 27.9'%

%34.97
%37.13
%27.9

CMYK color model

#B2BD8E color CMYK value is (6,0,25,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK: (6,0,25,26) C6M0Y25K26 (6%,0%,25%,26%) (0.06/0.00/0.25/0.26) 

CMYK percentages

%5.82
%0
%24.87
%25.88

Codes

Color #B2BD8E in popluar color models

B2 BD 8E
RGB 178 189 142
HSL 74° 26.26% 64.90%
HSB/HSV 74° 24.87% 74.12%
CMYK 5.82% 0.00% 24.87%
25.88%

Color #B2BD8E in popluar number systems.

HEX B2 BD 8E
Decimal 178 189 142
Binary 10110010 10111101 10001110
Octal 262 275 216

Shades and tints

Shades of #B2BD8E

#B2BD8E
(178,189,142)
#A2AC82
(162,172,130)
#929B76
(146,155,118)
#828A6A
(130,138,106)
#72795E
(114,121,94)
#626852
(98,104,82)
#525746
(82,87,70)
#42463A
(66,70,58)
#32352E
(50,53,46)
#222422
(34,36,34)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #B2BD8E

#B2BD8E
(178,189,142)
#B9C398
(185,195,152)
#C0C9A2
(192,201,162)
#C7CFAC
(199,207,172)
#CED5B6
(206,213,182)
#D5DBC0
(213,219,192)
#DCE1CA
(220,225,202)
#E3E7D4
(227,231,212)
#EAEDDE
(234,237,222)
#F1F3E8
(241,243,232)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BD8E color. Also use rgb(178,189,142) instead hex code.

Text Font Color

.myTextColor { color: #B2BD8E; }

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

This text font color is #B2BD8E.

Background Color

.myBgColor { background-color: #B2BD8E; }

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

This div background color is #B2BD8E.

Border color

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

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

This div border color is #B2BD8E.

Opacity

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

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

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

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

This text has shadow with #B2BD8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BD8E.

Preview

Color preview on black background

This text has color #B2BD8E on black background.


Color preview on white background

This text has color #B2BD8E on white background.


Black color preview on #B2BD8E background

This text has black color on #B2BD8E background.


White color preview on #B2BD8E background

This text has white color on #B2BD8E background.


Related colors

Complementary color

Complementary color for #hex is #4D4271.


I love getcolorcode.com

Triadic colors

1 #8EB2BD and #BD8EB2 with #B2BD8E are triadic colors.

2 #8EBDB2 and #BDB28E with #B2BD8E are triadic colors.