COLOR #B0BEA9

HEX: #B0BEA9 RGB: (176,190,169)

Color info

#B0BEA9 contains red, green and blue colors in about the same proportion. Web safe color of #B0BEA9 is #99CC99 (or #9C9).

RGB color model

#B0BEA9 color RGB value is (176,190,169).

RGB: (176,190,169) (69%, 75%, 66%)

RGB channels and saturation

R 176 of 255 = 69%
G 190 of 255 = 75%
B 169 of 255 = 66%

176
190
169

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

Portions of RGB colors in percentages

R + G + B = 176 + 190 + 169 = 535 (100%)
R 176 of 535 ~ 32.9%
G 190 of 535 ~ 35.51%
B 169 of 535 ~ 31.59'%

%32.9
%35.51
%31.59

CMYK color model

#B0BEA9 color CMYK value is (7,0,11,25).

  • cyan value is 7.37%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 25.49%

CMYK: (7,0,11,25)
C7M0Y11K25 (7%, 0%, 11%, 25%)
(0.07 / 0.00 / 0.11 / 0.25)

CMYK percentages

%7.37
%0
%11.05
%25.49

Codes

Color #B0BEA9 in popluar color models

B0 BE A9
RGB 176 190 169
HSL 100° 13.91% 70.39%
HSB/HSV 100° 11.05% 74.51%
CMYK 7.37% 0.00% 11.05%
25.49%

Color #B0BEA9 in popluar number systems.

HEX B0 BE A9
Decimal 176 190 169
Binary 10110000 10111110 10101001
Octal 260 276 251

Shades and tints

Shades of #B0BEA9

#B0BEA9
(176,190,169)
#A0AD9A
(160,173,154)
#909C8B
(144,156,139)
#808B7C
(128,139,124)
#707A6D
(112,122,109)
#60695E
(96,105,94)
#50584F
(80,88,79)
#404740
(64,71,64)
#303631
(48,54,49)
#202522
(32,37,34)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #B0BEA9

#B0BEA9
(176,190,169)
#B7C3B0
(183,195,176)
#BEC8B7
(190,200,183)
#C5CDBE
(197,205,190)
#CCD2C5
(204,210,197)
#D3D7CC
(211,215,204)
#DADCD3
(218,220,211)
#E1E1DA
(225,225,218)
#E8E6E1
(232,230,225)
#EFEBE8
(239,235,232)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BEA9 color. Also use rgb(176,190,169) instead hex code.

Text Font Color

.myTextColor { color: #B0BEA9; }

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

This text font color is #B0BEA9.

Background Color

.myBgColor { background-color: #B0BEA9; }

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

This div background color is #B0BEA9.

Border color

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

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

This div border color is #B0BEA9.

Opacity

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

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

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

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

This text has shadow with #B0BEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BEA9.

Preview

Color preview on black background

This text has color #B0BEA9 on black background.


Color preview on white background

This text has color #B0BEA9 on white background.


Black color preview on #B0BEA9 background

This text has black color on #B0BEA9 background.


White color preview on #B0BEA9 background

This text has white color on #B0BEA9 background.


Related colors

Complementary color

Complementary color for #hex is #4F4156.


I love getcolorcode.com

Triadic colors

1 #A9B0BE and #BEA9B0 with #B0BEA9 are triadic colors.

2 #A9BEB0 and #BEB0A9 with #B0BEA9 are triadic colors.