COLOR #C1C8DC

HEX: #C1C8DC RGB: (193,200,220)

Color info

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

RGB color model

#C1C8DC color RGB value is (193,200,220).

RGB: (193,200,220) (76%, 78%, 86%)

RGB channels and saturation

R 193 of 255 = 76%
G 200 of 255 = 78%
B 220 of 255 = 86%

193
200
220

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

Portions of RGB colors in percentages

R + G + B = 193 + 200 + 220 = 613 (100%)
R 193 of 613 ~ 31.48%
G 200 of 613 ~ 32.63%
B 220 of 613 ~ 35.89'%

%31.48
%32.63
%35.89

CMYK color model

#C1C8DC color CMYK value is (12,9,0,14).

  • cyan value is 12.27%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (12,9,0,14)
C12M9Y0K14 (12%, 9%, 0%, 14%)
(0.12 / 0.09 / 0.00 / 0.14)

CMYK percentages

%12.27
%9.09
%0
%13.73

Codes

Color #C1C8DC in popluar color models

C1 C8 DC
RGB 193 200 220
HSL 224° 27.84% 80.98%
HSB/HSV 224° 12.27% 86.27%
CMYK 12.27% 9.09% 0.00%
13.73%

Color #C1C8DC in popluar number systems.

HEX C1 C8 DC
Decimal 193 200 220
Binary 11000001 11001000 11011100
Octal 301 310 334

Shades and tints

Shades of #C1C8DC

#C1C8DC
(193,200,220)
#B0B6C8
(176,182,200)
#9FA4B4
(159,164,180)
#8E92A0
(142,146,160)
#7D808C
(125,128,140)
#6C6E78
(108,110,120)
#5B5C64
(91,92,100)
#4A4A50
(74,74,80)
#39383C
(57,56,60)
#282628
(40,38,40)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #C1C8DC

#C1C8DC
(193,200,220)
#C6CDDF
(198,205,223)
#CBD2E2
(203,210,226)
#D0D7E5
(208,215,229)
#D5DCE8
(213,220,232)
#DAE1EB
(218,225,235)
#DFE6EE
(223,230,238)
#E4EBF1
(228,235,241)
#E9F0F4
(233,240,244)
#EEF5F7
(238,245,247)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C8DC color. Also use rgb(193,200,220) instead hex code.

Text Font Color

.myTextColor { color: #C1C8DC; }

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

This text font color is #C1C8DC.

Background Color

.myBgColor { background-color: #C1C8DC; }

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

This div background color is #C1C8DC.

Border color

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

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

This div border color is #C1C8DC.

Opacity

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

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

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

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

This text has shadow with #C1C8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C8DC.

Preview

Color preview on black background

This text has color #C1C8DC on black background.


Color preview on white background

This text has color #C1C8DC on white background.


Black color preview on #C1C8DC background

This text has black color on #C1C8DC background.


White color preview on #C1C8DC background

This text has white color on #C1C8DC background.


Related colors

Complementary color

Complementary color for #hex is #3E3723.


I love getcolorcode.com

Triadic colors

1 #DCC1C8 and #C8DCC1 with #C1C8DC are triadic colors.

2 #DCC8C1 and #C8C1DC with #C1C8DC are triadic colors.