COLOR #C7C5CD

HEX: #C7C5CD RGB: (199,197,205)

Color info

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

RGB color model

#C7C5CD color RGB value is (199,197,205).

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

RGB channels and saturation

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

199
197
205

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

Portions of RGB colors in percentages

R + G + B = 199 + 197 + 205 = 601 (100%)
R 199 of 601 ~ 33.11%
G 197 of 601 ~ 32.78%
B 205 of 601 ~ 34.11'%

%33.11
%32.78
%34.11

CMYK color model

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

  • cyan value is 2.93%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,4,0,20)
C3M4Y0K20 (3%, 4%, 0%, 20%)
(0.03 / 0.04 / 0.00 / 0.20)

CMYK percentages

%2.93
%3.9
%0
%19.61

Codes

Color #C7C5CD in popluar color models

C7 C5 CD
RGB 199 197 205
HSL 255° 7.41% 78.82%
HSB/HSV 255° 3.90% 80.39%
CMYK 2.93% 3.90% 0.00%
19.61%

Color #C7C5CD in popluar number systems.

HEX C7 C5 CD
Decimal 199 197 205
Binary 11000111 11000101 11001101
Octal 307 305 315

Shades and tints

Shades of #C7C5CD

#C7C5CD
(199,197,205)
#B5B4BB
(181,180,187)
#A3A3A9
(163,163,169)
#919297
(145,146,151)
#7F8185
(127,129,133)
#6D7073
(109,112,115)
#5B5F61
(91,95,97)
#494E4F
(73,78,79)
#373D3D
(55,61,61)
#252C2B
(37,44,43)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #C7C5CD

#C7C5CD
(199,197,205)
#CCCAD1
(204,202,209)
#D1CFD5
(209,207,213)
#D6D4D9
(214,212,217)
#DBD9DD
(219,217,221)
#E0DEE1
(224,222,225)
#E5E3E5
(229,227,229)
#EAE8E9
(234,232,233)
#EFEDED
(239,237,237)
#F4F2F1
(244,242,241)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C5CD; }

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

This text font color is #C7C5CD.

Background Color

.myBgColor { background-color: #C7C5CD; }

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

This div background color is #C7C5CD.

Border color

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

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

This div border color is #C7C5CD.

Opacity

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

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

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

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

This text has shadow with #C7C5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C5CD.

Preview

Color preview on black background

This text has color #C7C5CD on black background.


Color preview on white background

This text has color #C7C5CD on white background.


Black color preview on #C7C5CD background

This text has black color on #C7C5CD background.


White color preview on #C7C5CD background

This text has white color on #C7C5CD background.


Related colors

Complementary color

Complementary color for #hex is #383A32.


I love getcolorcode.com

Triadic colors

1 #CDC7C5 and #C5CDC7 with #C7C5CD are triadic colors.

2 #CDC5C7 and #C5C7CD with #C7C5CD are triadic colors.