COLOR #B5C1AB

HEX: #B5C1AB
RGB: (181,193,171)

Color info

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

RGB color model

#B5C1AB color RGB value is (181,193,171).

  • red value is 181;
  • green value is 193;
  • blue value is 171.
RGB:
(181,193,171)
(71%,76%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 171 of 255 = 67%

181
193
171

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

Portions of RGB colors in percentages

R + G + B =
181 + 193 + 171 = 545 (100%)
R 181 of 545 ~ 33.21%
G 193 of 545 ~ 35.41%
B 171 of 545 ~ 31.38%

%33.21
%35.41
%31.38

CMYK color model

#B5C1AB color CMYK value is (6,0,11,24).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(6,0,11,24)
C6M0Y11K24 
(6%,0%,11%,24%)
(0.06/0.00/0.11/0.24)	

CMYK percentages

%6.22
%0
%11.4
%24.31

Codes

Color #B5C1AB in popluar color models

B5C1AB
RGB181193171
HSL93°15.07%71.37%
HSB/HSV93°11.40%75.69%
CMYK6.22%0.00%11.40%
24.31%

Color #B5C1AB in popluar number systems.

HEXB5C1AB
Decimal181193171
Binary101101011100000110101011
Octal265301253

Shades and tints

Shades of #B5C1AB

#B5C1AB
(181,193,171)
#A5B09C
(165,176,156)
#959F8D
(149,159,141)
#858E7E
(133,142,126)
#757D6F
(117,125,111)
#656C60
(101,108,96)
#555B51
(85,91,81)
#454A42
(69,74,66)
#353933
(53,57,51)
#252824
(37,40,36)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5C1AB

#B5C1AB
(181,193,171)
#BBC6B2
(187,198,178)
#C1CBB9
(193,203,185)
#C7D0C0
(199,208,192)
#CDD5C7
(205,213,199)
#D3DACE
(211,218,206)
#D9DFD5
(217,223,213)
#DFE4DC
(223,228,220)
#E5E9E3
(229,233,227)
#EBEEEA
(235,238,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C1AB color. Also use rgb(181,193,171) instead hex code.

Text Font Color

.myTextColor { color: #B5C1AB; }

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

This text font color is #B5C1AB.


Background Color

.myBgColor { background-color: #B5C1AB; }

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

This div background color is #B5C1AB.


Border color

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

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

This div border color is #B5C1AB.


Opacity

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

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

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

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

This text has shadow with #B5C1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C1AB on black background.


Color preview on white background

This text has color #B5C1AB on white background.



Black color preview on #B5C1AB background

This text has black color on #B5C1AB background.


White color preview on #B5C1AB background

This text has white color on #B5C1AB background.