COLOR #C5BAB6

HEX: #C5BAB6 RGB: (197,186,182)

Color info

#C5BAB6 contains red, green and blue colors in about the same proportion. Web safe color of #C5BAB6 is #CCCCCC (or #CCC).

RGB color model

#C5BAB6 color RGB value is (197,186,182).

RGB: (197,186,182) (77%, 73%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 182 of 255 = 71%

197
186
182

R + G + B ~ 74%. #C5BAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 182 = 565 (100%)
R 197 of 565 ~ 34.87%
G 186 of 565 ~ 32.92%
B 182 of 565 ~ 32.21'%

%34.87
%32.92
%32.21

CMYK color model

#C5BAB6 color CMYK value is (0,6,8,23).

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

CMYK: (0,6,8,23)
C0M6Y8K23 (0%, 6%, 8%, 23%)
(0.00 / 0.06 / 0.08 / 0.23)

CMYK percentages

%0
%5.58
%7.61
%22.75

Codes

Color #C5BAB6 in popluar color models

C5 BA B6
RGB 197 186 182
HSL 16° 11.45% 74.31%
HSB/HSV 16° 7.61% 77.25%
CMYK 0.00% 5.58% 7.61%
22.75%

Color #C5BAB6 in popluar number systems.

HEX C5 BA B6
Decimal 197 186 182
Binary 11000101 10111010 10110110
Octal 305 272 266

Shades and tints

Shades of #C5BAB6

#C5BAB6
(197,186,182)
#B4AAA6
(180,170,166)
#A39A96
(163,154,150)
#928A86
(146,138,134)
#817A76
(129,122,118)
#706A66
(112,106,102)
#5F5A56
(95,90,86)
#4E4A46
(78,74,70)
#3D3A36
(61,58,54)
#2C2A26
(44,42,38)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #C5BAB6

#C5BAB6
(197,186,182)
#CAC0BC
(202,192,188)
#CFC6C2
(207,198,194)
#D4CCC8
(212,204,200)
#D9D2CE
(217,210,206)
#DED8D4
(222,216,212)
#E3DEDA
(227,222,218)
#E8E4E0
(232,228,224)
#EDEAE6
(237,234,230)
#F2F0EC
(242,240,236)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAB6; }

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

This text font color is #C5BAB6.

Background Color

.myBgColor { background-color: #C5BAB6; }

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

This div background color is #C5BAB6.

Border color

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

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

This div border color is #C5BAB6.

Opacity

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

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

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

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

This text has shadow with #C5BAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BAB6.

Preview

Color preview on black background

This text has color #C5BAB6 on black background.


Color preview on white background

This text has color #C5BAB6 on white background.


Black color preview on #C5BAB6 background

This text has black color on #C5BAB6 background.


White color preview on #C5BAB6 background

This text has white color on #C5BAB6 background.


Related colors

Complementary color

Complementary color for #hex is #3A4549.


I love getcolorcode.com

Triadic colors

1 #B6C5BA and #BAB6C5 with #C5BAB6 are triadic colors.

2 #B6BAC5 and #BAC5B6 with #C5BAB6 are triadic colors.