COLOR #C5BABB

HEX: #C5BABB
RGB: (197,186,187)

Color info

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

RGB color model

#C5BABB color RGB value is (197,186,187).

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

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 187 of 255 = 73%

197
186
187

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

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 187 = 570 (100%)
R 197 of 570 ~ 34.56%
G 186 of 570 ~ 32.63%
B 187 of 570 ~ 32.81%

%34.56
%32.63
%32.81

CMYK color model

#C5BABB color CMYK value is (0,6,5,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(0,6,5,23)
C0M6Y5K23 
(0%,6%,5%,23%)
(0.00/0.06/0.05/0.23)	

CMYK percentages

%0
%5.58
%5.08
%22.75

Codes

Color #C5BABB in popluar color models

C5BABB
RGB197186187
HSL355°8.66%75.10%
HSB/HSV355°5.58%77.25%
CMYK0.00%5.58%5.08%
22.75%

Color #C5BABB in popluar number systems.

HEXC5BABB
Decimal197186187
Binary110001011011101010111011
Octal305272273

Shades and tints

Shades of #C5BABB

#C5BABB
(197,186,187)
#B4AAAA
(180,170,170)
#A39A99
(163,154,153)
#928A88
(146,138,136)
#817A77
(129,122,119)
#706A66
(112,106,102)
#5F5A55
(95,90,85)
#4E4A44
(78,74,68)
#3D3A33
(61,58,51)
#2C2A22
(44,42,34)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #C5BABB

#C5BABB
(197,186,187)
#CAC0C1
(202,192,193)
#CFC6C7
(207,198,199)
#D4CCCD
(212,204,205)
#D9D2D3
(217,210,211)
#DED8D9
(222,216,217)
#E3DEDF
(227,222,223)
#E8E4E5
(232,228,229)
#EDEAEB
(237,234,235)
#F2F0F1
(242,240,241)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BABB; }

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

This text font color is #C5BABB.


Background Color

.myBgColor { background-color: #C5BABB; }

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

This div background color is #C5BABB.


Border color

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

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

This div border color is #C5BABB.


Opacity

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

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

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

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

This text has shadow with #C5BABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BABB on black background.


Color preview on white background

This text has color #C5BABB on white background.



Black color preview on #C5BABB background

This text has black color on #C5BABB background.


White color preview on #C5BABB background

This text has white color on #C5BABB background.