COLOR #C2CFD1

HEX: #C2CFD1
RGB: (194,207,209)

Color info

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

RGB color model

#C2CFD1 color RGB value is (194,207,209).

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

RGB channels and saturation

R 194 of 255 = 76%
G 207 of 255 = 81%
B 209 of 255 = 82%

194
207
209

R + G + B ~ 80%. #C2CFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 207 + 209 = 610 (100%)
R 194 of 610 ~ 31.8%
G 207 of 610 ~ 33.93%
B 209 of 610 ~ 34.26%

%31.8
%33.93
%34.26

CMYK color model

#C2CFD1 color CMYK value is (7,1,0,18).

  • cyan value is 7.18%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(7,1,0,18)
C7M1Y0K18 
(7%,1%,0%,18%)
(0.07/0.01/0.00/0.18)	

CMYK percentages

%7.18
%0.96
%0
%18.04

Codes

Color #C2CFD1 in popluar color models

C2CFD1
RGB194207209
HSL188°14.02%79.02%
HSB/HSV188°7.18%81.96%
CMYK7.18%0.96%0.00%
18.04%

Color #C2CFD1 in popluar number systems.

HEXC2CFD1
Decimal194207209
Binary110000101100111111010001
Octal302317321

Shades and tints

Shades of #C2CFD1

#C2CFD1
(194,207,209)
#B1BDBE
(177,189,190)
#A0ABAB
(160,171,171)
#8F9998
(143,153,152)
#7E8785
(126,135,133)
#6D7572
(109,117,114)
#5C635F
(92,99,95)
#4B514C
(75,81,76)
#3A3F39
(58,63,57)
#292D26
(41,45,38)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #C2CFD1

#C2CFD1
(194,207,209)
#C7D3D5
(199,211,213)
#CCD7D9
(204,215,217)
#D1DBDD
(209,219,221)
#D6DFE1
(214,223,225)
#DBE3E5
(219,227,229)
#E0E7E9
(224,231,233)
#E5EBED
(229,235,237)
#EAEFF1
(234,239,241)
#EFF3F5
(239,243,245)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CFD1; }

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

This text font color is #C2CFD1.


Background Color

.myBgColor { background-color: #C2CFD1; }

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

This div background color is #C2CFD1.


Border color

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

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

This div border color is #C2CFD1.


Opacity

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

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

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

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

This text has shadow with #C2CFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CFD1 on black background.


Color preview on white background

This text has color #C2CFD1 on white background.



Black color preview on #C2CFD1 background

This text has black color on #C2CFD1 background.


White color preview on #C2CFD1 background

This text has white color on #C2CFD1 background.