COLOR #C2C2F3

HEX: #C2C2F3
RGB: (194,194,243)

Color info

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

RGB color model

#C2C2F3 color RGB value is (194,194,243).

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

RGB channels and saturation

R 194 of 255 = 76%
G 194 of 255 = 76%
B 243 of 255 = 95%

194
194
243

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

Portions of RGB colors in percentages

R + G + B =
194 + 194 + 243 = 631 (100%)
R 194 of 631 ~ 30.74%
G 194 of 631 ~ 30.74%
B 243 of 631 ~ 38.51%

%30.74
%30.74
%38.51

CMYK color model

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

  • cyan value is 20.16%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(20,20,0,5)
C20M20Y0K5 
(20%,20%,0%,5%)
(0.20/0.20/0.00/0.05)	

CMYK percentages

%20.16
%20.16
%0
%4.71

Codes

Color #C2C2F3 in popluar color models

C2C2F3
RGB194194243
HSL240°67.12%85.69%
HSB/HSV240°20.16%95.29%
CMYK20.16%20.16%0.00%
4.71%

Color #C2C2F3 in popluar number systems.

HEXC2C2F3
Decimal194194243
Binary110000101100001011110011
Octal302302363

Shades and tints

Shades of #C2C2F3

#C2C2F3
(194,194,243)
#B1B1DD
(177,177,221)
#A0A0C7
(160,160,199)
#8F8FB1
(143,143,177)
#7E7E9B
(126,126,155)
#6D6D85
(109,109,133)
#5C5C6F
(92,92,111)
#4B4B59
(75,75,89)
#3A3A43
(58,58,67)
#29292D
(41,41,45)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #C2C2F3

#C2C2F3
(194,194,243)
#C7C7F4
(199,199,244)
#CCCCF5
(204,204,245)
#D1D1F6
(209,209,246)
#D6D6F7
(214,214,247)
#DBDBF8
(219,219,248)
#E0E0F9
(224,224,249)
#E5E5FA
(229,229,250)
#EAEAFB
(234,234,251)
#EFEFFC
(239,239,252)
#F4F4FD
(244,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C2F3; }

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

This text font color is #C2C2F3.


Background Color

.myBgColor { background-color: #C2C2F3; }

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

This div background color is #C2C2F3.


Border color

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

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

This div border color is #C2C2F3.


Opacity

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

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

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

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

This text has shadow with #C2C2F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C2F3 on black background.


Color preview on white background

This text has color #C2C2F3 on white background.



Black color preview on #C2C2F3 background

This text has black color on #C2C2F3 background.


White color preview on #C2C2F3 background

This text has white color on #C2C2F3 background.