COLOR #CFC5C5

HEX: #CFC5C5
RGB: (207,197,197)

Color info

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

RGB color model

#CFC5C5 color RGB value is (207,197,197).

  • red value is 207;
  • green value is 197;
  • blue value is 197.
RGB:
(207,197,197)
(81%,77%,77%)

RGB channels and saturation

R 207 of 255 = 81%
G 197 of 255 = 77%
B 197 of 255 = 77%

207
197
197

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

Portions of RGB colors in percentages

R + G + B =
207 + 197 + 197 = 601 (100%)
R 207 of 601 ~ 34.44%
G 197 of 601 ~ 32.78%
B 197 of 601 ~ 32.78%

%34.44
%32.78
%32.78

CMYK color model

#CFC5C5 color CMYK value is (0,5,5,19).

  • cyan value is 0.00%
  • magenta value is 4.83%
  • yellow value is 4.83%
  • key color value is 18.82%
CMYK:
(0,5,5,19)
C0M5Y5K19 
(0%,5%,5%,19%)
(0.00/0.05/0.05/0.19)	

CMYK percentages

%0
%4.83
%4.83
%18.82

Codes

Color #CFC5C5 in popluar color models

CFC5C5
RGB207197197
HSL9.43%79.22%
HSB/HSV4.83%81.18%
CMYK0.00%4.83%4.83%
18.82%

Color #CFC5C5 in popluar number systems.

HEXCFC5C5
Decimal207197197
Binary110011111100010111000101
Octal317305305

Shades and tints

Shades of #CFC5C5

#CFC5C5
(207,197,197)
#BDB4B4
(189,180,180)
#ABA3A3
(171,163,163)
#999292
(153,146,146)
#878181
(135,129,129)
#757070
(117,112,112)
#635F5F
(99,95,95)
#514E4E
(81,78,78)
#3F3D3D
(63,61,61)
#2D2C2C
(45,44,44)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #CFC5C5

#CFC5C5
(207,197,197)
#D3CACA
(211,202,202)
#D7CFCF
(215,207,207)
#DBD4D4
(219,212,212)
#DFD9D9
(223,217,217)
#E3DEDE
(227,222,222)
#E7E3E3
(231,227,227)
#EBE8E8
(235,232,232)
#EFEDED
(239,237,237)
#F3F2F2
(243,242,242)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC5C5; }

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

This text font color is #CFC5C5.


Background Color

.myBgColor { background-color: #CFC5C5; }

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

This div background color is #CFC5C5.


Border color

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

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

This div border color is #CFC5C5.


Opacity

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

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

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

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

This text has shadow with #CFC5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC5C5 on black background.


Color preview on white background

This text has color #CFC5C5 on white background.



Black color preview on #CFC5C5 background

This text has black color on #CFC5C5 background.


White color preview on #CFC5C5 background

This text has white color on #CFC5C5 background.