COLOR #C2CFC9

HEX: #C2CFC9
RGB: (194,207,201)

Color info

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

RGB color model

#C2CFC9 color RGB value is (194,207,201).

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

RGB channels and saturation

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

194
207
201

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

Portions of RGB colors in percentages

R + G + B =
194 + 207 + 201 = 602 (100%)
R 194 of 602 ~ 32.23%
G 207 of 602 ~ 34.39%
B 201 of 602 ~ 33.39%

%32.23
%34.39
%33.39

CMYK color model

#C2CFC9 color CMYK value is (6,0,3,19).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 18.82%
CMYK:
(6,0,3,19)
C6M0Y3K19 
(6%,0%,3%,19%)
(0.06/0.00/0.03/0.19)	

CMYK percentages

%6.28
%0
%2.9
%18.82

Codes

Color #C2CFC9 in popluar color models

C2CFC9
RGB194207201
HSL152°11.93%78.63%
HSB/HSV152°6.28%81.18%
CMYK6.28%0.00%2.90%
18.82%

Color #C2CFC9 in popluar number systems.

HEXC2CFC9
Decimal194207201
Binary110000101100111111001001
Octal302317311

Shades and tints

Shades of #C2CFC9

#C2CFC9
(194,207,201)
#B1BDB7
(177,189,183)
#A0ABA5
(160,171,165)
#8F9993
(143,153,147)
#7E8781
(126,135,129)
#6D756F
(109,117,111)
#5C635D
(92,99,93)
#4B514B
(75,81,75)
#3A3F39
(58,63,57)
#292D27
(41,45,39)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #C2CFC9

#C2CFC9
(194,207,201)
#C7D3CD
(199,211,205)
#CCD7D1
(204,215,209)
#D1DBD5
(209,219,213)
#D6DFD9
(214,223,217)
#DBE3DD
(219,227,221)
#E0E7E1
(224,231,225)
#E5EBE5
(229,235,229)
#EAEFE9
(234,239,233)
#EFF3ED
(239,243,237)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CFC9; }

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

This text font color is #C2CFC9.


Background Color

.myBgColor { background-color: #C2CFC9; }

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

This div background color is #C2CFC9.


Border color

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

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

This div border color is #C2CFC9.


Opacity

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

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

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

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

This text has shadow with #C2CFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CFC9 on black background.


Color preview on white background

This text has color #C2CFC9 on white background.



Black color preview on #C2CFC9 background

This text has black color on #C2CFC9 background.


White color preview on #C2CFC9 background

This text has white color on #C2CFC9 background.