COLOR #CFCCCC

HEX: #CFCCCC
RGB: (207,204,204)

Color info

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

RGB color model

#CFCCCC color RGB value is (207,204,204).

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

RGB channels and saturation

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

207
204
204

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

Portions of RGB colors in percentages

R + G + B =
207 + 204 + 204 = 615 (100%)
R 207 of 615 ~ 33.66%
G 204 of 615 ~ 33.17%
B 204 of 615 ~ 33.17%

%33.66
%33.17
%33.17

CMYK color model

#CFCCCC color CMYK value is (0,1,1,19).

  • cyan value is 0.00%
  • magenta value is 1.45%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(0,1,1,19)
C0M1Y1K19 
(0%,1%,1%,19%)
(0.00/0.01/0.01/0.19)	

CMYK percentages

%0
%1.45
%1.45
%18.82

Codes

Color #CFCCCC in popluar color models

CFCCCC
RGB207204204
HSL3.03%80.59%
HSB/HSV1.45%81.18%
CMYK0.00%1.45%1.45%
18.82%

Color #CFCCCC in popluar number systems.

HEXCFCCCC
Decimal207204204
Binary110011111100110011001100
Octal317314314

Shades and tints

Shades of #CFCCCC

#CFCCCC
(207,204,204)
#BDBABA
(189,186,186)
#ABA8A8
(171,168,168)
#999696
(153,150,150)
#878484
(135,132,132)
#757272
(117,114,114)
#636060
(99,96,96)
#514E4E
(81,78,78)
#3F3C3C
(63,60,60)
#2D2A2A
(45,42,42)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #CFCCCC

#CFCCCC
(207,204,204)
#D3D0D0
(211,208,208)
#D7D4D4
(215,212,212)
#DBD8D8
(219,216,216)
#DFDCDC
(223,220,220)
#E3E0E0
(227,224,224)
#E7E4E4
(231,228,228)
#EBE8E8
(235,232,232)
#EFECEC
(239,236,236)
#F3F0F0
(243,240,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFCCCC; }

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

This text font color is #CFCCCC.


Background Color

.myBgColor { background-color: #CFCCCC; }

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

This div background color is #CFCCCC.


Border color

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

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

This div border color is #CFCCCC.


Opacity

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

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

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

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

This text has shadow with #CFCCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFCCCC on black background.


Color preview on white background

This text has color #CFCCCC on white background.



Black color preview on #CFCCCC background

This text has black color on #CFCCCC background.


White color preview on #CFCCCC background

This text has white color on #CFCCCC background.