COLOR #C5CDCC

HEX: #C5CDCC RGB: (197,205,204)

Color info

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

RGB color model

#C5CDCC color RGB value is (197,205,204).

RGB: (197,205,204) (77%, 80%, 80%)

RGB channels and saturation

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

197
205
204

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

Portions of RGB colors in percentages

R + G + B = 197 + 205 + 204 = 606 (100%)
R 197 of 606 ~ 32.51%
G 205 of 606 ~ 33.83%
B 204 of 606 ~ 33.66'%

%32.51
%33.83
%33.66

CMYK color model

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

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • 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.49
%19.61

Codes

Color #C5CDCC in popluar color models

C5 CD CC
RGB 197 205 204
HSL 173° 7.41% 78.82%
HSB/HSV 173° 3.90% 80.39%
CMYK 3.90% 0.00% 0.49%
19.61%

Color #C5CDCC in popluar number systems.

HEX C5 CD CC
Decimal 197 205 204
Binary 11000101 11001101 11001100
Octal 305 315 314

Shades and tints

Shades of #C5CDCC

#C5CDCC
(197,205,204)
#B4BBBA
(180,187,186)
#A3A9A8
(163,169,168)
#929796
(146,151,150)
#818584
(129,133,132)
#707372
(112,115,114)
#5F6160
(95,97,96)
#4E4F4E
(78,79,78)
#3D3D3C
(61,61,60)
#2C2B2A
(44,43,42)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5CDCC

#C5CDCC
(197,205,204)
#CAD1D0
(202,209,208)
#CFD5D4
(207,213,212)
#D4D9D8
(212,217,216)
#D9DDDC
(217,221,220)
#DEE1E0
(222,225,224)
#E3E5E4
(227,229,228)
#E8E9E8
(232,233,232)
#EDEDEC
(237,237,236)
#F2F1F0
(242,241,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CDCC; }

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

This text font color is #C5CDCC.

Background Color

.myBgColor { background-color: #C5CDCC; }

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

This div background color is #C5CDCC.

Border color

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

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

This div border color is #C5CDCC.

Opacity

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

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

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

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

This text has shadow with #C5CDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CDCC.

Preview

Color preview on black background

This text has color #C5CDCC on black background.


Color preview on white background

This text has color #C5CDCC on white background.


Black color preview on #C5CDCC background

This text has black color on #C5CDCC background.


White color preview on #C5CDCC background

This text has white color on #C5CDCC background.


Related colors

Complementary color

Complementary color for #hex is #3A3233.


I love getcolorcode.com

Triadic colors

1 #CCC5CD and #CDCCC5 with #C5CDCC are triadic colors.

2 #CCCDC5 and #CDC5CC with #C5CDCC are triadic colors.