COLOR #C2CFC6

HEX: #C2CFC6
RGB: (194,207,198)

Color info

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

RGB color model

#C2CFC6 color RGB value is (194,207,198).

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

RGB channels and saturation

R 194 of 255 = 76%
G 207 of 255 = 81%
B 198 of 255 = 78%

194
207
198

R + G + B ~ 78%. #C2CFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 207 + 198 = 599 (100%)
R 194 of 599 ~ 32.39%
G 207 of 599 ~ 34.56%
B 198 of 599 ~ 33.06%

%32.39
%34.56
%33.06

CMYK color model

#C2CFC6 color CMYK value is (6,0,4,19).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(6,0,4,19)
C6M0Y4K19 
(6%,0%,4%,19%)
(0.06/0.00/0.04/0.19)	

CMYK percentages

%6.28
%0
%4.35
%18.82

Codes

Color #C2CFC6 in popluar color models

C2CFC6
RGB194207198
HSL138°11.93%78.63%
HSB/HSV138°6.28%81.18%
CMYK6.28%0.00%4.35%
18.82%

Color #C2CFC6 in popluar number systems.

HEXC2CFC6
Decimal194207198
Binary110000101100111111000110
Octal302317306

Shades and tints

Shades of #C2CFC6

#C2CFC6
(194,207,198)
#B1BDB4
(177,189,180)
#A0ABA2
(160,171,162)
#8F9990
(143,153,144)
#7E877E
(126,135,126)
#6D756C
(109,117,108)
#5C635A
(92,99,90)
#4B5148
(75,81,72)
#3A3F36
(58,63,54)
#292D24
(41,45,36)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #C2CFC6

#C2CFC6
(194,207,198)
#C7D3CB
(199,211,203)
#CCD7D0
(204,215,208)
#D1DBD5
(209,219,213)
#D6DFDA
(214,223,218)
#DBE3DF
(219,227,223)
#E0E7E4
(224,231,228)
#E5EBE9
(229,235,233)
#EAEFEE
(234,239,238)
#EFF3F3
(239,243,243)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CFC6; }

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

This text font color is #C2CFC6.


Background Color

.myBgColor { background-color: #C2CFC6; }

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

This div background color is #C2CFC6.


Border color

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

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

This div border color is #C2CFC6.


Opacity

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

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

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

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

This text has shadow with #C2CFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CFC6 on black background.


Color preview on white background

This text has color #C2CFC6 on white background.



Black color preview on #C2CFC6 background

This text has black color on #C2CFC6 background.


White color preview on #C2CFC6 background

This text has white color on #C2CFC6 background.