COLOR #C5CAB1

HEX: #C5CAB1
RGB: (197,202,177)

Color info

#C5CAB1 contains red, green and blue colors in about the same proportion. Web safe color of #C5CAB1 is #CCCC99 (or #CC9).

RGB color model

#C5CAB1 color RGB value is (197,202,177).

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

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 177 of 255 = 69%

197
202
177

R + G + B ~ 75%. #C5CAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 177 = 576 (100%)
R 197 of 576 ~ 34.2%
G 202 of 576 ~ 35.07%
B 177 of 576 ~ 30.73%

%34.2
%35.07
%30.73

CMYK color model

#C5CAB1 color CMYK value is (2,0,12,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 20.78%
CMYK:
(2,0,12,21)
C2M0Y12K21 
(2%,0%,12%,21%)
(0.02/0.00/0.12/0.21)	

CMYK percentages

%2.48
%0
%12.38
%20.78

Codes

Color #C5CAB1 in popluar color models

C5CAB1
RGB197202177
HSL72°19.08%74.31%
HSB/HSV72°12.38%79.22%
CMYK2.48%0.00%12.38%
20.78%

Color #C5CAB1 in popluar number systems.

HEXC5CAB1
Decimal197202177
Binary110001011100101010110001
Octal305312261

Shades and tints

Shades of #C5CAB1

#C5CAB1
(197,202,177)
#B4B8A1
(180,184,161)
#A3A691
(163,166,145)
#929481
(146,148,129)
#818271
(129,130,113)
#707061
(112,112,97)
#5F5E51
(95,94,81)
#4E4C41
(78,76,65)
#3D3A31
(61,58,49)
#2C2821
(44,40,33)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5CAB1

#C5CAB1
(197,202,177)
#CACEB8
(202,206,184)
#CFD2BF
(207,210,191)
#D4D6C6
(212,214,198)
#D9DACD
(217,218,205)
#DEDED4
(222,222,212)
#E3E2DB
(227,226,219)
#E8E6E2
(232,230,226)
#EDEAE9
(237,234,233)
#F2EEF0
(242,238,240)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAB1; }

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

This text font color is #C5CAB1.


Background Color

.myBgColor { background-color: #C5CAB1; }

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

This div background color is #C5CAB1.


Border color

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

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

This div border color is #C5CAB1.


Opacity

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

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

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

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

This text has shadow with #C5CAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CAB1 on black background.


Color preview on white background

This text has color #C5CAB1 on white background.



Black color preview on #C5CAB1 background

This text has black color on #C5CAB1 background.


White color preview on #C5CAB1 background

This text has white color on #C5CAB1 background.