COLOR #B8BFAD

HEX: #B8BFAD RGB: (184,191,173)

Color info

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

RGB color model

#B8BFAD color RGB value is (184,191,173).

RGB: (184,191,173) (72%, 75%, 68%)

RGB channels and saturation

R 184 of 255 = 72%
G 191 of 255 = 75%
B 173 of 255 = 68%

184
191
173

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

Portions of RGB colors in percentages

R + G + B = 184 + 191 + 173 = 548 (100%)
R 184 of 548 ~ 33.58%
G 191 of 548 ~ 34.85%
B 173 of 548 ~ 31.57'%

%33.58
%34.85
%31.57

CMYK color model

#B8BFAD color CMYK value is (4,0,9,25).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 25.10%

CMYK: (4,0,9,25)
C4M0Y9K25 (4%, 0%, 9%, 25%)
(0.04 / 0.00 / 0.09 / 0.25)

CMYK percentages

%3.66
%0
%9.42
%25.1

Codes

Color #B8BFAD in popluar color models

B8 BF AD
RGB 184 191 173
HSL 83° 12.33% 71.37%
HSB/HSV 83° 9.42% 74.90%
CMYK 3.66% 0.00% 9.42%
25.10%

Color #B8BFAD in popluar number systems.

HEX B8 BF AD
Decimal 184 191 173
Binary 10111000 10111111 10101101
Octal 270 277 255

Shades and tints

Shades of #B8BFAD

#B8BFAD
(184,191,173)
#A8AE9E
(168,174,158)
#989D8F
(152,157,143)
#888C80
(136,140,128)
#787B71
(120,123,113)
#686A62
(104,106,98)
#585953
(88,89,83)
#484844
(72,72,68)
#383735
(56,55,53)
#282626
(40,38,38)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #B8BFAD

#B8BFAD
(184,191,173)
#BEC4B4
(190,196,180)
#C4C9BB
(196,201,187)
#CACEC2
(202,206,194)
#D0D3C9
(208,211,201)
#D6D8D0
(214,216,208)
#DCDDD7
(220,221,215)
#E2E2DE
(226,226,222)
#E8E7E5
(232,231,229)
#EEECEC
(238,236,236)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BFAD color. Also use rgb(184,191,173) instead hex code.

Text Font Color

.myTextColor { color: #B8BFAD; }

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

This text font color is #B8BFAD.

Background Color

.myBgColor { background-color: #B8BFAD; }

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

This div background color is #B8BFAD.

Border color

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

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

This div border color is #B8BFAD.

Opacity

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

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

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

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

This text has shadow with #B8BFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BFAD.

Preview

Color preview on black background

This text has color #B8BFAD on black background.


Color preview on white background

This text has color #B8BFAD on white background.


Black color preview on #B8BFAD background

This text has black color on #B8BFAD background.


White color preview on #B8BFAD background

This text has white color on #B8BFAD background.


Related colors

Complementary color

Complementary color for #hex is #474052.


I love getcolorcode.com

Triadic colors

1 #ADB8BF and #BFADB8 with #B8BFAD are triadic colors.

2 #ADBFB8 and #BFB8AD with #B8BFAD are triadic colors.