COLOR #C5BAB5

HEX: #C5BAB5
RGB: (197,186,181)

Color info

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

RGB color model

#C5BAB5 color RGB value is (197,186,181).

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

RGB channels and saturation

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

197
186
181

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

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 181 = 564 (100%)
R 197 of 564 ~ 34.93%
G 186 of 564 ~ 32.98%
B 181 of 564 ~ 32.09%

%34.93
%32.98
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 8.12%
  • 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
%8.12
%22.75

Codes

Color #C5BAB5 in popluar color models

C5BAB5
RGB197186181
HSL19°12.12%74.12%
HSB/HSV19°8.12%77.25%
CMYK0.00%5.58%8.12%
22.75%

Color #C5BAB5 in popluar number systems.

HEXC5BAB5
Decimal197186181
Binary110001011011101010110101
Octal305272265

Shades and tints

Shades of #C5BAB5

#C5BAB5
(197,186,181)
#B4AAA5
(180,170,165)
#A39A95
(163,154,149)
#928A85
(146,138,133)
#817A75
(129,122,117)
#706A65
(112,106,101)
#5F5A55
(95,90,85)
#4E4A45
(78,74,69)
#3D3A35
(61,58,53)
#2C2A25
(44,42,37)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #C5BAB5

#C5BAB5
(197,186,181)
#CAC0BB
(202,192,187)
#CFC6C1
(207,198,193)
#D4CCC7
(212,204,199)
#D9D2CD
(217,210,205)
#DED8D3
(222,216,211)
#E3DED9
(227,222,217)
#E8E4DF
(232,228,223)
#EDEAE5
(237,234,229)
#F2F0EB
(242,240,235)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAB5; }

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

This text font color is #C5BAB5.


Background Color

.myBgColor { background-color: #C5BAB5; }

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

This div background color is #C5BAB5.


Border color

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

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

This div border color is #C5BAB5.


Opacity

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

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

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

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

This text has shadow with #C5BAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAB5 on black background.


Color preview on white background

This text has color #C5BAB5 on white background.



Black color preview on #C5BAB5 background

This text has black color on #C5BAB5 background.


White color preview on #C5BAB5 background

This text has white color on #C5BAB5 background.