COLOR #B2B69A

HEX: #B2B69A RGB: (178,182,154)

Color info

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

RGB color model

#B2B69A color RGB value is (178,182,154).

RGB: (178,182,154) (70%, 71%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 182 of 255 = 71%
B 154 of 255 = 60%

178
182
154

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

Portions of RGB colors in percentages

R + G + B = 178 + 182 + 154 = 514 (100%)
R 178 of 514 ~ 34.63%
G 182 of 514 ~ 35.41%
B 154 of 514 ~ 29.96'%

%34.63
%35.41
%29.96

CMYK color model

#B2B69A color CMYK value is (2,0,15,29).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 28.63%

CMYK: (2,0,15,29)
C2M0Y15K29 (2%, 0%, 15%, 29%)
(0.02 / 0.00 / 0.15 / 0.29)

CMYK percentages

%2.2
%0
%15.38
%28.63

Codes

Color #B2B69A in popluar color models

B2 B6 9A
RGB 178 182 154
HSL 69° 16.09% 65.88%
HSB/HSV 69° 15.38% 71.37%
CMYK 2.20% 0.00% 15.38%
28.63%

Color #B2B69A in popluar number systems.

HEX B2 B6 9A
Decimal 178 182 154
Binary 10110010 10110110 10011010
Octal 262 266 232

Shades and tints

Shades of #B2B69A

#B2B69A
(178,182,154)
#A2A68C
(162,166,140)
#92967E
(146,150,126)
#828670
(130,134,112)
#727662
(114,118,98)
#626654
(98,102,84)
#525646
(82,86,70)
#424638
(66,70,56)
#32362A
(50,54,42)
#22261C
(34,38,28)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #B2B69A

#B2B69A
(178,182,154)
#B9BCA3
(185,188,163)
#C0C2AC
(192,194,172)
#C7C8B5
(199,200,181)
#CECEBE
(206,206,190)
#D5D4C7
(213,212,199)
#DCDAD0
(220,218,208)
#E3E0D9
(227,224,217)
#EAE6E2
(234,230,226)
#F1ECEB
(241,236,235)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B69A color. Also use rgb(178,182,154) instead hex code.

Text Font Color

.myTextColor { color: #B2B69A; }

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

This text font color is #B2B69A.

Background Color

.myBgColor { background-color: #B2B69A; }

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

This div background color is #B2B69A.

Border color

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

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

This div border color is #B2B69A.

Opacity

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

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

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

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

This text has shadow with #B2B69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B69A.

Preview

Color preview on black background

This text has color #B2B69A on black background.


Color preview on white background

This text has color #B2B69A on white background.


Black color preview on #B2B69A background

This text has black color on #B2B69A background.


White color preview on #B2B69A background

This text has white color on #B2B69A background.


Related colors

Complementary color

Complementary color for #hex is #4D4965.


I love getcolorcode.com

Triadic colors

1 #9AB2B6 and #B69AB2 with #B2B69A are triadic colors.

2 #9AB6B2 and #B6B29A with #B2B69A are triadic colors.