COLOR #C2C2F4

HEX: #C2C2F4 RGB: (194,194,244)

Color info

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

RGB color model

#C2C2F4 color RGB value is (194,194,244).

RGB: (194,194,244) (76%, 76%, 96%)

RGB channels and saturation

R 194 of 255 = 76%
G 194 of 255 = 76%
B 244 of 255 = 96%

194
194
244

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

Portions of RGB colors in percentages

R + G + B = 194 + 194 + 244 = 632 (100%)
R 194 of 632 ~ 30.7%
G 194 of 632 ~ 30.7%
B 244 of 632 ~ 38.61'%

%30.7
%30.7
%38.61

CMYK color model

#C2C2F4 color CMYK value is (20,20,0,4).

  • cyan value is 20.49%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (20,20,0,4) C20M20Y0K4 (20%,20%,0%,4%) (0.20/0.20/0.00/0.04) 

CMYK percentages

%20.49
%20.49
%0
%4.31

Codes

Color #C2C2F4 in popluar color models

C2 C2 F4
RGB 194 194 244
HSL 240° 69.44% 85.88%
HSB/HSV 240° 20.49% 95.69%
CMYK 20.49% 20.49% 0.00%
4.31%

Color #C2C2F4 in popluar number systems.

HEX C2 C2 F4
Decimal 194 194 244
Binary 11000010 11000010 11110100
Octal 302 302 364

Shades and tints

Shades of #C2C2F4

#C2C2F4
(194,194,244)
#B1B1DE
(177,177,222)
#A0A0C8
(160,160,200)
#8F8FB2
(143,143,178)
#7E7E9C
(126,126,156)
#6D6D86
(109,109,134)
#5C5C70
(92,92,112)
#4B4B5A
(75,75,90)
#3A3A44
(58,58,68)
#29292E
(41,41,46)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #C2C2F4

#C2C2F4
(194,194,244)
#C7C7F5
(199,199,245)
#CCCCF6
(204,204,246)
#D1D1F7
(209,209,247)
#D6D6F8
(214,214,248)
#DBDBF9
(219,219,249)
#E0E0FA
(224,224,250)
#E5E5FB
(229,229,251)
#EAEAFC
(234,234,252)
#EFEFFD
(239,239,253)
#F4F4FE
(244,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C2F4; }

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

This text font color is #C2C2F4.

Background Color

.myBgColor { background-color: #C2C2F4; }

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

This div background color is #C2C2F4.

Border color

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

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

This div border color is #C2C2F4.

Opacity

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

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

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

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

This text has shadow with #C2C2F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C2F4.

Preview

Color preview on black background

This text has color #C2C2F4 on black background.


Color preview on white background

This text has color #C2C2F4 on white background.


Black color preview on #C2C2F4 background

This text has black color on #C2C2F4 background.


White color preview on #C2C2F4 background

This text has white color on #C2C2F4 background.


Related colors

Complementary color

Complementary color for #hex is #3D3D0B.


I love getcolorcode.com