COLOR #C1CADC

HEX: #C1CADC RGB: (193,202,220)

Color info

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

RGB color model

#C1CADC color RGB value is (193,202,220).

RGB: (193,202,220) (76%, 79%, 86%)

RGB channels and saturation

R 193 of 255 = 76%
G 202 of 255 = 79%
B 220 of 255 = 86%

193
202
220

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

Portions of RGB colors in percentages

R + G + B = 193 + 202 + 220 = 615 (100%)
R 193 of 615 ~ 31.38%
G 202 of 615 ~ 32.85%
B 220 of 615 ~ 35.77'%

%31.38
%32.85
%35.77

CMYK color model

#C1CADC color CMYK value is (12,8,0,14).

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

CMYK: (12,8,0,14)
C12M8Y0K14 (12%, 8%, 0%, 14%)
(0.12 / 0.08 / 0.00 / 0.14)

CMYK percentages

%12.27
%8.18
%0
%13.73

Codes

Color #C1CADC in popluar color models

C1 CA DC
RGB 193 202 220
HSL 220° 27.84% 80.98%
HSB/HSV 220° 12.27% 86.27%
CMYK 12.27% 8.18% 0.00%
13.73%

Color #C1CADC in popluar number systems.

HEX C1 CA DC
Decimal 193 202 220
Binary 11000001 11001010 11011100
Octal 301 312 334

Shades and tints

Shades of #C1CADC

#C1CADC
(193,202,220)
#B0B8C8
(176,184,200)
#9FA6B4
(159,166,180)
#8E94A0
(142,148,160)
#7D828C
(125,130,140)
#6C7078
(108,112,120)
#5B5E64
(91,94,100)
#4A4C50
(74,76,80)
#393A3C
(57,58,60)
#282828
(40,40,40)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C1CADC

#C1CADC
(193,202,220)
#C6CEDF
(198,206,223)
#CBD2E2
(203,210,226)
#D0D6E5
(208,214,229)
#D5DAE8
(213,218,232)
#DADEEB
(218,222,235)
#DFE2EE
(223,226,238)
#E4E6F1
(228,230,241)
#E9EAF4
(233,234,244)
#EEEEF7
(238,238,247)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CADC; }

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

This text font color is #C1CADC.

Background Color

.myBgColor { background-color: #C1CADC; }

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

This div background color is #C1CADC.

Border color

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

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

This div border color is #C1CADC.

Opacity

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

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

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

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

This text has shadow with #C1CADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CADC.

Preview

Color preview on black background

This text has color #C1CADC on black background.


Color preview on white background

This text has color #C1CADC on white background.


Black color preview on #C1CADC background

This text has black color on #C1CADC background.


White color preview on #C1CADC background

This text has white color on #C1CADC background.


Related colors

Complementary color

Complementary color for #hex is #3E3523.


I love getcolorcode.com

Triadic colors

1 #DCC1CA and #CADCC1 with #C1CADC are triadic colors.

2 #DCCAC1 and #CAC1DC with #C1CADC are triadic colors.