COLOR #C5CAB9

HEX: #C5CAB9 RGB: (197,202,185)

Color info

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

RGB color model

#C5CAB9 color RGB value is (197,202,185).

RGB: (197,202,185) (77%, 79%, 73%)

RGB channels and saturation

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

197
202
185

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

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 185 = 584 (100%)
R 197 of 584 ~ 33.73%
G 202 of 584 ~ 34.59%
B 185 of 584 ~ 31.68'%

%33.73
%34.59
%31.68

CMYK color model

#C5CAB9 color CMYK value is (2,0,8,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 20.78%

CMYK: (2,0,8,21)
C2M0Y8K21 (2%, 0%, 8%, 21%)
(0.02 / 0.00 / 0.08 / 0.21)

CMYK percentages

%2.48
%0
%8.42
%20.78

Codes

Color #C5CAB9 in popluar color models

C5 CA B9
RGB 197 202 185
HSL 78° 13.82% 75.88%
HSB/HSV 78° 8.42% 79.22%
CMYK 2.48% 0.00% 8.42%
20.78%

Color #C5CAB9 in popluar number systems.

HEX C5 CA B9
Decimal 197 202 185
Binary 11000101 11001010 10111001
Octal 305 312 271

Shades and tints

Shades of #C5CAB9

#C5CAB9
(197,202,185)
#B4B8A9
(180,184,169)
#A3A699
(163,166,153)
#929489
(146,148,137)
#818279
(129,130,121)
#707069
(112,112,105)
#5F5E59
(95,94,89)
#4E4C49
(78,76,73)
#3D3A39
(61,58,57)
#2C2829
(44,40,41)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5CAB9

#C5CAB9
(197,202,185)
#CACEBF
(202,206,191)
#CFD2C5
(207,210,197)
#D4D6CB
(212,214,203)
#D9DAD1
(217,218,209)
#DEDED7
(222,222,215)
#E3E2DD
(227,226,221)
#E8E6E3
(232,230,227)
#EDEAE9
(237,234,233)
#F2EEEF
(242,238,239)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAB9; }

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

This text font color is #C5CAB9.

Background Color

.myBgColor { background-color: #C5CAB9; }

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

This div background color is #C5CAB9.

Border color

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

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

This div border color is #C5CAB9.

Opacity

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

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

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

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

This text has shadow with #C5CAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CAB9.

Preview

Color preview on black background

This text has color #C5CAB9 on black background.


Color preview on white background

This text has color #C5CAB9 on white background.


Black color preview on #C5CAB9 background

This text has black color on #C5CAB9 background.


White color preview on #C5CAB9 background

This text has white color on #C5CAB9 background.


Related colors

Complementary color

Complementary color for #hex is #3A3546.


I love getcolorcode.com

Triadic colors

1 #B9C5CA and #CAB9C5 with #C5CAB9 are triadic colors.

2 #B9CAC5 and #CAC5B9 with #C5CAB9 are triadic colors.