COLOR #C2CDE1

HEX: #C2CDE1 RGB: (194,205,225)

Color info

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

RGB color model

#C2CDE1 color RGB value is (194,205,225).

RGB: (194,205,225) (76%, 80%, 88%)

RGB channels and saturation

R 194 of 255 = 76%
G 205 of 255 = 80%
B 225 of 255 = 88%

194
205
225

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

Portions of RGB colors in percentages

R + G + B = 194 + 205 + 225 = 624 (100%)
R 194 of 624 ~ 31.09%
G 205 of 624 ~ 32.85%
B 225 of 624 ~ 36.06'%

%31.09
%32.85
%36.06

CMYK color model

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

  • cyan value is 13.78%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 11.76%

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

CMYK percentages

%13.78
%8.89
%0
%11.76

Codes

Color #C2CDE1 in popluar color models

C2 CD E1
RGB 194 205 225
HSL 219° 34.07% 82.16%
HSB/HSV 219° 13.78% 88.24%
CMYK 13.78% 8.89% 0.00%
11.76%

Color #C2CDE1 in popluar number systems.

HEX C2 CD E1
Decimal 194 205 225
Binary 11000010 11001101 11100001
Octal 302 315 341

Shades and tints

Shades of #C2CDE1

#C2CDE1
(194,205,225)
#B1BBCD
(177,187,205)
#A0A9B9
(160,169,185)
#8F97A5
(143,151,165)
#7E8591
(126,133,145)
#6D737D
(109,115,125)
#5C6169
(92,97,105)
#4B4F55
(75,79,85)
#3A3D41
(58,61,65)
#292B2D
(41,43,45)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #C2CDE1

#C2CDE1
(194,205,225)
#C7D1E3
(199,209,227)
#CCD5E5
(204,213,229)
#D1D9E7
(209,217,231)
#D6DDE9
(214,221,233)
#DBE1EB
(219,225,235)
#E0E5ED
(224,229,237)
#E5E9EF
(229,233,239)
#EAEDF1
(234,237,241)
#EFF1F3
(239,241,243)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CDE1 color. Also use rgb(194,205,225) instead hex code.

Text Font Color

.myTextColor { color: #C2CDE1; }

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

This text font color is #C2CDE1.

Background Color

.myBgColor { background-color: #C2CDE1; }

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

This div background color is #C2CDE1.

Border color

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

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

This div border color is #C2CDE1.

Opacity

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

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

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

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

This text has shadow with #C2CDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CDE1.

Preview

Color preview on black background

This text has color #C2CDE1 on black background.


Color preview on white background

This text has color #C2CDE1 on white background.


Black color preview on #C2CDE1 background

This text has black color on #C2CDE1 background.


White color preview on #C2CDE1 background

This text has white color on #C2CDE1 background.


Related colors

Complementary color

Complementary color for #hex is #3D321E.


I love getcolorcode.com

Triadic colors

1 #E1C2CD and #CDE1C2 with #C2CDE1 are triadic colors.

2 #E1CDC2 and #CDC2E1 with #C2CDE1 are triadic colors.