COLOR #C2CAE7

HEX: #C2CAE7
RGB: (194,202,231)

Color info

#C2CAE7 contains red, green and blue colors in about the same proportion. Web safe color of #C2CAE7 is #CCCCFF (or #CCF).

RGB color model

#C2CAE7 color RGB value is (194,202,231).

  • red value is 194;
  • green value is 202;
  • blue value is 231.
RGB:
(194,202,231)
(76%,79%,91%)

RGB channels and saturation

R 194 of 255 = 76%
G 202 of 255 = 79%
B 231 of 255 = 91%

194
202
231

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

Portions of RGB colors in percentages

R + G + B =
194 + 202 + 231 = 627 (100%)
R 194 of 627 ~ 30.94%
G 202 of 627 ~ 32.22%
B 231 of 627 ~ 36.84%

%30.94
%32.22
%36.84

CMYK color model

#C2CAE7 color CMYK value is (16,13,0,9).

  • cyan value is 16.02%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,13,0,9)
C16M13Y0K9 
(16%,13%,0%,9%)
(0.16/0.13/0.00/0.09)	

CMYK percentages

%16.02
%12.55
%0
%9.41

Codes

Color #C2CAE7 in popluar color models

C2CAE7
RGB194202231
HSL227°43.53%83.33%
HSB/HSV227°16.02%90.59%
CMYK16.02%12.55%0.00%
9.41%

Color #C2CAE7 in popluar number systems.

HEXC2CAE7
Decimal194202231
Binary110000101100101011100111
Octal302312347

Shades and tints

Shades of #C2CAE7

#C2CAE7
(194,202,231)
#B1B8D2
(177,184,210)
#A0A6BD
(160,166,189)
#8F94A8
(143,148,168)
#7E8293
(126,130,147)
#6D707E
(109,112,126)
#5C5E69
(92,94,105)
#4B4C54
(75,76,84)
#3A3A3F
(58,58,63)
#29282A
(41,40,42)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #C2CAE7

#C2CAE7
(194,202,231)
#C7CEE9
(199,206,233)
#CCD2EB
(204,210,235)
#D1D6ED
(209,214,237)
#D6DAEF
(214,218,239)
#DBDEF1
(219,222,241)
#E0E2F3
(224,226,243)
#E5E6F5
(229,230,245)
#EAEAF7
(234,234,247)
#EFEEF9
(239,238,249)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CAE7 color. Also use rgb(194,202,231) instead hex code.

Text Font Color

.myTextColor { color: #C2CAE7; }

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

This text font color is #C2CAE7.


Background Color

.myBgColor { background-color: #C2CAE7; }

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

This div background color is #C2CAE7.


Border color

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

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

This div border color is #C2CAE7.


Opacity

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

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

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

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

This text has shadow with #C2CAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CAE7 on black background.


Color preview on white background

This text has color #C2CAE7 on white background.



Black color preview on #C2CAE7 background

This text has black color on #C2CAE7 background.


White color preview on #C2CAE7 background

This text has white color on #C2CAE7 background.