COLOR #C1CFD2

HEX: #C1CFD2
RGB: (193,207,210)

Color info

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

RGB color model

#C1CFD2 color RGB value is (193,207,210).

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

RGB channels and saturation

R 193 of 255 = 76%
G 207 of 255 = 81%
B 210 of 255 = 82%

193
207
210

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

Portions of RGB colors in percentages

R + G + B =
193 + 207 + 210 = 610 (100%)
R 193 of 610 ~ 31.64%
G 207 of 610 ~ 33.93%
B 210 of 610 ~ 34.43%

%31.64
%33.93
%34.43

CMYK color model

#C1CFD2 color CMYK value is (8,1,0,18).

  • cyan value is 8.10%
  • magenta value is 1.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(8,1,0,18)
C8M1Y0K18 
(8%,1%,0%,18%)
(0.08/0.01/0.00/0.18)	

CMYK percentages

%8.1
%1.43
%0
%17.65

Codes

Color #C1CFD2 in popluar color models

C1CFD2
RGB193207210
HSL191°15.89%79.02%
HSB/HSV191°8.10%82.35%
CMYK8.10%1.43%0.00%
17.65%

Color #C1CFD2 in popluar number systems.

HEXC1CFD2
Decimal193207210
Binary110000011100111111010010
Octal301317322

Shades and tints

Shades of #C1CFD2

#C1CFD2
(193,207,210)
#B0BDBF
(176,189,191)
#9FABAC
(159,171,172)
#8E9999
(142,153,153)
#7D8786
(125,135,134)
#6C7573
(108,117,115)
#5B6360
(91,99,96)
#4A514D
(74,81,77)
#393F3A
(57,63,58)
#282D27
(40,45,39)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #C1CFD2

#C1CFD2
(193,207,210)
#C6D3D6
(198,211,214)
#CBD7DA
(203,215,218)
#D0DBDE
(208,219,222)
#D5DFE2
(213,223,226)
#DAE3E6
(218,227,230)
#DFE7EA
(223,231,234)
#E4EBEE
(228,235,238)
#E9EFF2
(233,239,242)
#EEF3F6
(238,243,246)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CFD2 color. Also use rgb(193,207,210) instead hex code.

Text Font Color

.myTextColor { color: #C1CFD2; }

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

This text font color is #C1CFD2.


Background Color

.myBgColor { background-color: #C1CFD2; }

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

This div background color is #C1CFD2.


Border color

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

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

This div border color is #C1CFD2.


Opacity

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

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

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

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

This text has shadow with #C1CFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CFD2 on black background.


Color preview on white background

This text has color #C1CFD2 on white background.



Black color preview on #C1CFD2 background

This text has black color on #C1CFD2 background.


White color preview on #C1CFD2 background

This text has white color on #C1CFD2 background.