COLOR #C1CDE6

HEX: #C1CDE6 RGB: (193,205,230)

Color info

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

RGB color model

#C1CDE6 color RGB value is (193,205,230).

RGB: (193,205,230) (76%, 80%, 90%)

RGB channels and saturation

R 193 of 255 = 76%
G 205 of 255 = 80%
B 230 of 255 = 90%

193
205
230

R + G + B ~ 82%. #C1CDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 205 + 230 = 628 (100%)
R 193 of 628 ~ 30.73%
G 205 of 628 ~ 32.64%
B 230 of 628 ~ 36.62'%

%30.73
%32.64
%36.62

CMYK color model

#C1CDE6 color CMYK value is (16,11,0,10).

  • cyan value is 16.09%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (16,11,0,10)
C16M11Y0K10 (16%, 11%, 0%, 10%)
(0.16 / 0.11 / 0.00 / 0.10)

CMYK percentages

%16.09
%10.87
%0
%9.8

Codes

Color #C1CDE6 in popluar color models

C1 CD E6
RGB 193 205 230
HSL 221° 42.53% 82.94%
HSB/HSV 221° 16.09% 90.20%
CMYK 16.09% 10.87% 0.00%
9.80%

Color #C1CDE6 in popluar number systems.

HEX C1 CD E6
Decimal 193 205 230
Binary 11000001 11001101 11100110
Octal 301 315 346

Shades and tints

Shades of #C1CDE6

#C1CDE6
(193,205,230)
#B0BBD2
(176,187,210)
#9FA9BE
(159,169,190)
#8E97AA
(142,151,170)
#7D8596
(125,133,150)
#6C7382
(108,115,130)
#5B616E
(91,97,110)
#4A4F5A
(74,79,90)
#393D46
(57,61,70)
#282B32
(40,43,50)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #C1CDE6

#C1CDE6
(193,205,230)
#C6D1E8
(198,209,232)
#CBD5EA
(203,213,234)
#D0D9EC
(208,217,236)
#D5DDEE
(213,221,238)
#DAE1F0
(218,225,240)
#DFE5F2
(223,229,242)
#E4E9F4
(228,233,244)
#E9EDF6
(233,237,246)
#EEF1F8
(238,241,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CDE6; }

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

This text font color is #C1CDE6.

Background Color

.myBgColor { background-color: #C1CDE6; }

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

This div background color is #C1CDE6.

Border color

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

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

This div border color is #C1CDE6.

Opacity

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

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

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

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

This text has shadow with #C1CDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CDE6.

Preview

Color preview on black background

This text has color #C1CDE6 on black background.


Color preview on white background

This text has color #C1CDE6 on white background.


Black color preview on #C1CDE6 background

This text has black color on #C1CDE6 background.


White color preview on #C1CDE6 background

This text has white color on #C1CDE6 background.


Related colors

Complementary color

Complementary color for #hex is #3E3219.


I love getcolorcode.com

Triadic colors

1 #E6C1CD and #CDE6C1 with #C1CDE6 are triadic colors.

2 #E6CDC1 and #CDC1E6 with #C1CDE6 are triadic colors.