COLOR #C5CABB

HEX: #C5CABB
RGB: (197,202,187)

Color info

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

RGB color model

#C5CABB color RGB value is (197,202,187).

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

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 187 of 255 = 73%

197
202
187

R + G + B ~ 76%. #C5CABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 187 = 586 (100%)
R 197 of 586 ~ 33.62%
G 202 of 586 ~ 34.47%
B 187 of 586 ~ 31.91%

%33.62
%34.47
%31.91

CMYK color model

#C5CABB color CMYK value is (2,0,7,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%
CMYK: (2,0,7,21) C2M0Y7K21 (2%,0%,7%,21%) (0.02/0.00/0.07/0.21)

CMYK percentages

%2.48
%0
%7.43
%20.78

Codes

Color #C5CABB in popluar color models

C5CABB
RGB197202187
HSL80°12.40%76.27%
HSB/HSV80°7.43%79.22%
CMYK2.48%0.00%7.43%
20.78%

Color #C5CABB in popluar number systems.

HEXC5CABB
Decimal197202187
Binary110001011100101010111011
Octal305312273

Shades and tints

Shades of #C5CABB

#C5CABB
(197,202,187)
#B4B8AA
(180,184,170)
#A3A699
(163,166,153)
#929488
(146,148,136)
#818277
(129,130,119)
#707066
(112,112,102)
#5F5E55
(95,94,85)
#4E4C44
(78,76,68)
#3D3A33
(61,58,51)
#2C2822
(44,40,34)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5CABB

#C5CABB
(197,202,187)
#CACEC1
(202,206,193)
#CFD2C7
(207,210,199)
#D4D6CD
(212,214,205)
#D9DAD3
(217,218,211)
#DEDED9
(222,222,217)
#E3E2DF
(227,226,223)
#E8E6E5
(232,230,229)
#EDEAEB
(237,234,235)
#F2EEF1
(242,238,241)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CABB; }

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

This text font color is #C5CABB.


Background Color

.myBgColor { background-color: #C5CABB; }

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

This div background color is #C5CABB.


Border color

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

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

This div border color is #C5CABB.


Opacity

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

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

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

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

This text has shadow with #C5CABB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5CABB on black background.


Color preview on white background

This text has color #C5CABB on white background.



Black color preview on #C5CABB background

This text has black color on #C5CABB background.


White color preview on #C5CABB background

This text has white color on #C5CABB background.