COLOR #C2CFCA

HEX: #C2CFCA
RGB: (194,207,202)

Color info

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

RGB color model

#C2CFCA color RGB value is (194,207,202).

  • red value is 194;
  • green value is 207;
  • blue value is 202.
RGB:
(194,207,202)
(76%,81%,79%)

RGB channels and saturation

R 194 of 255 = 76%
G 207 of 255 = 81%
B 202 of 255 = 79%

194
207
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 207 + 202 = 603 (100%)
R 194 of 603 ~ 32.17%
G 207 of 603 ~ 34.33%
B 202 of 603 ~ 33.5%

%32.17
%34.33
%33.5

CMYK color model

#C2CFCA color CMYK value is (6,0,2,19).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 18.82%
CMYK:
(6,0,2,19)
C6M0Y2K19 
(6%,0%,2%,19%)
(0.06/0.00/0.02/0.19)	

CMYK percentages

%6.28
%0
%2.42
%18.82

Codes

Color #C2CFCA in popluar color models

C2CFCA
RGB194207202
HSL157°11.93%78.63%
HSB/HSV157°6.28%81.18%
CMYK6.28%0.00%2.42%
18.82%

Color #C2CFCA in popluar number systems.

HEXC2CFCA
Decimal194207202
Binary110000101100111111001010
Octal302317312

Shades and tints

Shades of #C2CFCA

#C2CFCA
(194,207,202)
#B1BDB8
(177,189,184)
#A0ABA6
(160,171,166)
#8F9994
(143,153,148)
#7E8782
(126,135,130)
#6D7570
(109,117,112)
#5C635E
(92,99,94)
#4B514C
(75,81,76)
#3A3F3A
(58,63,58)
#292D28
(41,45,40)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #C2CFCA

#C2CFCA
(194,207,202)
#C7D3CE
(199,211,206)
#CCD7D2
(204,215,210)
#D1DBD6
(209,219,214)
#D6DFDA
(214,223,218)
#DBE3DE
(219,227,222)
#E0E7E2
(224,231,226)
#E5EBE6
(229,235,230)
#EAEFEA
(234,239,234)
#EFF3EE
(239,243,238)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CFCA; }

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

This text font color is #C2CFCA.


Background Color

.myBgColor { background-color: #C2CFCA; }

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

This div background color is #C2CFCA.


Border color

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

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

This div border color is #C2CFCA.


Opacity

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

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

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

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

This text has shadow with #C2CFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CFCA on black background.


Color preview on white background

This text has color #C2CFCA on white background.



Black color preview on #C2CFCA background

This text has black color on #C2CFCA background.


White color preview on #C2CFCA background

This text has white color on #C2CFCA background.