COLOR #B9BEAA

HEX: #B9BEAA RGB: (185,190,170)

Color info

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

RGB color model

#B9BEAA color RGB value is (185,190,170).

RGB: (185,190,170) (73%, 75%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 170 of 255 = 67%

185
190
170

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

Portions of RGB colors in percentages

R + G + B = 185 + 190 + 170 = 545 (100%)
R 185 of 545 ~ 33.94%
G 190 of 545 ~ 34.86%
B 170 of 545 ~ 31.19'%

%33.94
%34.86
%31.19

CMYK color model

#B9BEAA color CMYK value is (3,0,11,25).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 25.49%
CMYK: (3,0,11,25) C3M0Y11K25 (3%,0%,11%,25%) (0.03/0.00/0.11/0.25) 

CMYK percentages

%2.63
%0
%10.53
%25.49

Codes

Color #B9BEAA in popluar color models

B9 BE AA
RGB 185 190 170
HSL 75° 13.33% 70.59%
HSB/HSV 75° 10.53% 74.51%
CMYK 2.63% 0.00% 10.53%
25.49%

Color #B9BEAA in popluar number systems.

HEX B9 BE AA
Decimal 185 190 170
Binary 10111001 10111110 10101010
Octal 271 276 252

Shades and tints

Shades of #B9BEAA

#B9BEAA
(185,190,170)
#A9AD9B
(169,173,155)
#999C8C
(153,156,140)
#898B7D
(137,139,125)
#797A6E
(121,122,110)
#69695F
(105,105,95)
#595850
(89,88,80)
#494741
(73,71,65)
#393632
(57,54,50)
#292523
(41,37,35)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9BEAA

#B9BEAA
(185,190,170)
#BFC3B1
(191,195,177)
#C5C8B8
(197,200,184)
#CBCDBF
(203,205,191)
#D1D2C6
(209,210,198)
#D7D7CD
(215,215,205)
#DDDCD4
(221,220,212)
#E3E1DB
(227,225,219)
#E9E6E2
(233,230,226)
#EFEBE9
(239,235,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEAA; }

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

This text font color is #B9BEAA.

Background Color

.myBgColor { background-color: #B9BEAA; }

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

This div background color is #B9BEAA.

Border color

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

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

This div border color is #B9BEAA.

Opacity

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

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

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

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

This text has shadow with #B9BEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BEAA.

Preview

Color preview on black background

This text has color #B9BEAA on black background.


Color preview on white background

This text has color #B9BEAA on white background.


Black color preview on #B9BEAA background

This text has black color on #B9BEAA background.


White color preview on #B9BEAA background

This text has white color on #B9BEAA background.


Related colors

Complementary color

Complementary color for #hex is #464155.


I love getcolorcode.com

Triadic colors

1 #AAB9BE and #BEAAB9 with #B9BEAA are triadic colors.

2 #AABEB9 and #BEB9AA with #B9BEAA are triadic colors.