COLOR #B5C4AB

HEX: #B5C4AB
RGB: (181,196,171)

Color info

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

RGB color model

#B5C4AB color RGB value is (181,196,171).

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

RGB channels and saturation

R 181 of 255 = 71%
G 196 of 255 = 77%
B 171 of 255 = 67%

181
196
171

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

Portions of RGB colors in percentages

R + G + B =
181 + 196 + 171 = 548 (100%)
R 181 of 548 ~ 33.03%
G 196 of 548 ~ 35.77%
B 171 of 548 ~ 31.2%

%33.03
%35.77
%31.2

CMYK color model

#B5C4AB color CMYK value is (8,0,13,23).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(8,0,13,23)
C8M0Y13K23 
(8%,0%,13%,23%)
(0.08/0.00/0.13/0.23)	

CMYK percentages

%7.65
%0
%12.76
%23.14

Codes

Color #B5C4AB in popluar color models

B5C4AB
RGB181196171
HSL96°17.48%71.96%
HSB/HSV96°12.76%76.86%
CMYK7.65%0.00%12.76%
23.14%

Color #B5C4AB in popluar number systems.

HEXB5C4AB
Decimal181196171
Binary101101011100010010101011
Octal265304253

Shades and tints

Shades of #B5C4AB

#B5C4AB
(181,196,171)
#A5B39C
(165,179,156)
#95A28D
(149,162,141)
#85917E
(133,145,126)
#75806F
(117,128,111)
#656F60
(101,111,96)
#555E51
(85,94,81)
#454D42
(69,77,66)
#353C33
(53,60,51)
#252B24
(37,43,36)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #B5C4AB

#B5C4AB
(181,196,171)
#BBC9B2
(187,201,178)
#C1CEB9
(193,206,185)
#C7D3C0
(199,211,192)
#CDD8C7
(205,216,199)
#D3DDCE
(211,221,206)
#D9E2D5
(217,226,213)
#DFE7DC
(223,231,220)
#E5ECE3
(229,236,227)
#EBF1EA
(235,241,234)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C4AB; }

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

This text font color is #B5C4AB.


Background Color

.myBgColor { background-color: #B5C4AB; }

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

This div background color is #B5C4AB.


Border color

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

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

This div border color is #B5C4AB.


Opacity

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

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

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

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

This text has shadow with #B5C4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C4AB on black background.


Color preview on white background

This text has color #B5C4AB on white background.



Black color preview on #B5C4AB background

This text has black color on #B5C4AB background.


White color preview on #B5C4AB background

This text has white color on #B5C4AB background.