COLOR #C5CDCD

HEX: #C5CDCD
RGB: (197,205,205)

Color info

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

RGB color model

#C5CDCD color RGB value is (197,205,205).

  • red value is 197;
  • green value is 205;
  • blue value is 205.
RGB:
(197,205,205)
(77%,80%,80%)

RGB channels and saturation

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

197
205
205

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

Portions of RGB colors in percentages

R + G + B =
197 + 205 + 205 = 607 (100%)
R 197 of 607 ~ 32.45%
G 205 of 607 ~ 33.77%
B 205 of 607 ~ 33.77%

%32.45
%33.77
%33.77

CMYK color model

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

  • cyan value is 3.90%
  • 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

%3.9
%0
%0
%19.61

Codes

Color #C5CDCD in popluar color models

C5CDCD
RGB197205205
HSL180°7.41%78.82%
HSB/HSV180°3.90%80.39%
CMYK3.90%0.00%0.00%
19.61%

Color #C5CDCD in popluar number systems.

HEXC5CDCD
Decimal197205205
Binary110001011100110111001101
Octal305315315

Shades and tints

Shades of #C5CDCD

#C5CDCD
(197,205,205)
#B4BBBB
(180,187,187)
#A3A9A9
(163,169,169)
#929797
(146,151,151)
#818585
(129,133,133)
#707373
(112,115,115)
#5F6161
(95,97,97)
#4E4F4F
(78,79,79)
#3D3D3D
(61,61,61)
#2C2B2B
(44,43,43)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #C5CDCD

#C5CDCD
(197,205,205)
#CAD1D1
(202,209,209)
#CFD5D5
(207,213,213)
#D4D9D9
(212,217,217)
#D9DDDD
(217,221,221)
#DEE1E1
(222,225,225)
#E3E5E5
(227,229,229)
#E8E9E9
(232,233,233)
#EDEDED
(237,237,237)
#F2F1F1
(242,241,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CDCD; }

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

This text font color is #C5CDCD.


Background Color

.myBgColor { background-color: #C5CDCD; }

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

This div background color is #C5CDCD.


Border color

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

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

This div border color is #C5CDCD.


Opacity

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

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

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

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

This text has shadow with #C5CDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CDCD on black background.


Color preview on white background

This text has color #C5CDCD on white background.



Black color preview on #C5CDCD background

This text has black color on #C5CDCD background.


White color preview on #C5CDCD background

This text has white color on #C5CDCD background.