COLOR #C4CDCD

HEX: #C4CDCD RGB: (196,205,205)

Color info

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

RGB color model

#C4CDCD color RGB value is (196,205,205).

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

RGB channels and saturation

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

196
205
205

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

Portions of RGB colors in percentages

R + G + B = 196 + 205 + 205 = 606 (100%)
R 196 of 606 ~ 32.34%
G 205 of 606 ~ 33.83%
B 205 of 606 ~ 33.83'%

%32.34
%33.83
%33.83

CMYK color model

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

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

CMYK: (4,0,0,20)
C4M0Y0K20 (4%, 0%, 0%, 20%)
(0.04 / 0.00 / 0.00 / 0.20)

CMYK percentages

%4.39
%0
%0
%19.61

Codes

Color #C4CDCD in popluar color models

C4 CD CD
RGB 196 205 205
HSL 180° 8.26% 78.63%
HSB/HSV 180° 4.39% 80.39%
CMYK 4.39% 0.00% 0.00%
19.61%

Color #C4CDCD in popluar number systems.

HEX C4 CD CD
Decimal 196 205 205
Binary 11000100 11001101 11001101
Octal 304 315 315

Shades and tints

Shades of #C4CDCD

#C4CDCD
(196,205,205)
#B3BBBB
(179,187,187)
#A2A9A9
(162,169,169)
#919797
(145,151,151)
#808585
(128,133,133)
#6F7373
(111,115,115)
#5E6161
(94,97,97)
#4D4F4F
(77,79,79)
#3C3D3D
(60,61,61)
#2B2B2B
(43,43,43)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #C4CDCD

#C4CDCD
(196,205,205)
#C9D1D1
(201,209,209)
#CED5D5
(206,213,213)
#D3D9D9
(211,217,217)
#D8DDDD
(216,221,221)
#DDE1E1
(221,225,225)
#E2E5E5
(226,229,229)
#E7E9E9
(231,233,233)
#ECEDED
(236,237,237)
#F1F1F1
(241,241,241)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CDCD; }

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

This text font color is #C4CDCD.

Background Color

.myBgColor { background-color: #C4CDCD; }

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

This div background color is #C4CDCD.

Border color

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

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

This div border color is #C4CDCD.

Opacity

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

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

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

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

This text has shadow with #C4CDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CDCD.

Preview

Color preview on black background

This text has color #C4CDCD on black background.


Color preview on white background

This text has color #C4CDCD on white background.


Black color preview on #C4CDCD background

This text has black color on #C4CDCD background.


White color preview on #C4CDCD background

This text has white color on #C4CDCD background.


Related colors

Complementary color

Complementary color for #hex is #3B3232.


I love getcolorcode.com