COLOR #C1CCD9

HEX: #C1CCD9 RGB: (193,204,217)

Color info

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

RGB color model

#C1CCD9 color RGB value is (193,204,217).

RGB: (193,204,217) (76%, 80%, 85%)

RGB channels and saturation

R 193 of 255 = 76%
G 204 of 255 = 80%
B 217 of 255 = 85%

193
204
217

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

Portions of RGB colors in percentages

R + G + B = 193 + 204 + 217 = 614 (100%)
R 193 of 614 ~ 31.43%
G 204 of 614 ~ 33.22%
B 217 of 614 ~ 35.34'%

%31.43
%33.22
%35.34

CMYK color model

#C1CCD9 color CMYK value is (11,6,0,15).

  • cyan value is 11.06%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (11,6,0,15)
C11M6Y0K15 (11%, 6%, 0%, 15%)
(0.11 / 0.06 / 0.00 / 0.15)

CMYK percentages

%11.06
%5.99
%0
%14.9

Codes

Color #C1CCD9 in popluar color models

C1 CC D9
RGB 193 204 217
HSL 213° 24.00% 80.39%
HSB/HSV 213° 11.06% 85.10%
CMYK 11.06% 5.99% 0.00%
14.90%

Color #C1CCD9 in popluar number systems.

HEX C1 CC D9
Decimal 193 204 217
Binary 11000001 11001100 11011001
Octal 301 314 331

Shades and tints

Shades of #C1CCD9

#C1CCD9
(193,204,217)
#B0BAC6
(176,186,198)
#9FA8B3
(159,168,179)
#8E96A0
(142,150,160)
#7D848D
(125,132,141)
#6C727A
(108,114,122)
#5B6067
(91,96,103)
#4A4E54
(74,78,84)
#393C41
(57,60,65)
#282A2E
(40,42,46)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #C1CCD9

#C1CCD9
(193,204,217)
#C6D0DC
(198,208,220)
#CBD4DF
(203,212,223)
#D0D8E2
(208,216,226)
#D5DCE5
(213,220,229)
#DAE0E8
(218,224,232)
#DFE4EB
(223,228,235)
#E4E8EE
(228,232,238)
#E9ECF1
(233,236,241)
#EEF0F4
(238,240,244)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CCD9 color. Also use rgb(193,204,217) instead hex code.

Text Font Color

.myTextColor { color: #C1CCD9; }

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

This text font color is #C1CCD9.

Background Color

.myBgColor { background-color: #C1CCD9; }

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

This div background color is #C1CCD9.

Border color

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

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

This div border color is #C1CCD9.

Opacity

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

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

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

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

This text has shadow with #C1CCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CCD9.

Preview

Color preview on black background

This text has color #C1CCD9 on black background.


Color preview on white background

This text has color #C1CCD9 on white background.


Black color preview on #C1CCD9 background

This text has black color on #C1CCD9 background.


White color preview on #C1CCD9 background

This text has white color on #C1CCD9 background.


Related colors

Complementary color

Complementary color for #hex is #3E3326.


I love getcolorcode.com

Triadic colors

1 #D9C1CC and #CCD9C1 with #C1CCD9 are triadic colors.

2 #D9CCC1 and #CCC1D9 with #C1CCD9 are triadic colors.