COLOR #B2A68F

HEX: #B2A68F RGB: (178,166,143)

Color info

#B2A68F contains red, green and blue colors in about the same proportion. Web safe color of #B2A68F is #999999 (or #999).

RGB color model

#B2A68F color RGB value is (178,166,143).

RGB: (178,166,143) (70%, 65%, 56%)

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 143 of 255 = 56%

178
166
143

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

Portions of RGB colors in percentages

R + G + B = 178 + 166 + 143 = 487 (100%)
R 178 of 487 ~ 36.55%
G 166 of 487 ~ 34.09%
B 143 of 487 ~ 29.36'%

%36.55
%34.09
%29.36

CMYK color model

#B2A68F color CMYK value is (0,7,20,30).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 19.66%
  • key color value is 30.20%

CMYK: (0,7,20,30)
C0M7Y20K30 (0%, 7%, 20%, 30%)
(0.00 / 0.07 / 0.20 / 0.30)

CMYK percentages

%0
%6.74
%19.66
%30.2

Codes

Color #B2A68F in popluar color models

B2 A6 8F
RGB 178 166 143
HSL 39° 18.52% 62.94%
HSB/HSV 39° 19.66% 69.80%
CMYK 0.00% 6.74% 19.66%
30.20%

Color #B2A68F in popluar number systems.

HEX B2 A6 8F
Decimal 178 166 143
Binary 10110010 10100110 10001111
Octal 262 246 217

Shades and tints

Shades of #B2A68F

#B2A68F
(178,166,143)
#A29782
(162,151,130)
#928875
(146,136,117)
#827968
(130,121,104)
#726A5B
(114,106,91)
#625B4E
(98,91,78)
#524C41
(82,76,65)
#423D34
(66,61,52)
#322E27
(50,46,39)
#221F1A
(34,31,26)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #B2A68F

#B2A68F
(178,166,143)
#B9AE99
(185,174,153)
#C0B6A3
(192,182,163)
#C7BEAD
(199,190,173)
#CEC6B7
(206,198,183)
#D5CEC1
(213,206,193)
#DCD6CB
(220,214,203)
#E3DED5
(227,222,213)
#EAE6DF
(234,230,223)
#F1EEE9
(241,238,233)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A68F color. Also use rgb(178,166,143) instead hex code.

Text Font Color

.myTextColor { color: #B2A68F; }

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

This text font color is #B2A68F.

Background Color

.myBgColor { background-color: #B2A68F; }

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

This div background color is #B2A68F.

Border color

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

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

This div border color is #B2A68F.

Opacity

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

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

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

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

This text has shadow with #B2A68F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A68F.

Preview

Color preview on black background

This text has color #B2A68F on black background.


Color preview on white background

This text has color #B2A68F on white background.


Black color preview on #B2A68F background

This text has black color on #B2A68F background.


White color preview on #B2A68F background

This text has white color on #B2A68F background.


Related colors

Complementary color

Complementary color for #hex is #4D5970.


I love getcolorcode.com

Triadic colors

1 #8FB2A6 and #A68FB2 with #B2A68F are triadic colors.

2 #8FA6B2 and #A6B28F with #B2A68F are triadic colors.