COLOR #CFD2C6

HEX: #CFD2C6
RGB: (207,210,198)

Color info

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

RGB color model

#CFD2C6 color RGB value is (207,210,198).

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

RGB channels and saturation

R 207 of 255 = 81%
G 210 of 255 = 82%
B 198 of 255 = 78%

207
210
198

R + G + B ~ 80%. #CFD2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 210 + 198 = 615 (100%)
R 207 of 615 ~ 33.66%
G 210 of 615 ~ 34.15%
B 198 of 615 ~ 32.2%

%33.66
%34.15
%32.2

CMYK color model

#CFD2C6 color CMYK value is (1,0,6,18).

  • cyan value is 1.43%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 17.65%
CMYK:
(1,0,6,18)
C1M0Y6K18 
(1%,0%,6%,18%)
(0.01/0.00/0.06/0.18)	

CMYK percentages

%1.43
%0
%5.71
%17.65

Codes

Color #CFD2C6 in popluar color models

CFD2C6
RGB207210198
HSL75°11.76%80.00%
HSB/HSV75°5.71%82.35%
CMYK1.43%0.00%5.71%
17.65%

Color #CFD2C6 in popluar number systems.

HEXCFD2C6
Decimal207210198
Binary110011111101001011000110
Octal317322306

Shades and tints

Shades of #CFD2C6

#CFD2C6
(207,210,198)
#BDBFB4
(189,191,180)
#ABACA2
(171,172,162)
#999990
(153,153,144)
#87867E
(135,134,126)
#75736C
(117,115,108)
#63605A
(99,96,90)
#514D48
(81,77,72)
#3F3A36
(63,58,54)
#2D2724
(45,39,36)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #CFD2C6

#CFD2C6
(207,210,198)
#D3D6CB
(211,214,203)
#D7DAD0
(215,218,208)
#DBDED5
(219,222,213)
#DFE2DA
(223,226,218)
#E3E6DF
(227,230,223)
#E7EAE4
(231,234,228)
#EBEEE9
(235,238,233)
#EFF2EE
(239,242,238)
#F3F6F3
(243,246,243)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD2C6; }

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

This text font color is #CFD2C6.


Background Color

.myBgColor { background-color: #CFD2C6; }

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

This div background color is #CFD2C6.


Border color

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

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

This div border color is #CFD2C6.


Opacity

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

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

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

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

This text has shadow with #CFD2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD2C6 on black background.


Color preview on white background

This text has color #CFD2C6 on white background.



Black color preview on #CFD2C6 background

This text has black color on #CFD2C6 background.


White color preview on #CFD2C6 background

This text has white color on #CFD2C6 background.