COLOR #C5CAC9

HEX: #C5CAC9 RGB: (197,202,201)

Color info

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

RGB color model

#C5CAC9 color RGB value is (197,202,201).

RGB: (197,202,201) (77%, 79%, 79%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 201 of 255 = 79%

197
202
201

R + G + B ~ 78%. #C5CAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 201 = 600 (100%)
R 197 of 600 ~ 32.83%
G 202 of 600 ~ 33.67%
B 201 of 600 ~ 33.5'%

%32.83
%33.67
%33.5

CMYK color model

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

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

CMYK: (2,0,0,21)
C2M0Y0K21 (2%, 0%, 0%, 21%)
(0.02 / 0.00 / 0.00 / 0.21)

CMYK percentages

%2.48
%0
%0.5
%20.78

Codes

Color #C5CAC9 in popluar color models

C5 CA C9
RGB 197 202 201
HSL 168° 4.50% 78.24%
HSB/HSV 168° 2.48% 79.22%
CMYK 2.48% 0.00% 0.50%
20.78%

Color #C5CAC9 in popluar number systems.

HEX C5 CA C9
Decimal 197 202 201
Binary 11000101 11001010 11001001
Octal 305 312 311

Shades and tints

Shades of #C5CAC9

#C5CAC9
(197,202,201)
#B4B8B7
(180,184,183)
#A3A6A5
(163,166,165)
#929493
(146,148,147)
#818281
(129,130,129)
#70706F
(112,112,111)
#5F5E5D
(95,94,93)
#4E4C4B
(78,76,75)
#3D3A39
(61,58,57)
#2C2827
(44,40,39)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5CAC9

#C5CAC9
(197,202,201)
#CACECD
(202,206,205)
#CFD2D1
(207,210,209)
#D4D6D5
(212,214,213)
#D9DAD9
(217,218,217)
#DEDEDD
(222,222,221)
#E3E2E1
(227,226,225)
#E8E6E5
(232,230,229)
#EDEAE9
(237,234,233)
#F2EEED
(242,238,237)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAC9; }

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

This text font color is #C5CAC9.

Background Color

.myBgColor { background-color: #C5CAC9; }

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

This div background color is #C5CAC9.

Border color

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

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

This div border color is #C5CAC9.

Opacity

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

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

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

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

This text has shadow with #C5CAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CAC9.

Preview

Color preview on black background

This text has color #C5CAC9 on black background.


Color preview on white background

This text has color #C5CAC9 on white background.


Black color preview on #C5CAC9 background

This text has black color on #C5CAC9 background.


White color preview on #C5CAC9 background

This text has white color on #C5CAC9 background.


Related colors

Complementary color

Complementary color for #hex is #3A3536.


I love getcolorcode.com

Triadic colors

1 #C9C5CA and #CAC9C5 with #C5CAC9 are triadic colors.

2 #C9CAC5 and #CAC5C9 with #C5CAC9 are triadic colors.