COLOR #CFCCDC

HEX: #CFCCDC
RGB: (207,204,220)

Color info

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

RGB color model

#CFCCDC color RGB value is (207,204,220).

  • red value is 207;
  • green value is 204;
  • blue value is 220.
RGB:
(207,204,220)
(81%,80%,86%)

RGB channels and saturation

R 207 of 255 = 81%
G 204 of 255 = 80%
B 220 of 255 = 86%

207
204
220

R + G + B ~ 82%. #CFCCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 204 + 220 = 631 (100%)
R 207 of 631 ~ 32.81%
G 204 of 631 ~ 32.33%
B 220 of 631 ~ 34.87%

%32.81
%32.33
%34.87

CMYK color model

#CFCCDC color CMYK value is (6,7,0,14).

  • cyan value is 5.91%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(6,7,0,14)
C6M7Y0K14 
(6%,7%,0%,14%)
(0.06/0.07/0.00/0.14)	

CMYK percentages

%5.91
%7.27
%0
%13.73

Codes

Color #CFCCDC in popluar color models

CFCCDC
RGB207204220
HSL251°18.60%83.14%
HSB/HSV251°7.27%86.27%
CMYK5.91%7.27%0.00%
13.73%

Color #CFCCDC in popluar number systems.

HEXCFCCDC
Decimal207204220
Binary110011111100110011011100
Octal317314334

Shades and tints

Shades of #CFCCDC

#CFCCDC
(207,204,220)
#BDBAC8
(189,186,200)
#ABA8B4
(171,168,180)
#9996A0
(153,150,160)
#87848C
(135,132,140)
#757278
(117,114,120)
#636064
(99,96,100)
#514E50
(81,78,80)
#3F3C3C
(63,60,60)
#2D2A28
(45,42,40)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #CFCCDC

#CFCCDC
(207,204,220)
#D3D0DF
(211,208,223)
#D7D4E2
(215,212,226)
#DBD8E5
(219,216,229)
#DFDCE8
(223,220,232)
#E3E0EB
(227,224,235)
#E7E4EE
(231,228,238)
#EBE8F1
(235,232,241)
#EFECF4
(239,236,244)
#F3F0F7
(243,240,247)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFCCDC; }

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

This text font color is #CFCCDC.


Background Color

.myBgColor { background-color: #CFCCDC; }

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

This div background color is #CFCCDC.


Border color

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

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

This div border color is #CFCCDC.


Opacity

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

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

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

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

This text has shadow with #CFCCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFCCDC on black background.


Color preview on white background

This text has color #CFCCDC on white background.



Black color preview on #CFCCDC background

This text has black color on #CFCCDC background.


White color preview on #CFCCDC background

This text has white color on #CFCCDC background.