COLOR #B8BCAD

HEX: #B8BCAD RGB: (184,188,173)

Color info

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

RGB color model

#B8BCAD color RGB value is (184,188,173).

RGB: (184,188,173) (72%, 74%, 68%)

RGB channels and saturation

R 184 of 255 = 72%
G 188 of 255 = 74%
B 173 of 255 = 68%

184
188
173

R + G + B ~ 71%. #B8BCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 188 + 173 = 545 (100%)
R 184 of 545 ~ 33.76%
G 188 of 545 ~ 34.5%
B 173 of 545 ~ 31.74'%

%33.76
%34.5
%31.74

CMYK color model

#B8BCAD color CMYK value is (2,0,8,26).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK: (2,0,8,26) C2M0Y8K26 (2%,0%,8%,26%) (0.02/0.00/0.08/0.26) 

CMYK percentages

%2.13
%0
%7.98
%26.27

Codes

Color #B8BCAD in popluar color models

B8 BC AD
RGB 184 188 173
HSL 76° 10.07% 70.78%
HSB/HSV 76° 7.98% 73.73%
CMYK 2.13% 0.00% 7.98%
26.27%

Color #B8BCAD in popluar number systems.

HEX B8 BC AD
Decimal 184 188 173
Binary 10111000 10111100 10101101
Octal 270 274 255

Shades and tints

Shades of #B8BCAD

#B8BCAD
(184,188,173)
#A8AB9E
(168,171,158)
#989A8F
(152,154,143)
#888980
(136,137,128)
#787871
(120,120,113)
#686762
(104,103,98)
#585653
(88,86,83)
#484544
(72,69,68)
#383435
(56,52,53)
#282326
(40,35,38)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #B8BCAD

#B8BCAD
(184,188,173)
#BEC2B4
(190,194,180)
#C4C8BB
(196,200,187)
#CACEC2
(202,206,194)
#D0D4C9
(208,212,201)
#D6DAD0
(214,218,208)
#DCE0D7
(220,224,215)
#E2E6DE
(226,230,222)
#E8ECE5
(232,236,229)
#EEF2EC
(238,242,236)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BCAD; }

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

This text font color is #B8BCAD.

Background Color

.myBgColor { background-color: #B8BCAD; }

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

This div background color is #B8BCAD.

Border color

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

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

This div border color is #B8BCAD.

Opacity

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

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

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

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

This text has shadow with #B8BCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BCAD.

Preview

Color preview on black background

This text has color #B8BCAD on black background.


Color preview on white background

This text has color #B8BCAD on white background.


Black color preview on #B8BCAD background

This text has black color on #B8BCAD background.


White color preview on #B8BCAD background

This text has white color on #B8BCAD background.


Related colors

Complementary color

Complementary color for #hex is #474352.


I love getcolorcode.com

Triadic colors

1 #ADB8BC and #BCADB8 with #B8BCAD are triadic colors.

2 #ADBCB8 and #BCB8AD with #B8BCAD are triadic colors.