COLOR #C4C9CD

HEX: #C4C9CD RGB: (196,201,205)

Color info

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

RGB color model

#C4C9CD color RGB value is (196,201,205).

RGB: (196,201,205) (77%, 79%, 80%)

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 205 of 255 = 80%

196
201
205

R + G + B ~ 79%. #C4C9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 201 + 205 = 602 (100%)
R 196 of 602 ~ 32.56%
G 201 of 602 ~ 33.39%
B 205 of 602 ~ 34.05'%

%32.56
%33.39
%34.05

CMYK color model

#C4C9CD color CMYK value is (4,2,0,20).

  • cyan value is 4.39%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (4,2,0,20)
C4M2Y0K20 (4%, 2%, 0%, 20%)
(0.04 / 0.02 / 0.00 / 0.20)

CMYK percentages

%4.39
%1.95
%0
%19.61

Codes

Color #C4C9CD in popluar color models

C4 C9 CD
RGB 196 201 205
HSL 207° 8.26% 78.63%
HSB/HSV 207° 4.39% 80.39%
CMYK 4.39% 1.95% 0.00%
19.61%

Color #C4C9CD in popluar number systems.

HEX C4 C9 CD
Decimal 196 201 205
Binary 11000100 11001001 11001101
Octal 304 311 315

Shades and tints

Shades of #C4C9CD

#C4C9CD
(196,201,205)
#B3B7BB
(179,183,187)
#A2A5A9
(162,165,169)
#919397
(145,147,151)
#808185
(128,129,133)
#6F6F73
(111,111,115)
#5E5D61
(94,93,97)
#4D4B4F
(77,75,79)
#3C393D
(60,57,61)
#2B272B
(43,39,43)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #C4C9CD

#C4C9CD
(196,201,205)
#C9CDD1
(201,205,209)
#CED1D5
(206,209,213)
#D3D5D9
(211,213,217)
#D8D9DD
(216,217,221)
#DDDDE1
(221,221,225)
#E2E1E5
(226,225,229)
#E7E5E9
(231,229,233)
#ECE9ED
(236,233,237)
#F1EDF1
(241,237,241)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C9CD color. Also use rgb(196,201,205) instead hex code.

Text Font Color

.myTextColor { color: #C4C9CD; }

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

This text font color is #C4C9CD.

Background Color

.myBgColor { background-color: #C4C9CD; }

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

This div background color is #C4C9CD.

Border color

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

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

This div border color is #C4C9CD.

Opacity

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

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

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

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

This text has shadow with #C4C9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C9CD.

Preview

Color preview on black background

This text has color #C4C9CD on black background.


Color preview on white background

This text has color #C4C9CD on white background.


Black color preview on #C4C9CD background

This text has black color on #C4C9CD background.


White color preview on #C4C9CD background

This text has white color on #C4C9CD background.


Related colors

Complementary color

Complementary color for #hex is #3B3632.


I love getcolorcode.com

Triadic colors

1 #CDC4C9 and #C9CDC4 with #C4C9CD are triadic colors.

2 #CDC9C4 and #C9C4CD with #C4C9CD are triadic colors.