COLOR #C1CDC6

HEX: #C1CDC6 RGB: (193,205,198)

Color info

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

RGB color model

#C1CDC6 color RGB value is (193,205,198).

RGB: (193,205,198) (76%, 80%, 78%)

RGB channels and saturation

R 193 of 255 = 76%
G 205 of 255 = 80%
B 198 of 255 = 78%

193
205
198

R + G + B ~ 78%. #C1CDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 205 + 198 = 596 (100%)
R 193 of 596 ~ 32.38%
G 205 of 596 ~ 34.4%
B 198 of 596 ~ 33.22'%

%32.38
%34.4
%33.22

CMYK color model

#C1CDC6 color CMYK value is (6,0,3,20).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 19.61%

CMYK: (6,0,3,20)
C6M0Y3K20 (6%, 0%, 3%, 20%)
(0.06 / 0.00 / 0.03 / 0.20)

CMYK percentages

%5.85
%0
%3.41
%19.61

Codes

Color #C1CDC6 in popluar color models

C1 CD C6
RGB 193 205 198
HSL 145° 10.71% 78.04%
HSB/HSV 145° 5.85% 80.39%
CMYK 5.85% 0.00% 3.41%
19.61%

Color #C1CDC6 in popluar number systems.

HEX C1 CD C6
Decimal 193 205 198
Binary 11000001 11001101 11000110
Octal 301 315 306

Shades and tints

Shades of #C1CDC6

#C1CDC6
(193,205,198)
#B0BBB4
(176,187,180)
#9FA9A2
(159,169,162)
#8E9790
(142,151,144)
#7D857E
(125,133,126)
#6C736C
(108,115,108)
#5B615A
(91,97,90)
#4A4F48
(74,79,72)
#393D36
(57,61,54)
#282B24
(40,43,36)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #C1CDC6

#C1CDC6
(193,205,198)
#C6D1CB
(198,209,203)
#CBD5D0
(203,213,208)
#D0D9D5
(208,217,213)
#D5DDDA
(213,221,218)
#DAE1DF
(218,225,223)
#DFE5E4
(223,229,228)
#E4E9E9
(228,233,233)
#E9EDEE
(233,237,238)
#EEF1F3
(238,241,243)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CDC6 color. Also use rgb(193,205,198) instead hex code.

Text Font Color

.myTextColor { color: #C1CDC6; }

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

This text font color is #C1CDC6.

Background Color

.myBgColor { background-color: #C1CDC6; }

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

This div background color is #C1CDC6.

Border color

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

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

This div border color is #C1CDC6.

Opacity

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

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

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

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

This text has shadow with #C1CDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CDC6.

Preview

Color preview on black background

This text has color #C1CDC6 on black background.


Color preview on white background

This text has color #C1CDC6 on white background.


Black color preview on #C1CDC6 background

This text has black color on #C1CDC6 background.


White color preview on #C1CDC6 background

This text has white color on #C1CDC6 background.


Related colors

Complementary color

Complementary color for #hex is #3E3239.


I love getcolorcode.com

Triadic colors

1 #C6C1CD and #CDC6C1 with #C1CDC6 are triadic colors.

2 #C6CDC1 and #CDC1C6 with #C1CDC6 are triadic colors.