COLOR #C1CCDC

HEX: #C1CCDC RGB: (193,204,220)

Color info

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

RGB color model

#C1CCDC color RGB value is (193,204,220).

RGB: (193,204,220) (76%, 80%, 86%)

RGB channels and saturation

R 193 of 255 = 76%
G 204 of 255 = 80%
B 220 of 255 = 86%

193
204
220

R + G + B ~ 81%. #C1CCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 204 + 220 = 617 (100%)
R 193 of 617 ~ 31.28%
G 204 of 617 ~ 33.06%
B 220 of 617 ~ 35.66'%

%31.28
%33.06
%35.66

CMYK color model

#C1CCDC color CMYK value is (12,7,0,14).

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

CMYK: (12,7,0,14)
C12M7Y0K14 (12%, 7%, 0%, 14%)
(0.12 / 0.07 / 0.00 / 0.14)

CMYK percentages

%12.27
%7.27
%0
%13.73

Codes

Color #C1CCDC in popluar color models

C1 CC DC
RGB 193 204 220
HSL 216° 27.84% 80.98%
HSB/HSV 216° 12.27% 86.27%
CMYK 12.27% 7.27% 0.00%
13.73%

Color #C1CCDC in popluar number systems.

HEX C1 CC DC
Decimal 193 204 220
Binary 11000001 11001100 11011100
Octal 301 314 334

Shades and tints

Shades of #C1CCDC

#C1CCDC
(193,204,220)
#B0BAC8
(176,186,200)
#9FA8B4
(159,168,180)
#8E96A0
(142,150,160)
#7D848C
(125,132,140)
#6C7278
(108,114,120)
#5B6064
(91,96,100)
#4A4E50
(74,78,80)
#393C3C
(57,60,60)
#282A28
(40,42,40)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #C1CCDC

#C1CCDC
(193,204,220)
#C6D0DF
(198,208,223)
#CBD4E2
(203,212,226)
#D0D8E5
(208,216,229)
#D5DCE8
(213,220,232)
#DAE0EB
(218,224,235)
#DFE4EE
(223,228,238)
#E4E8F1
(228,232,241)
#E9ECF4
(233,236,244)
#EEF0F7
(238,240,247)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CCDC; }

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

This text font color is #C1CCDC.

Background Color

.myBgColor { background-color: #C1CCDC; }

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

This div background color is #C1CCDC.

Border color

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

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

This div border color is #C1CCDC.

Opacity

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

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

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

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

This text has shadow with #C1CCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CCDC.

Preview

Color preview on black background

This text has color #C1CCDC on black background.


Color preview on white background

This text has color #C1CCDC on white background.


Black color preview on #C1CCDC background

This text has black color on #C1CCDC background.


White color preview on #C1CCDC background

This text has white color on #C1CCDC background.


Related colors

Complementary color

Complementary color for #hex is #3E3323.


I love getcolorcode.com

Triadic colors

1 #DCC1CC and #CCDCC1 with #C1CCDC are triadic colors.

2 #DCCCC1 and #CCC1DC with #C1CCDC are triadic colors.