COLOR #C2C3DA

HEX: #C2C3DA
RGB: (194,195,218)

Color info

#C2C3DA contains red, green and blue colors in about the same proportion. Web safe color of #C2C3DA is #CCCCCC (or #CCC).

RGB color model

#C2C3DA color RGB value is (194,195,218).

  • red value is 194;
  • green value is 195;
  • blue value is 218.
RGB:
(194,195,218)
(76%,76%,85%)

RGB channels and saturation

R 194 of 255 = 76%
G 195 of 255 = 76%
B 218 of 255 = 85%

194
195
218

R + G + B ~ 79%. #C2C3DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 195 + 218 = 607 (100%)
R 194 of 607 ~ 31.96%
G 195 of 607 ~ 32.13%
B 218 of 607 ~ 35.91%

%31.96
%32.13
%35.91

CMYK color model

#C2C3DA color CMYK value is (11,11,0,15).

  • cyan value is 11.01%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(11,11,0,15)
C11M11Y0K15 
(11%,11%,0%,15%)
(0.11/0.11/0.00/0.15)	

CMYK percentages

%11.01
%10.55
%0
%14.51

Codes

Color #C2C3DA in popluar color models

C2C3DA
RGB194195218
HSL238°24.49%80.78%
HSB/HSV238°11.01%85.49%
CMYK11.01%10.55%0.00%
14.51%

Color #C2C3DA in popluar number systems.

HEXC2C3DA
Decimal194195218
Binary110000101100001111011010
Octal302303332

Shades and tints

Shades of #C2C3DA

#C2C3DA
(194,195,218)
#B1B2C7
(177,178,199)
#A0A1B4
(160,161,180)
#8F90A1
(143,144,161)
#7E7F8E
(126,127,142)
#6D6E7B
(109,110,123)
#5C5D68
(92,93,104)
#4B4C55
(75,76,85)
#3A3B42
(58,59,66)
#292A2F
(41,42,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #C2C3DA

#C2C3DA
(194,195,218)
#C7C8DD
(199,200,221)
#CCCDE0
(204,205,224)
#D1D2E3
(209,210,227)
#D6D7E6
(214,215,230)
#DBDCE9
(219,220,233)
#E0E1EC
(224,225,236)
#E5E6EF
(229,230,239)
#EAEBF2
(234,235,242)
#EFF0F5
(239,240,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C3DA; }

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

This text font color is #C2C3DA.


Background Color

.myBgColor { background-color: #C2C3DA; }

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

This div background color is #C2C3DA.


Border color

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

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

This div border color is #C2C3DA.


Opacity

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

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

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

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

This text has shadow with #C2C3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C3DA on black background.


Color preview on white background

This text has color #C2C3DA on white background.



Black color preview on #C2C3DA background

This text has black color on #C2C3DA background.


White color preview on #C2C3DA background

This text has white color on #C2C3DA background.