COLOR #CFC9D7

HEX: #CFC9D7
RGB: (207,201,215)

Color info

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

RGB color model

#CFC9D7 color RGB value is (207,201,215).

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

RGB channels and saturation

R 207 of 255 = 81%
G 201 of 255 = 79%
B 215 of 255 = 84%

207
201
215

R + G + B ~ 81%. #CFC9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 201 + 215 = 623 (100%)
R 207 of 623 ~ 33.23%
G 201 of 623 ~ 32.26%
B 215 of 623 ~ 34.51%

%33.23
%32.26
%34.51

CMYK color model

#CFC9D7 color CMYK value is (4,7,0,16).

  • cyan value is 3.72%
  • magenta value is 6.51%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(4,7,0,16)
C4M7Y0K16 
(4%,7%,0%,16%)
(0.04/0.07/0.00/0.16)	

CMYK percentages

%3.72
%6.51
%0
%15.69

Codes

Color #CFC9D7 in popluar color models

CFC9D7
RGB207201215
HSL266°14.89%81.57%
HSB/HSV266°6.51%84.31%
CMYK3.72%6.51%0.00%
15.69%

Color #CFC9D7 in popluar number systems.

HEXCFC9D7
Decimal207201215
Binary110011111100100111010111
Octal317311327

Shades and tints

Shades of #CFC9D7

#CFC9D7
(207,201,215)
#BDB7C4
(189,183,196)
#ABA5B1
(171,165,177)
#99939E
(153,147,158)
#87818B
(135,129,139)
#756F78
(117,111,120)
#635D65
(99,93,101)
#514B52
(81,75,82)
#3F393F
(63,57,63)
#2D272C
(45,39,44)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #CFC9D7

#CFC9D7
(207,201,215)
#D3CDDA
(211,205,218)
#D7D1DD
(215,209,221)
#DBD5E0
(219,213,224)
#DFD9E3
(223,217,227)
#E3DDE6
(227,221,230)
#E7E1E9
(231,225,233)
#EBE5EC
(235,229,236)
#EFE9EF
(239,233,239)
#F3EDF2
(243,237,242)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC9D7; }

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

This text font color is #CFC9D7.


Background Color

.myBgColor { background-color: #CFC9D7; }

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

This div background color is #CFC9D7.


Border color

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

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

This div border color is #CFC9D7.


Opacity

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

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

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

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

This text has shadow with #CFC9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC9D7 on black background.


Color preview on white background

This text has color #CFC9D7 on white background.



Black color preview on #CFC9D7 background

This text has black color on #CFC9D7 background.


White color preview on #CFC9D7 background

This text has white color on #CFC9D7 background.