COLOR #C2CFF2

HEX: #C2CFF2
RGB: (194,207,242)

Color info

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

RGB color model

#C2CFF2 color RGB value is (194,207,242).

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

RGB channels and saturation

R 194 of 255 = 76%
G 207 of 255 = 81%
B 242 of 255 = 95%

194
207
242

R + G + B ~ 84%. #C2CFF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 207 + 242 = 643 (100%)
R 194 of 643 ~ 30.17%
G 207 of 643 ~ 32.19%
B 242 of 643 ~ 37.64%

%30.17
%32.19
%37.64

CMYK color model

#C2CFF2 color CMYK value is (20,14,0,5).

  • cyan value is 19.83%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(20,14,0,5)
C20M14Y0K5 
(20%,14%,0%,5%)
(0.20/0.14/0.00/0.05)	

CMYK percentages

%19.83
%14.46
%0
%5.1

Codes

Color #C2CFF2 in popluar color models

C2CFF2
RGB194207242
HSL224°64.86%85.49%
HSB/HSV224°19.83%94.90%
CMYK19.83%14.46%0.00%
5.10%

Color #C2CFF2 in popluar number systems.

HEXC2CFF2
Decimal194207242
Binary110000101100111111110010
Octal302317362

Shades and tints

Shades of #C2CFF2

#C2CFF2
(194,207,242)
#B1BDDC
(177,189,220)
#A0ABC6
(160,171,198)
#8F99B0
(143,153,176)
#7E879A
(126,135,154)
#6D7584
(109,117,132)
#5C636E
(92,99,110)
#4B5158
(75,81,88)
#3A3F42
(58,63,66)
#292D2C
(41,45,44)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #C2CFF2

#C2CFF2
(194,207,242)
#C7D3F3
(199,211,243)
#CCD7F4
(204,215,244)
#D1DBF5
(209,219,245)
#D6DFF6
(214,223,246)
#DBE3F7
(219,227,247)
#E0E7F8
(224,231,248)
#E5EBF9
(229,235,249)
#EAEFFA
(234,239,250)
#EFF3FB
(239,243,251)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CFF2; }

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

This text font color is #C2CFF2.


Background Color

.myBgColor { background-color: #C2CFF2; }

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

This div background color is #C2CFF2.


Border color

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

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

This div border color is #C2CFF2.


Opacity

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

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

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

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

This text has shadow with #C2CFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CFF2 on black background.


Color preview on white background

This text has color #C2CFF2 on white background.



Black color preview on #C2CFF2 background

This text has black color on #C2CFF2 background.


White color preview on #C2CFF2 background

This text has white color on #C2CFF2 background.