COLOR #C2C3DC

HEX: #C2C3DC RGB: (194,195,220)

Color info

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

RGB color model

#C2C3DC color RGB value is (194,195,220).

RGB: (194,195,220) (76%, 76%, 86%)

RGB channels and saturation

R 194 of 255 = 76%
G 195 of 255 = 76%
B 220 of 255 = 86%

194
195
220

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

Portions of RGB colors in percentages

R + G + B = 194 + 195 + 220 = 609 (100%)
R 194 of 609 ~ 31.86%
G 195 of 609 ~ 32.02%
B 220 of 609 ~ 36.12'%

%31.86
%32.02
%36.12

CMYK color model

#C2C3DC color CMYK value is (12,11,0,14).

  • cyan value is 11.82%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (12,11,0,14)
C12M11Y0K14 (12%, 11%, 0%, 14%)
(0.12 / 0.11 / 0.00 / 0.14)

CMYK percentages

%11.82
%11.36
%0
%13.73

Codes

Color #C2C3DC in popluar color models

C2 C3 DC
RGB 194 195 220
HSL 238° 27.08% 81.18%
HSB/HSV 238° 11.82% 86.27%
CMYK 11.82% 11.36% 0.00%
13.73%

Color #C2C3DC in popluar number systems.

HEX C2 C3 DC
Decimal 194 195 220
Binary 11000010 11000011 11011100
Octal 302 303 334

Shades and tints

Shades of #C2C3DC

#C2C3DC
(194,195,220)
#B1B2C8
(177,178,200)
#A0A1B4
(160,161,180)
#8F90A0
(143,144,160)
#7E7F8C
(126,127,140)
#6D6E78
(109,110,120)
#5C5D64
(92,93,100)
#4B4C50
(75,76,80)
#3A3B3C
(58,59,60)
#292A28
(41,42,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #C2C3DC

#C2C3DC
(194,195,220)
#C7C8DF
(199,200,223)
#CCCDE2
(204,205,226)
#D1D2E5
(209,210,229)
#D6D7E8
(214,215,232)
#DBDCEB
(219,220,235)
#E0E1EE
(224,225,238)
#E5E6F1
(229,230,241)
#EAEBF4
(234,235,244)
#EFF0F7
(239,240,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C3DC; }

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

This text font color is #C2C3DC.

Background Color

.myBgColor { background-color: #C2C3DC; }

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

This div background color is #C2C3DC.

Border color

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

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

This div border color is #C2C3DC.

Opacity

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

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

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

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

This text has shadow with #C2C3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C3DC.

Preview

Color preview on black background

This text has color #C2C3DC on black background.


Color preview on white background

This text has color #C2C3DC on white background.


Black color preview on #C2C3DC background

This text has black color on #C2C3DC background.


White color preview on #C2C3DC background

This text has white color on #C2C3DC background.


Related colors

Complementary color

Complementary color for #hex is #3D3C23.


I love getcolorcode.com

Triadic colors

1 #DCC2C3 and #C3DCC2 with #C2C3DC are triadic colors.

2 #DCC3C2 and #C3C2DC with #C2C3DC are triadic colors.