COLOR #B2B88D

HEX: #B2B88D
RGB: (178,184,141)

Color info

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

RGB color model

#B2B88D color RGB value is (178,184,141).

  • red value is 178;
  • green value is 184;
  • blue value is 141.
RGB:
(178,184,141)
(70%,72%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 184 of 255 = 72%
B 141 of 255 = 55%

178
184
141

R + G + B ~ 66%. #B2B88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 184 + 141 = 503 (100%)
R 178 of 503 ~ 35.39%
G 184 of 503 ~ 36.58%
B 141 of 503 ~ 28.03%

%35.39
%36.58
%28.03

CMYK color model

#B2B88D color CMYK value is (3,0,23,28).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(3,0,23,28)
C3M0Y23K28 
(3%,0%,23%,28%)
(0.03/0.00/0.23/0.28)	

CMYK percentages

%3.26
%0
%23.37
%27.84

Codes

Color #B2B88D in popluar color models

B2B88D
RGB178184141
HSL68°23.24%63.73%
HSB/HSV68°23.37%72.16%
CMYK3.26%0.00%23.37%
27.84%

Color #B2B88D in popluar number systems.

HEXB2B88D
Decimal178184141
Binary101100101011100010001101
Octal262270215

Shades and tints

Shades of #B2B88D

#B2B88D
(178,184,141)
#A2A881
(162,168,129)
#929875
(146,152,117)
#828869
(130,136,105)
#72785D
(114,120,93)
#626851
(98,104,81)
#525845
(82,88,69)
#424839
(66,72,57)
#32382D
(50,56,45)
#222821
(34,40,33)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #B2B88D

#B2B88D
(178,184,141)
#B9BE97
(185,190,151)
#C0C4A1
(192,196,161)
#C7CAAB
(199,202,171)
#CED0B5
(206,208,181)
#D5D6BF
(213,214,191)
#DCDCC9
(220,220,201)
#E3E2D3
(227,226,211)
#EAE8DD
(234,232,221)
#F1EEE7
(241,238,231)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B88D color. Also use rgb(178,184,141) instead hex code.

Text Font Color

.myTextColor { color: #B2B88D; }

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

This text font color is #B2B88D.


Background Color

.myBgColor { background-color: #B2B88D; }

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

This div background color is #B2B88D.


Border color

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

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

This div border color is #B2B88D.


Opacity

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

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

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

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

This text has shadow with #B2B88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B88D on black background.


Color preview on white background

This text has color #B2B88D on white background.



Black color preview on #B2B88D background

This text has black color on #B2B88D background.


White color preview on #B2B88D background

This text has white color on #B2B88D background.