COLOR #C4CFCC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

196
207
204

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

Portions of RGB colors in percentages

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

%32.29
%34.1
%33.61

CMYK color model

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

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

CMYK percentages

%5.31
%0
%1.45
%18.82

Codes

Color #C4CFCC in popluar color models

C4CFCC
RGB196207204
HSL164°10.28%79.02%
HSB/HSV164°5.31%81.18%
CMYK5.31%0.00%1.45%
18.82%

Color #C4CFCC in popluar number systems.

HEXC4CFCC
Decimal196207204
Binary110001001100111111001100
Octal304317314

Shades and tints

Shades of #C4CFCC

#C4CFCC
(196,207,204)
#B3BDBA
(179,189,186)
#A2ABA8
(162,171,168)
#919996
(145,153,150)
#808784
(128,135,132)
#6F7572
(111,117,114)
#5E6360
(94,99,96)
#4D514E
(77,81,78)
#3C3F3C
(60,63,60)
#2B2D2A
(43,45,42)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #C4CFCC

#C4CFCC
(196,207,204)
#C9D3D0
(201,211,208)
#CED7D4
(206,215,212)
#D3DBD8
(211,219,216)
#D8DFDC
(216,223,220)
#DDE3E0
(221,227,224)
#E2E7E4
(226,231,228)
#E7EBE8
(231,235,232)
#ECEFEC
(236,239,236)
#F1F3F0
(241,243,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CFCC; }

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

This text font color is #C4CFCC.


Background Color

.myBgColor { background-color: #C4CFCC; }

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

This div background color is #C4CFCC.


Border color

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

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

This div border color is #C4CFCC.


Opacity

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

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

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

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

This text has shadow with #C4CFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CFCC on black background.


Color preview on white background

This text has color #C4CFCC on white background.



Black color preview on #C4CFCC background

This text has black color on #C4CFCC background.


White color preview on #C4CFCC background

This text has white color on #C4CFCC background.