COLOR #C2CFDD

HEX: #C2CFDD
RGB: (194,207,221)

Color info

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

RGB color model

#C2CFDD color RGB value is (194,207,221).

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

RGB channels and saturation

R 194 of 255 = 76%
G 207 of 255 = 81%
B 221 of 255 = 87%

194
207
221

R + G + B ~ 81%. #C2CFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 207 + 221 = 622 (100%)
R 194 of 622 ~ 31.19%
G 207 of 622 ~ 33.28%
B 221 of 622 ~ 35.53%

%31.19
%33.28
%35.53

CMYK color model

#C2CFDD color CMYK value is (12,6,0,13).

  • cyan value is 12.22%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(12,6,0,13)
C12M6Y0K13 
(12%,6%,0%,13%)
(0.12/0.06/0.00/0.13)	

CMYK percentages

%12.22
%6.33
%0
%13.33

Codes

Color #C2CFDD in popluar color models

C2CFDD
RGB194207221
HSL211°28.42%81.37%
HSB/HSV211°12.22%86.67%
CMYK12.22%6.33%0.00%
13.33%

Color #C2CFDD in popluar number systems.

HEXC2CFDD
Decimal194207221
Binary110000101100111111011101
Octal302317335

Shades and tints

Shades of #C2CFDD

#C2CFDD
(194,207,221)
#B1BDC9
(177,189,201)
#A0ABB5
(160,171,181)
#8F99A1
(143,153,161)
#7E878D
(126,135,141)
#6D7579
(109,117,121)
#5C6365
(92,99,101)
#4B5151
(75,81,81)
#3A3F3D
(58,63,61)
#292D29
(41,45,41)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #C2CFDD

#C2CFDD
(194,207,221)
#C7D3E0
(199,211,224)
#CCD7E3
(204,215,227)
#D1DBE6
(209,219,230)
#D6DFE9
(214,223,233)
#DBE3EC
(219,227,236)
#E0E7EF
(224,231,239)
#E5EBF2
(229,235,242)
#EAEFF5
(234,239,245)
#EFF3F8
(239,243,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CFDD; }

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

This text font color is #C2CFDD.


Background Color

.myBgColor { background-color: #C2CFDD; }

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

This div background color is #C2CFDD.


Border color

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

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

This div border color is #C2CFDD.


Opacity

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

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

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

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

This text has shadow with #C2CFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CFDD on black background.


Color preview on white background

This text has color #C2CFDD on white background.



Black color preview on #C2CFDD background

This text has black color on #C2CFDD background.


White color preview on #C2CFDD background

This text has white color on #C2CFDD background.