COLOR #B2BD7B

HEX: #B2BD7B RGB: (178,189,123)

Color info

#B2BD7B contains mainly red and green colors. Web safe color of #B2BD7B is #99CC66 (or #9C6).

RGB color model

#B2BD7B color RGB value is (178,189,123).

RGB: (178,189,123) (70%, 74%, 48%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 123 of 255 = 48%

178
189
123

R + G + B ~ 64%. #B2BD7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 189 + 123 = 490 (100%)
R 178 of 490 ~ 36.33%
G 189 of 490 ~ 38.57%
B 123 of 490 ~ 25.1'%

%36.33
%38.57
%25.1

CMYK color model

#B2BD7B color CMYK value is (6,0,35,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 25.88%

CMYK: (6,0,35,26)
C6M0Y35K26 (6%, 0%, 35%, 26%)
(0.06 / 0.00 / 0.35 / 0.26)

CMYK percentages

%5.82
%0
%34.92
%25.88

Codes

Color #B2BD7B in popluar color models

B2 BD 7B
RGB 178 189 123
HSL 70° 33.33% 61.18%
HSB/HSV 70° 34.92% 74.12%
CMYK 5.82% 0.00% 34.92%
25.88%

Color #B2BD7B in popluar number systems.

HEX B2 BD 7B
Decimal 178 189 123
Binary 10110010 10111101 1111011
Octal 262 275 173

Shades and tints

Shades of #B2BD7B

#B2BD7B
(178,189,123)
#A2AC70
(162,172,112)
#929B65
(146,155,101)
#828A5A
(130,138,90)
#72794F
(114,121,79)
#626844
(98,104,68)
#525739
(82,87,57)
#42462E
(66,70,46)
#323523
(50,53,35)
#222418
(34,36,24)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #B2BD7B

#B2BD7B
(178,189,123)
#B9C387
(185,195,135)
#C0C993
(192,201,147)
#C7CF9F
(199,207,159)
#CED5AB
(206,213,171)
#D5DBB7
(213,219,183)
#DCE1C3
(220,225,195)
#E3E7CF
(227,231,207)
#EAEDDB
(234,237,219)
#F1F3E7
(241,243,231)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BD7B; }

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

This text font color is #B2BD7B.

Background Color

.myBgColor { background-color: #B2BD7B; }

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

This div background color is #B2BD7B.

Border color

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

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

This div border color is #B2BD7B.

Opacity

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

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

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

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

This text has shadow with #B2BD7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BD7B.

Preview

Color preview on black background

This text has color #B2BD7B on black background.


Color preview on white background

This text has color #B2BD7B on white background.


Black color preview on #B2BD7B background

This text has black color on #B2BD7B background.


White color preview on #B2BD7B background

This text has white color on #B2BD7B background.


Related colors

Complementary color

Complementary color for #hex is #4D4284.


I love getcolorcode.com

Triadic colors

1 #7BB2BD and #BD7BB2 with #B2BD7B are triadic colors.

2 #7BBDB2 and #BDB27B with #B2BD7B are triadic colors.