COLOR #CCCFC4

HEX: #CCCFC4
RGB: (204,207,196)

Color info

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

RGB color model

#CCCFC4 color RGB value is (204,207,196).

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

RGB channels and saturation

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

204
207
196

R + G + B ~ 79%. #CCCFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 207 + 196 = 607 (100%)
R 204 of 607 ~ 33.61%
G 207 of 607 ~ 34.1%
B 196 of 607 ~ 32.29%

%33.61
%34.1
%32.29

CMYK color model

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

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

CMYK percentages

%1.45
%0
%5.31
%18.82

Codes

Color #CCCFC4 in popluar color models

CCCFC4
RGB204207196
HSL76°10.28%79.02%
HSB/HSV76°5.31%81.18%
CMYK1.45%0.00%5.31%
18.82%

Color #CCCFC4 in popluar number systems.

HEXCCCFC4
Decimal204207196
Binary110011001100111111000100
Octal314317304

Shades and tints

Shades of #CCCFC4

#CCCFC4
(204,207,196)
#BABDB3
(186,189,179)
#A8ABA2
(168,171,162)
#969991
(150,153,145)
#848780
(132,135,128)
#72756F
(114,117,111)
#60635E
(96,99,94)
#4E514D
(78,81,77)
#3C3F3C
(60,63,60)
#2A2D2B
(42,45,43)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #CCCFC4

#CCCFC4
(204,207,196)
#D0D3C9
(208,211,201)
#D4D7CE
(212,215,206)
#D8DBD3
(216,219,211)
#DCDFD8
(220,223,216)
#E0E3DD
(224,227,221)
#E4E7E2
(228,231,226)
#E8EBE7
(232,235,231)
#ECEFEC
(236,239,236)
#F0F3F1
(240,243,241)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCFC4; }

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

This text font color is #CCCFC4.


Background Color

.myBgColor { background-color: #CCCFC4; }

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

This div background color is #CCCFC4.


Border color

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

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

This div border color is #CCCFC4.


Opacity

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

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

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

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

This text has shadow with #CCCFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCFC4 on black background.


Color preview on white background

This text has color #CCCFC4 on white background.



Black color preview on #CCCFC4 background

This text has black color on #CCCFC4 background.


White color preview on #CCCFC4 background

This text has white color on #CCCFC4 background.