COLOR #C4CDCA

HEX: #C4CDCA RGB: (196,205,202)

Color info

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

RGB color model

#C4CDCA color RGB value is (196,205,202).

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

RGB channels and saturation

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

196
205
202

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

Portions of RGB colors in percentages

R + G + B = 196 + 205 + 202 = 603 (100%)
R 196 of 603 ~ 32.5%
G 205 of 603 ~ 34%
B 202 of 603 ~ 33.5'%

%32.5
%34
%33.5

CMYK color model

#C4CDCA color CMYK value is (4,0,1,20).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.61%
CMYK: (4,0,1,20) C4M0Y1K20 (4%,0%,1%,20%) (0.04/0.00/0.01/0.20) 

CMYK percentages

%4.39
%0
%1.46
%19.61

Codes

Color #C4CDCA in popluar color models

C4 CD CA
RGB 196 205 202
HSL 160° 8.26% 78.63%
HSB/HSV 160° 4.39% 80.39%
CMYK 4.39% 0.00% 1.46%
19.61%

Color #C4CDCA in popluar number systems.

HEX C4 CD CA
Decimal 196 205 202
Binary 11000100 11001101 11001010
Octal 304 315 312

Shades and tints

Shades of #C4CDCA

#C4CDCA
(196,205,202)
#B3BBB8
(179,187,184)
#A2A9A6
(162,169,166)
#919794
(145,151,148)
#808582
(128,133,130)
#6F7370
(111,115,112)
#5E615E
(94,97,94)
#4D4F4C
(77,79,76)
#3C3D3A
(60,61,58)
#2B2B28
(43,43,40)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #C4CDCA

#C4CDCA
(196,205,202)
#C9D1CE
(201,209,206)
#CED5D2
(206,213,210)
#D3D9D6
(211,217,214)
#D8DDDA
(216,221,218)
#DDE1DE
(221,225,222)
#E2E5E2
(226,229,226)
#E7E9E6
(231,233,230)
#ECEDEA
(236,237,234)
#F1F1EE
(241,241,238)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CDCA; }

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

This text font color is #C4CDCA.

Background Color

.myBgColor { background-color: #C4CDCA; }

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

This div background color is #C4CDCA.

Border color

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

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

This div border color is #C4CDCA.

Opacity

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

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

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

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

This text has shadow with #C4CDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CDCA.

Preview

Color preview on black background

This text has color #C4CDCA on black background.


Color preview on white background

This text has color #C4CDCA on white background.


Black color preview on #C4CDCA background

This text has black color on #C4CDCA background.


White color preview on #C4CDCA background

This text has white color on #C4CDCA background.


Related colors

Complementary color

Complementary color for #hex is #3B3235.


I love getcolorcode.com

Triadic colors

1 #CAC4CD and #CDCAC4 with #C4CDCA are triadic colors.

2 #CACDC4 and #CDC4CA with #C4CDCA are triadic colors.