COLOR #B1BDA4

HEX: #B1BDA4 RGB: (177,189,164)

Color info

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

RGB color model

#B1BDA4 color RGB value is (177,189,164).

RGB: (177,189,164) (69%, 74%, 64%)

RGB channels and saturation

R 177 of 255 = 69%
G 189 of 255 = 74%
B 164 of 255 = 64%

177
189
164

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

Portions of RGB colors in percentages

R + G + B = 177 + 189 + 164 = 530 (100%)
R 177 of 530 ~ 33.4%
G 189 of 530 ~ 35.66%
B 164 of 530 ~ 30.94'%

%33.4
%35.66
%30.94

CMYK color model

#B1BDA4 color CMYK value is (6,0,13,26).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 13.23%
  • key color value is 25.88%

CMYK: (6,0,13,26)
C6M0Y13K26 (6%, 0%, 13%, 26%)
(0.06 / 0.00 / 0.13 / 0.26)

CMYK percentages

%6.35
%0
%13.23
%25.88

Codes

Color #B1BDA4 in popluar color models

B1 BD A4
RGB 177 189 164
HSL 89° 15.92% 69.22%
HSB/HSV 89° 13.23% 74.12%
CMYK 6.35% 0.00% 13.23%
25.88%

Color #B1BDA4 in popluar number systems.

HEX B1 BD A4
Decimal 177 189 164
Binary 10110001 10111101 10100100
Octal 261 275 244

Shades and tints

Shades of #B1BDA4

#B1BDA4
(177,189,164)
#A1AC96
(161,172,150)
#919B88
(145,155,136)
#818A7A
(129,138,122)
#71796C
(113,121,108)
#61685E
(97,104,94)
#515750
(81,87,80)
#414642
(65,70,66)
#313534
(49,53,52)
#212426
(33,36,38)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #B1BDA4

#B1BDA4
(177,189,164)
#B8C3AC
(184,195,172)
#BFC9B4
(191,201,180)
#C6CFBC
(198,207,188)
#CDD5C4
(205,213,196)
#D4DBCC
(212,219,204)
#DBE1D4
(219,225,212)
#E2E7DC
(226,231,220)
#E9EDE4
(233,237,228)
#F0F3EC
(240,243,236)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BDA4 color. Also use rgb(177,189,164) instead hex code.

Text Font Color

.myTextColor { color: #B1BDA4; }

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

This text font color is #B1BDA4.

Background Color

.myBgColor { background-color: #B1BDA4; }

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

This div background color is #B1BDA4.

Border color

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

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

This div border color is #B1BDA4.

Opacity

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

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

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

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

This text has shadow with #B1BDA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BDA4.

Preview

Color preview on black background

This text has color #B1BDA4 on black background.


Color preview on white background

This text has color #B1BDA4 on white background.


Black color preview on #B1BDA4 background

This text has black color on #B1BDA4 background.


White color preview on #B1BDA4 background

This text has white color on #B1BDA4 background.


Related colors

Complementary color

Complementary color for #hex is #4E425B.


I love getcolorcode.com

Triadic colors

1 #A4B1BD and #BDA4B1 with #B1BDA4 are triadic colors.

2 #A4BDB1 and #BDB1A4 with #B1BDA4 are triadic colors.