COLOR #C2CDE3

HEX: #C2CDE3 RGB: (194,205,227)

Color info

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

RGB color model

#C2CDE3 color RGB value is (194,205,227).

RGB: (194,205,227) (76%, 80%, 89%)

RGB channels and saturation

R 194 of 255 = 76%
G 205 of 255 = 80%
B 227 of 255 = 89%

194
205
227

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

Portions of RGB colors in percentages

R + G + B = 194 + 205 + 227 = 626 (100%)
R 194 of 626 ~ 30.99%
G 205 of 626 ~ 32.75%
B 227 of 626 ~ 36.26'%

%30.99
%32.75
%36.26

CMYK color model

#C2CDE3 color CMYK value is (15,10,0,11).

  • cyan value is 14.54%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (15,10,0,11)
C15M10Y0K11 (15%, 10%, 0%, 11%)
(0.15 / 0.10 / 0.00 / 0.11)

CMYK percentages

%14.54
%9.69
%0
%10.98

Codes

Color #C2CDE3 in popluar color models

C2 CD E3
RGB 194 205 227
HSL 220° 37.08% 82.55%
HSB/HSV 220° 14.54% 89.02%
CMYK 14.54% 9.69% 0.00%
10.98%

Color #C2CDE3 in popluar number systems.

HEX C2 CD E3
Decimal 194 205 227
Binary 11000010 11001101 11100011
Octal 302 315 343

Shades and tints

Shades of #C2CDE3

#C2CDE3
(194,205,227)
#B1BBCF
(177,187,207)
#A0A9BB
(160,169,187)
#8F97A7
(143,151,167)
#7E8593
(126,133,147)
#6D737F
(109,115,127)
#5C616B
(92,97,107)
#4B4F57
(75,79,87)
#3A3D43
(58,61,67)
#292B2F
(41,43,47)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #C2CDE3

#C2CDE3
(194,205,227)
#C7D1E5
(199,209,229)
#CCD5E7
(204,213,231)
#D1D9E9
(209,217,233)
#D6DDEB
(214,221,235)
#DBE1ED
(219,225,237)
#E0E5EF
(224,229,239)
#E5E9F1
(229,233,241)
#EAEDF3
(234,237,243)
#EFF1F5
(239,241,245)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CDE3; }

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

This text font color is #C2CDE3.

Background Color

.myBgColor { background-color: #C2CDE3; }

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

This div background color is #C2CDE3.

Border color

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

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

This div border color is #C2CDE3.

Opacity

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

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

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

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

This text has shadow with #C2CDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CDE3.

Preview

Color preview on black background

This text has color #C2CDE3 on black background.


Color preview on white background

This text has color #C2CDE3 on white background.


Black color preview on #C2CDE3 background

This text has black color on #C2CDE3 background.


White color preview on #C2CDE3 background

This text has white color on #C2CDE3 background.


Related colors

Complementary color

Complementary color for #hex is #3D321C.


I love getcolorcode.com

Triadic colors

1 #E3C2CD and #CDE3C2 with #C2CDE3 are triadic colors.

2 #E3CDC2 and #CDC2E3 with #C2CDE3 are triadic colors.