COLOR #B8CCA7

HEX: #B8CCA7
RGB: (184,204,167)

Color info

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

RGB color model

#B8CCA7 color RGB value is (184,204,167).

  • red value is 184;
  • green value is 204;
  • blue value is 167.
RGB:
(184,204,167)
(72%,80%,65%)

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 167 of 255 = 65%

184
204
167

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

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 167 = 555 (100%)
R 184 of 555 ~ 33.15%
G 204 of 555 ~ 36.76%
B 167 of 555 ~ 30.09%

%33.15
%36.76
%30.09

CMYK color model

#B8CCA7 color CMYK value is (10,0,18,20).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 20.00%
CMYK:
(10,0,18,20)
C10M0Y18K20 
(10%,0%,18%,20%)
(0.10/0.00/0.18/0.20)	

CMYK percentages

%9.8
%0
%18.14
%20

Codes

Color #B8CCA7 in popluar color models

B8CCA7
RGB184204167
HSL92°26.62%72.75%
HSB/HSV92°18.14%80.00%
CMYK9.80%0.00%18.14%
20.00%

Color #B8CCA7 in popluar number systems.

HEXB8CCA7
Decimal184204167
Binary101110001100110010100111
Octal270314247

Shades and tints

Shades of #B8CCA7

#B8CCA7
(184,204,167)
#A8BA98
(168,186,152)
#98A889
(152,168,137)
#88967A
(136,150,122)
#78846B
(120,132,107)
#68725C
(104,114,92)
#58604D
(88,96,77)
#484E3E
(72,78,62)
#383C2F
(56,60,47)
#282A20
(40,42,32)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #B8CCA7

#B8CCA7
(184,204,167)
#BED0AF
(190,208,175)
#C4D4B7
(196,212,183)
#CAD8BF
(202,216,191)
#D0DCC7
(208,220,199)
#D6E0CF
(214,224,207)
#DCE4D7
(220,228,215)
#E2E8DF
(226,232,223)
#E8ECE7
(232,236,231)
#EEF0EF
(238,240,239)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CCA7 color. Also use rgb(184,204,167) instead hex code.

Text Font Color

.myTextColor { color: #B8CCA7; }

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

This text font color is #B8CCA7.


Background Color

.myBgColor { background-color: #B8CCA7; }

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

This div background color is #B8CCA7.


Border color

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

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

This div border color is #B8CCA7.


Opacity

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

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

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

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

This text has shadow with #B8CCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CCA7 on black background.


Color preview on white background

This text has color #B8CCA7 on white background.



Black color preview on #B8CCA7 background

This text has black color on #B8CCA7 background.


White color preview on #B8CCA7 background

This text has white color on #B8CCA7 background.