COLOR #C1CED1

HEX: #C1CED1 RGB: (193,206,209)

Color info

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

RGB color model

#C1CED1 color RGB value is (193,206,209).

RGB: (193,206,209) (76%, 81%, 82%)

RGB channels and saturation

R 193 of 255 = 76%
G 206 of 255 = 81%
B 209 of 255 = 82%

193
206
209

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

Portions of RGB colors in percentages

R + G + B = 193 + 206 + 209 = 608 (100%)
R 193 of 608 ~ 31.74%
G 206 of 608 ~ 33.88%
B 209 of 608 ~ 34.38'%

%31.74
%33.88
%34.38

CMYK color model

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

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

CMYK percentages

%7.66
%1.44
%0
%18.04

Codes

Color #C1CED1 in popluar color models

C1 CE D1
RGB 193 206 209
HSL 191° 14.81% 78.82%
HSB/HSV 191° 7.66% 81.96%
CMYK 7.66% 1.44% 0.00%
18.04%

Color #C1CED1 in popluar number systems.

HEX C1 CE D1
Decimal 193 206 209
Binary 11000001 11001110 11010001
Octal 301 316 321

Shades and tints

Shades of #C1CED1

#C1CED1
(193,206,209)
#B0BCBE
(176,188,190)
#9FAAAB
(159,170,171)
#8E9898
(142,152,152)
#7D8685
(125,134,133)
#6C7472
(108,116,114)
#5B625F
(91,98,95)
#4A504C
(74,80,76)
#393E39
(57,62,57)
#282C26
(40,44,38)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #C1CED1

#C1CED1
(193,206,209)
#C6D2D5
(198,210,213)
#CBD6D9
(203,214,217)
#D0DADD
(208,218,221)
#D5DEE1
(213,222,225)
#DAE2E5
(218,226,229)
#DFE6E9
(223,230,233)
#E4EAED
(228,234,237)
#E9EEF1
(233,238,241)
#EEF2F5
(238,242,245)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CED1 color. Also use rgb(193,206,209) instead hex code.

Text Font Color

.myTextColor { color: #C1CED1; }

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

This text font color is #C1CED1.

Background Color

.myBgColor { background-color: #C1CED1; }

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

This div background color is #C1CED1.

Border color

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

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

This div border color is #C1CED1.

Opacity

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

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

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

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

This text has shadow with #C1CED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CED1.

Preview

Color preview on black background

This text has color #C1CED1 on black background.


Color preview on white background

This text has color #C1CED1 on white background.


Black color preview on #C1CED1 background

This text has black color on #C1CED1 background.


White color preview on #C1CED1 background

This text has white color on #C1CED1 background.


Related colors

Complementary color

Complementary color for #hex is #3E312E.


I love getcolorcode.com

Triadic colors

1 #D1C1CE and #CED1C1 with #C1CED1 are triadic colors.

2 #D1CEC1 and #CEC1D1 with #C1CED1 are triadic colors.