COLOR #C5C7CC

HEX: #C5C7CC RGB: (197,199,204)

Color info

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

RGB color model

#C5C7CC color RGB value is (197,199,204).

RGB: (197,199,204) (77%, 78%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 204 of 255 = 80%

197
199
204

R + G + B ~ 78%. #C5C7CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 199 + 204 = 600 (100%)
R 197 of 600 ~ 32.83%
G 199 of 600 ~ 33.17%
B 204 of 600 ~ 34'%

%32.83
%33.17
%34

CMYK color model

#C5C7CC color CMYK value is (3,2,0,20).

  • cyan value is 3.43%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (3,2,0,20)
C3M2Y0K20 (3%, 2%, 0%, 20%)
(0.03 / 0.02 / 0.00 / 0.20)

CMYK percentages

%3.43
%2.45
%0
%20

Codes

Color #C5C7CC in popluar color models

C5 C7 CC
RGB 197 199 204
HSL 223° 6.42% 78.63%
HSB/HSV 223° 3.43% 80.00%
CMYK 3.43% 2.45% 0.00%
20.00%

Color #C5C7CC in popluar number systems.

HEX C5 C7 CC
Decimal 197 199 204
Binary 11000101 11000111 11001100
Octal 305 307 314

Shades and tints

Shades of #C5C7CC

#C5C7CC
(197,199,204)
#B4B5BA
(180,181,186)
#A3A3A8
(163,163,168)
#929196
(146,145,150)
#817F84
(129,127,132)
#706D72
(112,109,114)
#5F5B60
(95,91,96)
#4E494E
(78,73,78)
#3D373C
(61,55,60)
#2C252A
(44,37,42)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #C5C7CC

#C5C7CC
(197,199,204)
#CACCD0
(202,204,208)
#CFD1D4
(207,209,212)
#D4D6D8
(212,214,216)
#D9DBDC
(217,219,220)
#DEE0E0
(222,224,224)
#E3E5E4
(227,229,228)
#E8EAE8
(232,234,232)
#EDEFEC
(237,239,236)
#F2F4F0
(242,244,240)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7CC; }

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

This text font color is #C5C7CC.

Background Color

.myBgColor { background-color: #C5C7CC; }

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

This div background color is #C5C7CC.

Border color

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

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

This div border color is #C5C7CC.

Opacity

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

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

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

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

This text has shadow with #C5C7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C7CC.

Preview

Color preview on black background

This text has color #C5C7CC on black background.


Color preview on white background

This text has color #C5C7CC on white background.


Black color preview on #C5C7CC background

This text has black color on #C5C7CC background.


White color preview on #C5C7CC background

This text has white color on #C5C7CC background.


Related colors

Complementary color

Complementary color for #hex is #3A3833.


I love getcolorcode.com

Triadic colors

1 #CCC5C7 and #C7CCC5 with #C5C7CC are triadic colors.

2 #CCC7C5 and #C7C5CC with #C5C7CC are triadic colors.