COLOR #C2CAEF

HEX: #C2CAEF
RGB: (194,202,239)

Color info

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

RGB color model

#C2CAEF color RGB value is (194,202,239).

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

RGB channels and saturation

R 194 of 255 = 76%
G 202 of 255 = 79%
B 239 of 255 = 94%

194
202
239

R + G + B ~ 83%. #C2CAEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 202 + 239 = 635 (100%)
R 194 of 635 ~ 30.55%
G 202 of 635 ~ 31.81%
B 239 of 635 ~ 37.64%

%30.55
%31.81
%37.64

CMYK color model

#C2CAEF color CMYK value is (19,15,0,6).

  • cyan value is 18.83%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(19,15,0,6)
C19M15Y0K6 
(19%,15%,0%,6%)
(0.19/0.15/0.00/0.06)	

CMYK percentages

%18.83
%15.48
%0
%6.27

Codes

Color #C2CAEF in popluar color models

C2CAEF
RGB194202239
HSL229°58.44%84.90%
HSB/HSV229°18.83%93.73%
CMYK18.83%15.48%0.00%
6.27%

Color #C2CAEF in popluar number systems.

HEXC2CAEF
Decimal194202239
Binary110000101100101011101111
Octal302312357

Shades and tints

Shades of #C2CAEF

#C2CAEF
(194,202,239)
#B1B8DA
(177,184,218)
#A0A6C5
(160,166,197)
#8F94B0
(143,148,176)
#7E829B
(126,130,155)
#6D7086
(109,112,134)
#5C5E71
(92,94,113)
#4B4C5C
(75,76,92)
#3A3A47
(58,58,71)
#292832
(41,40,50)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #C2CAEF

#C2CAEF
(194,202,239)
#C7CEF0
(199,206,240)
#CCD2F1
(204,210,241)
#D1D6F2
(209,214,242)
#D6DAF3
(214,218,243)
#DBDEF4
(219,222,244)
#E0E2F5
(224,226,245)
#E5E6F6
(229,230,246)
#EAEAF7
(234,234,247)
#EFEEF8
(239,238,248)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CAEF; }

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

This text font color is #C2CAEF.


Background Color

.myBgColor { background-color: #C2CAEF; }

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

This div background color is #C2CAEF.


Border color

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

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

This div border color is #C2CAEF.


Opacity

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

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

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

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

This text has shadow with #C2CAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CAEF on black background.


Color preview on white background

This text has color #C2CAEF on white background.



Black color preview on #C2CAEF background

This text has black color on #C2CAEF background.


White color preview on #C2CAEF background

This text has white color on #C2CAEF background.