COLOR #B9AEAD

HEX: #B9AEAD RGB: (185,174,173)

Color info

#B9AEAD contains red, green and blue colors in about the same proportion. Web safe color of #B9AEAD is #CC9999 (or #C99).

RGB color model

#B9AEAD color RGB value is (185,174,173).

RGB: (185,174,173) (73%, 68%, 68%)

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 173 of 255 = 68%

185
174
173

R + G + B ~ 70%. #B9AEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 174 + 173 = 532 (100%)
R 185 of 532 ~ 34.77%
G 174 of 532 ~ 32.71%
B 173 of 532 ~ 32.52'%

%34.77
%32.71
%32.52

CMYK color model

#B9AEAD color CMYK value is (0,6,6,27).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK: (0,6,6,27) C0M6Y6K27 (0%,6%,6%,27%) (0.00/0.06/0.06/0.27) 

CMYK percentages

%0
%5.95
%6.49
%27.45

Codes

Color #B9AEAD in popluar color models

B9 AE AD
RGB 185 174 173
HSL 7.89% 70.20%
HSB/HSV 6.49% 72.55%
CMYK 0.00% 5.95% 6.49%
27.45%

Color #B9AEAD in popluar number systems.

HEX B9 AE AD
Decimal 185 174 173
Binary 10111001 10101110 10101101
Octal 271 256 255

Shades and tints

Shades of #B9AEAD

#B9AEAD
(185,174,173)
#A99F9E
(169,159,158)
#99908F
(153,144,143)
#898180
(137,129,128)
#797271
(121,114,113)
#696362
(105,99,98)
#595453
(89,84,83)
#494544
(73,69,68)
#393635
(57,54,53)
#292726
(41,39,38)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #B9AEAD

#B9AEAD
(185,174,173)
#BFB5B4
(191,181,180)
#C5BCBB
(197,188,187)
#CBC3C2
(203,195,194)
#D1CAC9
(209,202,201)
#D7D1D0
(215,209,208)
#DDD8D7
(221,216,215)
#E3DFDE
(227,223,222)
#E9E6E5
(233,230,229)
#EFEDEC
(239,237,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AEAD color. Also use rgb(185,174,173) instead hex code.

Text Font Color

.myTextColor { color: #B9AEAD; }

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

This text font color is #B9AEAD.

Background Color

.myBgColor { background-color: #B9AEAD; }

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

This div background color is #B9AEAD.

Border color

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

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

This div border color is #B9AEAD.

Opacity

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

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

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

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

This text has shadow with #B9AEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AEAD.

Preview

Color preview on black background

This text has color #B9AEAD on black background.


Color preview on white background

This text has color #B9AEAD on white background.


Black color preview on #B9AEAD background

This text has black color on #B9AEAD background.


White color preview on #B9AEAD background

This text has white color on #B9AEAD background.


Related colors

Complementary color

Complementary color for #hex is #465152.


I love getcolorcode.com

Triadic colors

1 #ADB9AE and #AEADB9 with #B9AEAD are triadic colors.

2 #ADAEB9 and #AEB9AD with #B9AEAD are triadic colors.