COLOR #B0BEA4

HEX: #B0BEA4 RGB: (176,190,164)

Color info

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

RGB color model

#B0BEA4 color RGB value is (176,190,164).

RGB: (176,190,164) (69%, 75%, 64%)

RGB channels and saturation

R 176 of 255 = 69%
G 190 of 255 = 75%
B 164 of 255 = 64%

176
190
164

R + G + B ~ 69%. #B0BEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 190 + 164 = 530 (100%)
R 176 of 530 ~ 33.21%
G 190 of 530 ~ 35.85%
B 164 of 530 ~ 30.94'%

%33.21
%35.85
%30.94

CMYK color model

#B0BEA4 color CMYK value is (7,0,14,25).

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

CMYK: (7,0,14,25)
C7M0Y14K25 (7%, 0%, 14%, 25%)
(0.07 / 0.00 / 0.14 / 0.25)

CMYK percentages

%7.37
%0
%13.68
%25.49

Codes

Color #B0BEA4 in popluar color models

B0 BE A4
RGB 176 190 164
HSL 92° 16.67% 69.41%
HSB/HSV 92° 13.68% 74.51%
CMYK 7.37% 0.00% 13.68%
25.49%

Color #B0BEA4 in popluar number systems.

HEX B0 BE A4
Decimal 176 190 164
Binary 10110000 10111110 10100100
Octal 260 276 244

Shades and tints

Shades of #B0BEA4

#B0BEA4
(176,190,164)
#A0AD96
(160,173,150)
#909C88
(144,156,136)
#808B7A
(128,139,122)
#707A6C
(112,122,108)
#60695E
(96,105,94)
#505850
(80,88,80)
#404742
(64,71,66)
#303634
(48,54,52)
#202526
(32,37,38)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #B0BEA4

#B0BEA4
(176,190,164)
#B7C3AC
(183,195,172)
#BEC8B4
(190,200,180)
#C5CDBC
(197,205,188)
#CCD2C4
(204,210,196)
#D3D7CC
(211,215,204)
#DADCD4
(218,220,212)
#E1E1DC
(225,225,220)
#E8E6E4
(232,230,228)
#EFEBEC
(239,235,236)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BEA4; }

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

This text font color is #B0BEA4.

Background Color

.myBgColor { background-color: #B0BEA4; }

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

This div background color is #B0BEA4.

Border color

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

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

This div border color is #B0BEA4.

Opacity

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

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

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

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

This text has shadow with #B0BEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BEA4.

Preview

Color preview on black background

This text has color #B0BEA4 on black background.


Color preview on white background

This text has color #B0BEA4 on white background.


Black color preview on #B0BEA4 background

This text has black color on #B0BEA4 background.


White color preview on #B0BEA4 background

This text has white color on #B0BEA4 background.


Related colors

Complementary color

Complementary color for #hex is #4F415B.


I love getcolorcode.com

Triadic colors

1 #A4B0BE and #BEA4B0 with #B0BEA4 are triadic colors.

2 #A4BEB0 and #BEB0A4 with #B0BEA4 are triadic colors.