COLOR #C7C5CB

HEX: #C7C5CB
RGB: (199,197,203)

Color info

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

RGB color model

#C7C5CB color RGB value is (199,197,203).

  • red value is 199;
  • green value is 197;
  • blue value is 203.
RGB:
(199,197,203)
(78%,77%,80%)

RGB channels and saturation

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

199
197
203

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

Portions of RGB colors in percentages

R + G + B =
199 + 197 + 203 = 599 (100%)
R 199 of 599 ~ 33.22%
G 197 of 599 ~ 32.89%
B 203 of 599 ~ 33.89%

%33.22
%32.89
%33.89

CMYK color model

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

  • cyan value is 1.97%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,3,0,20)
C2M3Y0K20 
(2%,3%,0%,20%)
(0.02/0.03/0.00/0.20)	

CMYK percentages

%1.97
%2.96
%0
%20.39

Codes

Color #C7C5CB in popluar color models

C7C5CB
RGB199197203
HSL260°5.45%78.43%
HSB/HSV260°2.96%79.61%
CMYK1.97%2.96%0.00%
20.39%

Color #C7C5CB in popluar number systems.

HEXC7C5CB
Decimal199197203
Binary110001111100010111001011
Octal307305313

Shades and tints

Shades of #C7C5CB

#C7C5CB
(199,197,203)
#B5B4B9
(181,180,185)
#A3A3A7
(163,163,167)
#919295
(145,146,149)
#7F8183
(127,129,131)
#6D7071
(109,112,113)
#5B5F5F
(91,95,95)
#494E4D
(73,78,77)
#373D3B
(55,61,59)
#252C29
(37,44,41)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #C7C5CB

#C7C5CB
(199,197,203)
#CCCACF
(204,202,207)
#D1CFD3
(209,207,211)
#D6D4D7
(214,212,215)
#DBD9DB
(219,217,219)
#E0DEDF
(224,222,223)
#E5E3E3
(229,227,227)
#EAE8E7
(234,232,231)
#EFEDEB
(239,237,235)
#F4F2EF
(244,242,239)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C5CB; }

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

This text font color is #C7C5CB.


Background Color

.myBgColor { background-color: #C7C5CB; }

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

This div background color is #C7C5CB.


Border color

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

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

This div border color is #C7C5CB.


Opacity

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

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

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

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

This text has shadow with #C7C5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C5CB on black background.


Color preview on white background

This text has color #C7C5CB on white background.



Black color preview on #C7C5CB background

This text has black color on #C7C5CB background.


White color preview on #C7C5CB background

This text has white color on #C7C5CB background.