COLOR #C2CAF2

HEX: #C2CAF2
RGB: (194,202,242)

Color info

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

RGB color model

#C2CAF2 color RGB value is (194,202,242).

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

RGB channels and saturation

R 194 of 255 = 76%
G 202 of 255 = 79%
B 242 of 255 = 95%

194
202
242

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

Portions of RGB colors in percentages

R + G + B =
194 + 202 + 242 = 638 (100%)
R 194 of 638 ~ 30.41%
G 202 of 638 ~ 31.66%
B 242 of 638 ~ 37.93%

%30.41
%31.66
%37.93

CMYK color model

#C2CAF2 color CMYK value is (20,17,0,5).

  • cyan value is 19.83%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(20,17,0,5)
C20M17Y0K5 
(20%,17%,0%,5%)
(0.20/0.17/0.00/0.05)	

CMYK percentages

%19.83
%16.53
%0
%5.1

Codes

Color #C2CAF2 in popluar color models

C2CAF2
RGB194202242
HSL230°64.86%85.49%
HSB/HSV230°19.83%94.90%
CMYK19.83%16.53%0.00%
5.10%

Color #C2CAF2 in popluar number systems.

HEXC2CAF2
Decimal194202242
Binary110000101100101011110010
Octal302312362

Shades and tints

Shades of #C2CAF2

#C2CAF2
(194,202,242)
#B1B8DC
(177,184,220)
#A0A6C6
(160,166,198)
#8F94B0
(143,148,176)
#7E829A
(126,130,154)
#6D7084
(109,112,132)
#5C5E6E
(92,94,110)
#4B4C58
(75,76,88)
#3A3A42
(58,58,66)
#29282C
(41,40,44)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #C2CAF2

#C2CAF2
(194,202,242)
#C7CEF3
(199,206,243)
#CCD2F4
(204,210,244)
#D1D6F5
(209,214,245)
#D6DAF6
(214,218,246)
#DBDEF7
(219,222,247)
#E0E2F8
(224,226,248)
#E5E6F9
(229,230,249)
#EAEAFA
(234,234,250)
#EFEEFB
(239,238,251)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CAF2; }

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

This text font color is #C2CAF2.


Background Color

.myBgColor { background-color: #C2CAF2; }

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

This div background color is #C2CAF2.


Border color

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

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

This div border color is #C2CAF2.


Opacity

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

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

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

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

This text has shadow with #C2CAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CAF2 on black background.


Color preview on white background

This text has color #C2CAF2 on white background.



Black color preview on #C2CAF2 background

This text has black color on #C2CAF2 background.


White color preview on #C2CAF2 background

This text has white color on #C2CAF2 background.