COLOR #CFC9C6

HEX: #CFC9C6
RGB: (207,201,198)

Color info

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

RGB color model

#CFC9C6 color RGB value is (207,201,198).

  • red value is 207;
  • green value is 201;
  • blue value is 198.
RGB:
(207,201,198)
(81%,79%,78%)

RGB channels and saturation

R 207 of 255 = 81%
G 201 of 255 = 79%
B 198 of 255 = 78%

207
201
198

R + G + B ~ 79%. #CFC9C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 201 + 198 = 606 (100%)
R 207 of 606 ~ 34.16%
G 201 of 606 ~ 33.17%
B 198 of 606 ~ 32.67%

%34.16
%33.17
%32.67

CMYK color model

#CFC9C6 color CMYK value is (0,3,4,19).

  • cyan value is 0.00%
  • magenta value is 2.90%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(0,3,4,19)
C0M3Y4K19 
(0%,3%,4%,19%)
(0.00/0.03/0.04/0.19)	

CMYK percentages

%0
%2.9
%4.35
%18.82

Codes

Color #CFC9C6 in popluar color models

CFC9C6
RGB207201198
HSL20°8.57%79.41%
HSB/HSV20°4.35%81.18%
CMYK0.00%2.90%4.35%
18.82%

Color #CFC9C6 in popluar number systems.

HEXCFC9C6
Decimal207201198
Binary110011111100100111000110
Octal317311306

Shades and tints

Shades of #CFC9C6

#CFC9C6
(207,201,198)
#BDB7B4
(189,183,180)
#ABA5A2
(171,165,162)
#999390
(153,147,144)
#87817E
(135,129,126)
#756F6C
(117,111,108)
#635D5A
(99,93,90)
#514B48
(81,75,72)
#3F3936
(63,57,54)
#2D2724
(45,39,36)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #CFC9C6

#CFC9C6
(207,201,198)
#D3CDCB
(211,205,203)
#D7D1D0
(215,209,208)
#DBD5D5
(219,213,213)
#DFD9DA
(223,217,218)
#E3DDDF
(227,221,223)
#E7E1E4
(231,225,228)
#EBE5E9
(235,229,233)
#EFE9EE
(239,233,238)
#F3EDF3
(243,237,243)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC9C6; }

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

This text font color is #CFC9C6.


Background Color

.myBgColor { background-color: #CFC9C6; }

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

This div background color is #CFC9C6.


Border color

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

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

This div border color is #CFC9C6.


Opacity

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

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

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

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

This text has shadow with #CFC9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC9C6 on black background.


Color preview on white background

This text has color #CFC9C6 on white background.



Black color preview on #CFC9C6 background

This text has black color on #CFC9C6 background.


White color preview on #CFC9C6 background

This text has white color on #CFC9C6 background.