COLOR #B8C6AC

HEX: #B8C6AC
RGB: (184,198,172)

Color info

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

RGB color model

#B8C6AC color RGB value is (184,198,172).

  • red value is 184;
  • green value is 198;
  • blue value is 172.
RGB:
(184,198,172)
(72%,78%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 198 of 255 = 78%
B 172 of 255 = 67%

184
198
172

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

Portions of RGB colors in percentages

R + G + B =
184 + 198 + 172 = 554 (100%)
R 184 of 554 ~ 33.21%
G 198 of 554 ~ 35.74%
B 172 of 554 ~ 31.05%

%33.21
%35.74
%31.05

CMYK color model

#B8C6AC color CMYK value is (7,0,13,22).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK:
(7,0,13,22)
C7M0Y13K22 
(7%,0%,13%,22%)
(0.07/0.00/0.13/0.22)	

CMYK percentages

%7.07
%0
%13.13
%22.35

Codes

Color #B8C6AC in popluar color models

B8C6AC
RGB184198172
HSL92°18.57%72.55%
HSB/HSV92°13.13%77.65%
CMYK7.07%0.00%13.13%
22.35%

Color #B8C6AC in popluar number systems.

HEXB8C6AC
Decimal184198172
Binary101110001100011010101100
Octal270306254

Shades and tints

Shades of #B8C6AC

#B8C6AC
(184,198,172)
#A8B49D
(168,180,157)
#98A28E
(152,162,142)
#88907F
(136,144,127)
#787E70
(120,126,112)
#686C61
(104,108,97)
#585A52
(88,90,82)
#484843
(72,72,67)
#383634
(56,54,52)
#282425
(40,36,37)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #B8C6AC

#B8C6AC
(184,198,172)
#BECBB3
(190,203,179)
#C4D0BA
(196,208,186)
#CAD5C1
(202,213,193)
#D0DAC8
(208,218,200)
#D6DFCF
(214,223,207)
#DCE4D6
(220,228,214)
#E2E9DD
(226,233,221)
#E8EEE4
(232,238,228)
#EEF3EB
(238,243,235)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C6AC color. Also use rgb(184,198,172) instead hex code.

Text Font Color

.myTextColor { color: #B8C6AC; }

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

This text font color is #B8C6AC.


Background Color

.myBgColor { background-color: #B8C6AC; }

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

This div background color is #B8C6AC.


Border color

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

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

This div border color is #B8C6AC.


Opacity

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

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

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

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

This text has shadow with #B8C6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C6AC on black background.


Color preview on white background

This text has color #B8C6AC on white background.



Black color preview on #B8C6AC background

This text has black color on #B8C6AC background.


White color preview on #B8C6AC background

This text has white color on #B8C6AC background.