COLOR #B5C0AF

HEX: #B5C0AF
RGB: (181,192,175)

Color info

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

RGB color model

#B5C0AF color RGB value is (181,192,175).

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

RGB channels and saturation

R 181 of 255 = 71%
G 192 of 255 = 75%
B 175 of 255 = 69%

181
192
175

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

Portions of RGB colors in percentages

R + G + B =
181 + 192 + 175 = 548 (100%)
R 181 of 548 ~ 33.03%
G 192 of 548 ~ 35.04%
B 175 of 548 ~ 31.93%

%33.03
%35.04
%31.93

CMYK color model

#B5C0AF color CMYK value is (6,0,9,25).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 8.85%
  • key color value is 24.71%
CMYK:
(6,0,9,25)
C6M0Y9K25 
(6%,0%,9%,25%)
(0.06/0.00/0.09/0.25)	

CMYK percentages

%5.73
%0
%8.85
%24.71

Codes

Color #B5C0AF in popluar color models

B5C0AF
RGB181192175
HSL99°11.89%71.96%
HSB/HSV99°8.85%75.29%
CMYK5.73%0.00%8.85%
24.71%

Color #B5C0AF in popluar number systems.

HEXB5C0AF
Decimal181192175
Binary101101011100000010101111
Octal265300257

Shades and tints

Shades of #B5C0AF

#B5C0AF
(181,192,175)
#A5AFA0
(165,175,160)
#959E91
(149,158,145)
#858D82
(133,141,130)
#757C73
(117,124,115)
#656B64
(101,107,100)
#555A55
(85,90,85)
#454946
(69,73,70)
#353837
(53,56,55)
#252728
(37,39,40)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #B5C0AF

#B5C0AF
(181,192,175)
#BBC5B6
(187,197,182)
#C1CABD
(193,202,189)
#C7CFC4
(199,207,196)
#CDD4CB
(205,212,203)
#D3D9D2
(211,217,210)
#D9DED9
(217,222,217)
#DFE3E0
(223,227,224)
#E5E8E7
(229,232,231)
#EBEDEE
(235,237,238)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C0AF; }

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

This text font color is #B5C0AF.


Background Color

.myBgColor { background-color: #B5C0AF; }

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

This div background color is #B5C0AF.


Border color

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

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

This div border color is #B5C0AF.


Opacity

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

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

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

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

This text has shadow with #B5C0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C0AF on black background.


Color preview on white background

This text has color #B5C0AF on white background.



Black color preview on #B5C0AF background

This text has black color on #B5C0AF background.


White color preview on #B5C0AF background

This text has white color on #B5C0AF background.