COLOR #B5C1AF

HEX: #B5C1AF
RGB: (181,193,175)

Color info

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

RGB color model

#B5C1AF color RGB value is (181,193,175).

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

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 175 of 255 = 69%

181
193
175

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

Portions of RGB colors in percentages

R + G + B =
181 + 193 + 175 = 549 (100%)
R 181 of 549 ~ 32.97%
G 193 of 549 ~ 35.15%
B 175 of 549 ~ 31.88%

%32.97
%35.15
%31.88

CMYK color model

#B5C1AF color CMYK value is (6,0,9,24).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 24.31%
CMYK:
(6,0,9,24)
C6M0Y9K24 
(6%,0%,9%,24%)
(0.06/0.00/0.09/0.24)	

CMYK percentages

%6.22
%0
%9.33
%24.31

Codes

Color #B5C1AF in popluar color models

B5C1AF
RGB181193175
HSL100°12.68%72.16%
HSB/HSV100°9.33%75.69%
CMYK6.22%0.00%9.33%
24.31%

Color #B5C1AF in popluar number systems.

HEXB5C1AF
Decimal181193175
Binary101101011100000110101111
Octal265301257

Shades and tints

Shades of #B5C1AF

#B5C1AF
(181,193,175)
#A5B0A0
(165,176,160)
#959F91
(149,159,145)
#858E82
(133,142,130)
#757D73
(117,125,115)
#656C64
(101,108,100)
#555B55
(85,91,85)
#454A46
(69,74,70)
#353937
(53,57,55)
#252828
(37,40,40)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #B5C1AF

#B5C1AF
(181,193,175)
#BBC6B6
(187,198,182)
#C1CBBD
(193,203,189)
#C7D0C4
(199,208,196)
#CDD5CB
(205,213,203)
#D3DAD2
(211,218,210)
#D9DFD9
(217,223,217)
#DFE4E0
(223,228,224)
#E5E9E7
(229,233,231)
#EBEEEE
(235,238,238)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C1AF; }

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

This text font color is #B5C1AF.


Background Color

.myBgColor { background-color: #B5C1AF; }

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

This div background color is #B5C1AF.


Border color

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

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

This div border color is #B5C1AF.


Opacity

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

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

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

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

This text has shadow with #B5C1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C1AF on black background.


Color preview on white background

This text has color #B5C1AF on white background.



Black color preview on #B5C1AF background

This text has black color on #B5C1AF background.


White color preview on #B5C1AF background

This text has white color on #B5C1AF background.