COLOR #C5BCAB

HEX: #C5BCAB
RGB: (197,188,171)

Color info

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

RGB color model

#C5BCAB color RGB value is (197,188,171).

  • red value is 197;
  • green value is 188;
  • blue value is 171.
RGB:
(197,188,171)
(77%,74%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 171 of 255 = 67%

197
188
171

R + G + B ~ 73%. #C5BCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 188 + 171 = 556 (100%)
R 197 of 556 ~ 35.43%
G 188 of 556 ~ 33.81%
B 171 of 556 ~ 30.76%

%35.43
%33.81
%30.76

CMYK color model

#C5BCAB color CMYK value is (0,5,13,23).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 13.20%
  • key color value is 22.75%
CMYK:
(0,5,13,23)
C0M5Y13K23 
(0%,5%,13%,23%)
(0.00/0.05/0.13/0.23)	

CMYK percentages

%0
%4.57
%13.2
%22.75

Codes

Color #C5BCAB in popluar color models

C5BCAB
RGB197188171
HSL39°18.31%72.16%
HSB/HSV39°13.20%77.25%
CMYK0.00%4.57%13.20%
22.75%

Color #C5BCAB in popluar number systems.

HEXC5BCAB
Decimal197188171
Binary110001011011110010101011
Octal305274253

Shades and tints

Shades of #C5BCAB

#C5BCAB
(197,188,171)
#B4AB9C
(180,171,156)
#A39A8D
(163,154,141)
#92897E
(146,137,126)
#81786F
(129,120,111)
#706760
(112,103,96)
#5F5651
(95,86,81)
#4E4542
(78,69,66)
#3D3433
(61,52,51)
#2C2324
(44,35,36)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #C5BCAB

#C5BCAB
(197,188,171)
#CAC2B2
(202,194,178)
#CFC8B9
(207,200,185)
#D4CEC0
(212,206,192)
#D9D4C7
(217,212,199)
#DEDACE
(222,218,206)
#E3E0D5
(227,224,213)
#E8E6DC
(232,230,220)
#EDECE3
(237,236,227)
#F2F2EA
(242,242,234)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BCAB color. Also use rgb(197,188,171) instead hex code.

Text Font Color

.myTextColor { color: #C5BCAB; }

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

This text font color is #C5BCAB.


Background Color

.myBgColor { background-color: #C5BCAB; }

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

This div background color is #C5BCAB.


Border color

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

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

This div border color is #C5BCAB.


Opacity

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

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

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

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

This text has shadow with #C5BCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCAB on black background.


Color preview on white background

This text has color #C5BCAB on white background.



Black color preview on #C5BCAB background

This text has black color on #C5BCAB background.


White color preview on #C5BCAB background

This text has white color on #C5BCAB background.