COLOR #B4C9B5

HEX: #B4C9B5
RGB: (180,201,181)

Color info

#B4C9B5 contains red, green and blue colors in about the same proportion. Web safe color of #B4C9B5 is #CCCCCC (or #CCC).

RGB color model

#B4C9B5 color RGB value is (180,201,181).

  • red value is 180;
  • green value is 201;
  • blue value is 181.
RGB:
(180,201,181)
(71%,79%,71%)

RGB channels and saturation

R 180 of 255 = 71%
G 201 of 255 = 79%
B 181 of 255 = 71%

180
201
181

R + G + B ~ 74%. #B4C9B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 201 + 181 = 562 (100%)
R 180 of 562 ~ 32.03%
G 201 of 562 ~ 35.77%
B 181 of 562 ~ 32.21%

%32.03
%35.77
%32.21

CMYK color model

#B4C9B5 color CMYK value is (10,0,10,21).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 21.18%
CMYK:
(10,0,10,21)
C10M0Y10K21 
(10%,0%,10%,21%)
(0.10/0.00/0.10/0.21)	

CMYK percentages

%10.45
%0
%9.95
%21.18

Codes

Color #B4C9B5 in popluar color models

B4C9B5
RGB180201181
HSL123°16.28%74.71%
HSB/HSV123°10.45%78.82%
CMYK10.45%0.00%9.95%
21.18%

Color #B4C9B5 in popluar number systems.

HEXB4C9B5
Decimal180201181
Binary101101001100100110110101
Octal264311265

Shades and tints

Shades of #B4C9B5

#B4C9B5
(180,201,181)
#A4B7A5
(164,183,165)
#94A595
(148,165,149)
#849385
(132,147,133)
#748175
(116,129,117)
#646F65
(100,111,101)
#545D55
(84,93,85)
#444B45
(68,75,69)
#343935
(52,57,53)
#242725
(36,39,37)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #B4C9B5

#B4C9B5
(180,201,181)
#BACDBB
(186,205,187)
#C0D1C1
(192,209,193)
#C6D5C7
(198,213,199)
#CCD9CD
(204,217,205)
#D2DDD3
(210,221,211)
#D8E1D9
(216,225,217)
#DEE5DF
(222,229,223)
#E4E9E5
(228,233,229)
#EAEDEB
(234,237,235)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C9B5 color. Also use rgb(180,201,181) instead hex code.

Text Font Color

.myTextColor { color: #B4C9B5; }

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

This text font color is #B4C9B5.


Background Color

.myBgColor { background-color: #B4C9B5; }

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

This div background color is #B4C9B5.


Border color

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

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

This div border color is #B4C9B5.


Opacity

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

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

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

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

This text has shadow with #B4C9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C9B5 on black background.


Color preview on white background

This text has color #B4C9B5 on white background.



Black color preview on #B4C9B5 background

This text has black color on #B4C9B5 background.


White color preview on #B4C9B5 background

This text has white color on #B4C9B5 background.