COLOR #B9BEAD

HEX: #B9BEAD RGB: (185,190,173)

Color info

#B9BEAD contains red, green and blue colors in about the same proportion. Web safe color of #B9BEAD is #CCCC99 (or #CC9).

RGB color model

#B9BEAD color RGB value is (185,190,173).

RGB: (185,190,173) (73%, 75%, 68%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 173 of 255 = 68%

185
190
173

R + G + B ~ 72%. #B9BEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 190 + 173 = 548 (100%)
R 185 of 548 ~ 33.76%
G 190 of 548 ~ 34.67%
B 173 of 548 ~ 31.57'%

%33.76
%34.67
%31.57

CMYK color model

#B9BEAD color CMYK value is (3,0,9,25).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 8.95%
  • key color value is 25.49%

CMYK: (3,0,9,25)
C3M0Y9K25 (3%, 0%, 9%, 25%)
(0.03 / 0.00 / 0.09 / 0.25)

CMYK percentages

%2.63
%0
%8.95
%25.49

Codes

Color #B9BEAD in popluar color models

B9 BE AD
RGB 185 190 173
HSL 78° 11.56% 71.18%
HSB/HSV 78° 8.95% 74.51%
CMYK 2.63% 0.00% 8.95%
25.49%

Color #B9BEAD in popluar number systems.

HEX B9 BE AD
Decimal 185 190 173
Binary 10111001 10111110 10101101
Octal 271 276 255

Shades and tints

Shades of #B9BEAD

#B9BEAD
(185,190,173)
#A9AD9E
(169,173,158)
#999C8F
(153,156,143)
#898B80
(137,139,128)
#797A71
(121,122,113)
#696962
(105,105,98)
#595853
(89,88,83)
#494744
(73,71,68)
#393635
(57,54,53)
#292526
(41,37,38)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #B9BEAD

#B9BEAD
(185,190,173)
#BFC3B4
(191,195,180)
#C5C8BB
(197,200,187)
#CBCDC2
(203,205,194)
#D1D2C9
(209,210,201)
#D7D7D0
(215,215,208)
#DDDCD7
(221,220,215)
#E3E1DE
(227,225,222)
#E9E6E5
(233,230,229)
#EFEBEC
(239,235,236)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEAD; }

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

This text font color is #B9BEAD.

Background Color

.myBgColor { background-color: #B9BEAD; }

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

This div background color is #B9BEAD.

Border color

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

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

This div border color is #B9BEAD.

Opacity

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

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

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

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

This text has shadow with #B9BEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BEAD.

Preview

Color preview on black background

This text has color #B9BEAD on black background.


Color preview on white background

This text has color #B9BEAD on white background.


Black color preview on #B9BEAD background

This text has black color on #B9BEAD background.


White color preview on #B9BEAD background

This text has white color on #B9BEAD background.


Related colors

Complementary color

Complementary color for #hex is #464152.


I love getcolorcode.com

Triadic colors

1 #ADB9BE and #BEADB9 with #B9BEAD are triadic colors.

2 #ADBEB9 and #BEB9AD with #B9BEAD are triadic colors.