COLOR #B5C0AC

HEX: #B5C0AC RGB: (181,192,172)

Color info

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

RGB color model

#B5C0AC color RGB value is (181,192,172).

RGB: (181,192,172) (71%, 75%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 192 of 255 = 75%
B 172 of 255 = 67%

181
192
172

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

Portions of RGB colors in percentages

R + G + B = 181 + 192 + 172 = 545 (100%)
R 181 of 545 ~ 33.21%
G 192 of 545 ~ 35.23%
B 172 of 545 ~ 31.56'%

%33.21
%35.23
%31.56

CMYK color model

#B5C0AC color CMYK value is (6,0,10,25).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 24.71%

CMYK: (6,0,10,25)
C6M0Y10K25 (6%, 0%, 10%, 25%)
(0.06 / 0.00 / 0.10 / 0.25)

CMYK percentages

%5.73
%0
%10.42
%24.71

Codes

Color #B5C0AC in popluar color models

B5 C0 AC
RGB 181 192 172
HSL 93° 13.70% 71.37%
HSB/HSV 93° 10.42% 75.29%
CMYK 5.73% 0.00% 10.42%
24.71%

Color #B5C0AC in popluar number systems.

HEX B5 C0 AC
Decimal 181 192 172
Binary 10110101 11000000 10101100
Octal 265 300 254

Shades and tints

Shades of #B5C0AC

#B5C0AC
(181,192,172)
#A5AF9D
(165,175,157)
#959E8E
(149,158,142)
#858D7F
(133,141,127)
#757C70
(117,124,112)
#656B61
(101,107,97)
#555A52
(85,90,82)
#454943
(69,73,67)
#353834
(53,56,52)
#252725
(37,39,37)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #B5C0AC

#B5C0AC
(181,192,172)
#BBC5B3
(187,197,179)
#C1CABA
(193,202,186)
#C7CFC1
(199,207,193)
#CDD4C8
(205,212,200)
#D3D9CF
(211,217,207)
#D9DED6
(217,222,214)
#DFE3DD
(223,227,221)
#E5E8E4
(229,232,228)
#EBEDEB
(235,237,235)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C0AC; }

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

This text font color is #B5C0AC.

Background Color

.myBgColor { background-color: #B5C0AC; }

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

This div background color is #B5C0AC.

Border color

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

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

This div border color is #B5C0AC.

Opacity

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

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

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

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

This text has shadow with #B5C0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C0AC.

Preview

Color preview on black background

This text has color #B5C0AC on black background.


Color preview on white background

This text has color #B5C0AC on white background.


Black color preview on #B5C0AC background

This text has black color on #B5C0AC background.


White color preview on #B5C0AC background

This text has white color on #B5C0AC background.


Related colors

Complementary color

Complementary color for #hex is #4A3F53.


I love getcolorcode.com

Triadic colors

1 #ACB5C0 and #C0ACB5 with #B5C0AC are triadic colors.

2 #ACC0B5 and #C0B5AC with #B5C0AC are triadic colors.