COLOR #B2AF9D

HEX: #B2AF9D RGB: (178,175,157)

Color info

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

RGB color model

#B2AF9D color RGB value is (178,175,157).

RGB: (178,175,157) (70%, 69%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 175 of 255 = 69%
B 157 of 255 = 62%

178
175
157

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

Portions of RGB colors in percentages

R + G + B = 178 + 175 + 157 = 510 (100%)
R 178 of 510 ~ 34.9%
G 175 of 510 ~ 34.31%
B 157 of 510 ~ 30.78'%

%34.9
%34.31
%30.78

CMYK color model

#B2AF9D color CMYK value is (0,2,12,30).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 11.80%
  • key color value is 30.20%

CMYK: (0,2,12,30)
C0M2Y12K30 (0%, 2%, 12%, 30%)
(0.00 / 0.02 / 0.12 / 0.30)

CMYK percentages

%0
%1.69
%11.8
%30.2

Codes

Color #B2AF9D in popluar color models

B2 AF 9D
RGB 178 175 157
HSL 51° 12.00% 65.69%
HSB/HSV 51° 11.80% 69.80%
CMYK 0.00% 1.69% 11.80%
30.20%

Color #B2AF9D in popluar number systems.

HEX B2 AF 9D
Decimal 178 175 157
Binary 10110010 10101111 10011101
Octal 262 257 235

Shades and tints

Shades of #B2AF9D

#B2AF9D
(178,175,157)
#A2A08F
(162,160,143)
#929181
(146,145,129)
#828273
(130,130,115)
#727365
(114,115,101)
#626457
(98,100,87)
#525549
(82,85,73)
#42463B
(66,70,59)
#32372D
(50,55,45)
#22281F
(34,40,31)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #B2AF9D

#B2AF9D
(178,175,157)
#B9B6A5
(185,182,165)
#C0BDAD
(192,189,173)
#C7C4B5
(199,196,181)
#CECBBD
(206,203,189)
#D5D2C5
(213,210,197)
#DCD9CD
(220,217,205)
#E3E0D5
(227,224,213)
#EAE7DD
(234,231,221)
#F1EEE5
(241,238,229)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AF9D color. Also use rgb(178,175,157) instead hex code.

Text Font Color

.myTextColor { color: #B2AF9D; }

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

This text font color is #B2AF9D.

Background Color

.myBgColor { background-color: #B2AF9D; }

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

This div background color is #B2AF9D.

Border color

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

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

This div border color is #B2AF9D.

Opacity

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

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

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

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

This text has shadow with #B2AF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AF9D.

Preview

Color preview on black background

This text has color #B2AF9D on black background.


Color preview on white background

This text has color #B2AF9D on white background.


Black color preview on #B2AF9D background

This text has black color on #B2AF9D background.


White color preview on #B2AF9D background

This text has white color on #B2AF9D background.


Related colors

Complementary color

Complementary color for #hex is #4D5062.


I love getcolorcode.com

Triadic colors

1 #9DB2AF and #AF9DB2 with #B2AF9D are triadic colors.

2 #9DAFB2 and #AFB29D with #B2AF9D are triadic colors.