COLOR #C1CFCC

HEX: #C1CFCC
RGB: (193,207,204)

Color info

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

RGB color model

#C1CFCC color RGB value is (193,207,204).

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

RGB channels and saturation

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

193
207
204

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

Portions of RGB colors in percentages

R + G + B =
193 + 207 + 204 = 604 (100%)
R 193 of 604 ~ 31.95%
G 207 of 604 ~ 34.27%
B 204 of 604 ~ 33.77%

%31.95
%34.27
%33.77

CMYK color model

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

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

CMYK percentages

%6.76
%0
%1.45
%18.82

Codes

Color #C1CFCC in popluar color models

C1CFCC
RGB193207204
HSL167°12.73%78.43%
HSB/HSV167°6.76%81.18%
CMYK6.76%0.00%1.45%
18.82%

Color #C1CFCC in popluar number systems.

HEXC1CFCC
Decimal193207204
Binary110000011100111111001100
Octal301317314

Shades and tints

Shades of #C1CFCC

#C1CFCC
(193,207,204)
#B0BDBA
(176,189,186)
#9FABA8
(159,171,168)
#8E9996
(142,153,150)
#7D8784
(125,135,132)
#6C7572
(108,117,114)
#5B6360
(91,99,96)
#4A514E
(74,81,78)
#393F3C
(57,63,60)
#282D2A
(40,45,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #C1CFCC

#C1CFCC
(193,207,204)
#C6D3D0
(198,211,208)
#CBD7D4
(203,215,212)
#D0DBD8
(208,219,216)
#D5DFDC
(213,223,220)
#DAE3E0
(218,227,224)
#DFE7E4
(223,231,228)
#E4EBE8
(228,235,232)
#E9EFEC
(233,239,236)
#EEF3F0
(238,243,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CFCC; }

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

This text font color is #C1CFCC.


Background Color

.myBgColor { background-color: #C1CFCC; }

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

This div background color is #C1CFCC.


Border color

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

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

This div border color is #C1CFCC.


Opacity

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

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

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

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

This text has shadow with #C1CFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CFCC on black background.


Color preview on white background

This text has color #C1CFCC on white background.



Black color preview on #C1CFCC background

This text has black color on #C1CFCC background.


White color preview on #C1CFCC background

This text has white color on #C1CFCC background.