COLOR #C5C4C8

HEX: #C5C4C8 RGB: (197,196,200)

Color info

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

RGB color model

#C5C4C8 color RGB value is (197,196,200).

RGB: (197,196,200) (77%, 77%, 78%)

RGB channels and saturation

R 197 of 255 = 77%
G 196 of 255 = 77%
B 200 of 255 = 78%

197
196
200

R + G + B ~ 77%. #C5C4C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 196 + 200 = 593 (100%)
R 197 of 593 ~ 33.22%
G 196 of 593 ~ 33.05%
B 200 of 593 ~ 33.73'%

%33.22
%33.05
%33.73

CMYK color model

#C5C4C8 color CMYK value is (1,2,0,22).

  • cyan value is 1.50%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (1,2,0,22) C1M2Y0K22 (1%,2%,0%,22%) (0.01/0.02/0.00/0.22) 

CMYK percentages

%1.5
%2
%0
%21.57

Codes

Color #C5C4C8 in popluar color models

C5 C4 C8
RGB 197 196 200
HSL 255° 3.51% 77.65%
HSB/HSV 255° 2.00% 78.43%
CMYK 1.50% 2.00% 0.00%
21.57%

Color #C5C4C8 in popluar number systems.

HEX C5 C4 C8
Decimal 197 196 200
Binary 11000101 11000100 11001000
Octal 305 304 310

Shades and tints

Shades of #C5C4C8

#C5C4C8
(197,196,200)
#B4B3B6
(180,179,182)
#A3A2A4
(163,162,164)
#929192
(146,145,146)
#818080
(129,128,128)
#706F6E
(112,111,110)
#5F5E5C
(95,94,92)
#4E4D4A
(78,77,74)
#3D3C38
(61,60,56)
#2C2B26
(44,43,38)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #C5C4C8

#C5C4C8
(197,196,200)
#CAC9CD
(202,201,205)
#CFCED2
(207,206,210)
#D4D3D7
(212,211,215)
#D9D8DC
(217,216,220)
#DEDDE1
(222,221,225)
#E3E2E6
(227,226,230)
#E8E7EB
(232,231,235)
#EDECF0
(237,236,240)
#F2F1F5
(242,241,245)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C4C8; }

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

This text font color is #C5C4C8.

Background Color

.myBgColor { background-color: #C5C4C8; }

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

This div background color is #C5C4C8.

Border color

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

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

This div border color is #C5C4C8.

Opacity

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

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

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

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

This text has shadow with #C5C4C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C4C8.

Preview

Color preview on black background

This text has color #C5C4C8 on black background.


Color preview on white background

This text has color #C5C4C8 on white background.


Black color preview on #C5C4C8 background

This text has black color on #C5C4C8 background.


White color preview on #C5C4C8 background

This text has white color on #C5C4C8 background.


Related colors

Complementary color

Complementary color for #hex is #3A3B37.


I love getcolorcode.com

Triadic colors

1 #C8C5C4 and #C4C8C5 with #C5C4C8 are triadic colors.

2 #C8C4C5 and #C4C5C8 with #C5C4C8 are triadic colors.