COLOR #C5BAB7

HEX: #C5BAB7
RGB: (197,186,183)

Color info

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

RGB color model

#C5BAB7 color RGB value is (197,186,183).

  • red value is 197;
  • green value is 186;
  • blue value is 183.
RGB:
(197,186,183)
(77%,73%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 183 of 255 = 72%

197
186
183

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

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 183 = 566 (100%)
R 197 of 566 ~ 34.81%
G 186 of 566 ~ 32.86%
B 183 of 566 ~ 32.33%

%34.81
%32.86
%32.33

CMYK color model

#C5BAB7 color CMYK value is (0,6,7,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(0,6,7,23)
C0M6Y7K23 
(0%,6%,7%,23%)
(0.00/0.06/0.07/0.23)	

CMYK percentages

%0
%5.58
%7.11
%22.75

Codes

Color #C5BAB7 in popluar color models

C5BAB7
RGB197186183
HSL13°10.77%74.51%
HSB/HSV13°7.11%77.25%
CMYK0.00%5.58%7.11%
22.75%

Color #C5BAB7 in popluar number systems.

HEXC5BAB7
Decimal197186183
Binary110001011011101010110111
Octal305272267

Shades and tints

Shades of #C5BAB7

#C5BAB7
(197,186,183)
#B4AAA7
(180,170,167)
#A39A97
(163,154,151)
#928A87
(146,138,135)
#817A77
(129,122,119)
#706A67
(112,106,103)
#5F5A57
(95,90,87)
#4E4A47
(78,74,71)
#3D3A37
(61,58,55)
#2C2A27
(44,42,39)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5BAB7

#C5BAB7
(197,186,183)
#CAC0BD
(202,192,189)
#CFC6C3
(207,198,195)
#D4CCC9
(212,204,201)
#D9D2CF
(217,210,207)
#DED8D5
(222,216,213)
#E3DEDB
(227,222,219)
#E8E4E1
(232,228,225)
#EDEAE7
(237,234,231)
#F2F0ED
(242,240,237)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAB7; }

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

This text font color is #C5BAB7.


Background Color

.myBgColor { background-color: #C5BAB7; }

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

This div background color is #C5BAB7.


Border color

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

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

This div border color is #C5BAB7.


Opacity

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

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

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

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

This text has shadow with #C5BAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAB7 on black background.


Color preview on white background

This text has color #C5BAB7 on white background.



Black color preview on #C5BAB7 background

This text has black color on #C5BAB7 background.


White color preview on #C5BAB7 background

This text has white color on #C5BAB7 background.