COLOR #B2BD83

HEX: #B2BD83
RGB: (178,189,131)

Color info

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

RGB color model

#B2BD83 color RGB value is (178,189,131).

  • red value is 178;
  • green value is 189;
  • blue value is 131.
RGB:
(178,189,131)
(70%,74%,51%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 131 of 255 = 51%

178
189
131

R + G + B ~ 65%. #B2BD83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 131 = 498 (100%)
R 178 of 498 ~ 35.74%
G 189 of 498 ~ 37.95%
B 131 of 498 ~ 26.31%

%35.74
%37.95
%26.31

CMYK color model

#B2BD83 color CMYK value is (6,0,31,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK:
(6,0,31,26)
C6M0Y31K26 
(6%,0%,31%,26%)
(0.06/0.00/0.31/0.26)	

CMYK percentages

%5.82
%0
%30.69
%25.88

Codes

Color #B2BD83 in popluar color models

B2BD83
RGB178189131
HSL71°30.53%62.75%
HSB/HSV71°30.69%74.12%
CMYK5.82%0.00%30.69%
25.88%

Color #B2BD83 in popluar number systems.

HEXB2BD83
Decimal178189131
Binary101100101011110110000011
Octal262275203

Shades and tints

Shades of #B2BD83

#B2BD83
(178,189,131)
#A2AC78
(162,172,120)
#929B6D
(146,155,109)
#828A62
(130,138,98)
#727957
(114,121,87)
#62684C
(98,104,76)
#525741
(82,87,65)
#424636
(66,70,54)
#32352B
(50,53,43)
#222420
(34,36,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #B2BD83

#B2BD83
(178,189,131)
#B9C38E
(185,195,142)
#C0C999
(192,201,153)
#C7CFA4
(199,207,164)
#CED5AF
(206,213,175)
#D5DBBA
(213,219,186)
#DCE1C5
(220,225,197)
#E3E7D0
(227,231,208)
#EAEDDB
(234,237,219)
#F1F3E6
(241,243,230)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BD83; }

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

This text font color is #B2BD83.


Background Color

.myBgColor { background-color: #B2BD83; }

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

This div background color is #B2BD83.


Border color

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

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

This div border color is #B2BD83.


Opacity

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

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

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

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

This text has shadow with #B2BD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BD83 on black background.


Color preview on white background

This text has color #B2BD83 on white background.



Black color preview on #B2BD83 background

This text has black color on #B2BD83 background.


White color preview on #B2BD83 background

This text has white color on #B2BD83 background.