COLOR #CFD6C6

HEX: #CFD6C6
RGB: (207,214,198)

Color info

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

RGB color model

#CFD6C6 color RGB value is (207,214,198).

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

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 198 of 255 = 78%

207
214
198

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

Portions of RGB colors in percentages

R + G + B =
207 + 214 + 198 = 619 (100%)
R 207 of 619 ~ 33.44%
G 214 of 619 ~ 34.57%
B 198 of 619 ~ 31.99%

%33.44
%34.57
%31.99

CMYK color model

#CFD6C6 color CMYK value is (3,0,7,16).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 16.08%
CMYK:
(3,0,7,16)
C3M0Y7K16 
(3%,0%,7%,16%)
(0.03/0.00/0.07/0.16)	

CMYK percentages

%3.27
%0
%7.48
%16.08

Codes

Color #CFD6C6 in popluar color models

CFD6C6
RGB207214198
HSL86°16.33%80.78%
HSB/HSV86°7.48%83.92%
CMYK3.27%0.00%7.48%
16.08%

Color #CFD6C6 in popluar number systems.

HEXCFD6C6
Decimal207214198
Binary110011111101011011000110
Octal317326306

Shades and tints

Shades of #CFD6C6

#CFD6C6
(207,214,198)
#BDC3B4
(189,195,180)
#ABB0A2
(171,176,162)
#999D90
(153,157,144)
#878A7E
(135,138,126)
#75776C
(117,119,108)
#63645A
(99,100,90)
#515148
(81,81,72)
#3F3E36
(63,62,54)
#2D2B24
(45,43,36)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #CFD6C6

#CFD6C6
(207,214,198)
#D3D9CB
(211,217,203)
#D7DCD0
(215,220,208)
#DBDFD5
(219,223,213)
#DFE2DA
(223,226,218)
#E3E5DF
(227,229,223)
#E7E8E4
(231,232,228)
#EBEBE9
(235,235,233)
#EFEEEE
(239,238,238)
#F3F1F3
(243,241,243)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD6C6; }

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

This text font color is #CFD6C6.


Background Color

.myBgColor { background-color: #CFD6C6; }

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

This div background color is #CFD6C6.


Border color

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

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

This div border color is #CFD6C6.


Opacity

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

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

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

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

This text has shadow with #CFD6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD6C6 on black background.


Color preview on white background

This text has color #CFD6C6 on white background.



Black color preview on #CFD6C6 background

This text has black color on #CFD6C6 background.


White color preview on #CFD6C6 background

This text has white color on #CFD6C6 background.