COLOR #C5BAB1

HEX: #C5BAB1 RGB: (197,186,177)

Color info

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

RGB color model

#C5BAB1 color RGB value is (197,186,177).

RGB: (197,186,177) (77%, 73%, 69%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 177 of 255 = 69%

197
186
177

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

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 177 = 560 (100%)
R 197 of 560 ~ 35.18%
G 186 of 560 ~ 33.21%
B 177 of 560 ~ 31.61'%

%35.18
%33.21
%31.61

CMYK color model

#C5BAB1 color CMYK value is (0,6,10,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 10.15%
  • key color value is 22.75%

CMYK: (0,6,10,23)
C0M6Y10K23 (0%, 6%, 10%, 23%)
(0.00 / 0.06 / 0.10 / 0.23)

CMYK percentages

%0
%5.58
%10.15
%22.75

Codes

Color #C5BAB1 in popluar color models

C5 BA B1
RGB 197 186 177
HSL 27° 14.71% 73.33%
HSB/HSV 27° 10.15% 77.25%
CMYK 0.00% 5.58% 10.15%
22.75%

Color #C5BAB1 in popluar number systems.

HEX C5 BA B1
Decimal 197 186 177
Binary 11000101 10111010 10110001
Octal 305 272 261

Shades and tints

Shades of #C5BAB1

#C5BAB1
(197,186,177)
#B4AAA1
(180,170,161)
#A39A91
(163,154,145)
#928A81
(146,138,129)
#817A71
(129,122,113)
#706A61
(112,106,97)
#5F5A51
(95,90,81)
#4E4A41
(78,74,65)
#3D3A31
(61,58,49)
#2C2A21
(44,42,33)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #C5BAB1

#C5BAB1
(197,186,177)
#CAC0B8
(202,192,184)
#CFC6BF
(207,198,191)
#D4CCC6
(212,204,198)
#D9D2CD
(217,210,205)
#DED8D4
(222,216,212)
#E3DEDB
(227,222,219)
#E8E4E2
(232,228,226)
#EDEAE9
(237,234,233)
#F2F0F0
(242,240,240)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BAB1 color. Also use rgb(197,186,177) instead hex code.

Text Font Color

.myTextColor { color: #C5BAB1; }

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

This text font color is #C5BAB1.

Background Color

.myBgColor { background-color: #C5BAB1; }

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

This div background color is #C5BAB1.

Border color

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

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

This div border color is #C5BAB1.

Opacity

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

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

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

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

This text has shadow with #C5BAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BAB1.

Preview

Color preview on black background

This text has color #C5BAB1 on black background.


Color preview on white background

This text has color #C5BAB1 on white background.


Black color preview on #C5BAB1 background

This text has black color on #C5BAB1 background.


White color preview on #C5BAB1 background

This text has white color on #C5BAB1 background.


Related colors

Complementary color

Complementary color for #hex is #3A454E.


I love getcolorcode.com

Triadic colors

1 #B1C5BA and #BAB1C5 with #C5BAB1 are triadic colors.

2 #B1BAC5 and #BAC5B1 with #C5BAB1 are triadic colors.