COLOR #C5CDCE

HEX: #C5CDCE
RGB: (197,205,206)

Color info

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

RGB color model

#C5CDCE color RGB value is (197,205,206).

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

RGB channels and saturation

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

197
205
206

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

Portions of RGB colors in percentages

R + G + B =
197 + 205 + 206 = 608 (100%)
R 197 of 608 ~ 32.4%
G 205 of 608 ~ 33.72%
B 206 of 608 ~ 33.88%

%32.4
%33.72
%33.88

CMYK color model

#C5CDCE color CMYK value is (4,0,0,19).

  • cyan value is 4.37%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(4,0,0,19)
C4M0Y0K19 
(4%,0%,0%,19%)
(0.04/0.00/0.00/0.19)	

CMYK percentages

%4.37
%0.49
%0
%19.22

Codes

Color #C5CDCE in popluar color models

C5CDCE
RGB197205206
HSL187°8.41%79.02%
HSB/HSV187°4.37%80.78%
CMYK4.37%0.49%0.00%
19.22%

Color #C5CDCE in popluar number systems.

HEXC5CDCE
Decimal197205206
Binary110001011100110111001110
Octal305315316

Shades and tints

Shades of #C5CDCE

#C5CDCE
(197,205,206)
#B4BBBC
(180,187,188)
#A3A9AA
(163,169,170)
#929798
(146,151,152)
#818586
(129,133,134)
#707374
(112,115,116)
#5F6162
(95,97,98)
#4E4F50
(78,79,80)
#3D3D3E
(61,61,62)
#2C2B2C
(44,43,44)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #C5CDCE

#C5CDCE
(197,205,206)
#CAD1D2
(202,209,210)
#CFD5D6
(207,213,214)
#D4D9DA
(212,217,218)
#D9DDDE
(217,221,222)
#DEE1E2
(222,225,226)
#E3E5E6
(227,229,230)
#E8E9EA
(232,233,234)
#EDEDEE
(237,237,238)
#F2F1F2
(242,241,242)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CDCE; }

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

This text font color is #C5CDCE.


Background Color

.myBgColor { background-color: #C5CDCE; }

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

This div background color is #C5CDCE.


Border color

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

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

This div border color is #C5CDCE.


Opacity

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

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

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

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

This text has shadow with #C5CDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CDCE on black background.


Color preview on white background

This text has color #C5CDCE on white background.



Black color preview on #C5CDCE background

This text has black color on #C5CDCE background.


White color preview on #C5CDCE background

This text has white color on #C5CDCE background.