COLOR #C3C2DA

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

Color info

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

RGB color model

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

RGB: (195,194,218) (76%, 76%, 85%)

RGB channels and saturation

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

195
194
218

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

Portions of RGB colors in percentages

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

%32.13
%31.96
%35.91

CMYK color model

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

  • cyan value is 10.55%
  • magenta value is 11.01%
  • 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

%10.55
%11.01
%0
%14.51

Codes

Color #C3C2DA in popluar color models

C3 C2 DA
RGB 195 194 218
HSL 243° 24.49% 80.78%
HSB/HSV 243° 11.01% 85.49%
CMYK 10.55% 11.01% 0.00%
14.51%

Color #C3C2DA in popluar number systems.

HEX C3 C2 DA
Decimal 195 194 218
Binary 11000011 11000010 11011010
Octal 303 302 332

Shades and tints

Shades of #C3C2DA

#C3C2DA
(195,194,218)
#B2B1C7
(178,177,199)
#A1A0B4
(161,160,180)
#908FA1
(144,143,161)
#7F7E8E
(127,126,142)
#6E6D7B
(110,109,123)
#5D5C68
(93,92,104)
#4C4B55
(76,75,85)
#3B3A42
(59,58,66)
#2A292F
(42,41,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #C3C2DA

#C3C2DA
(195,194,218)
#C8C7DD
(200,199,221)
#CDCCE0
(205,204,224)
#D2D1E3
(210,209,227)
#D7D6E6
(215,214,230)
#DCDBE9
(220,219,233)
#E1E0EC
(225,224,236)
#E6E5EF
(230,229,239)
#EBEAF2
(235,234,242)
#F0EFF5
(240,239,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C2DA; }

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

This text font color is #C3C2DA.

Background Color

.myBgColor { background-color: #C3C2DA; }

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

This div background color is #C3C2DA.

Border color

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

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

This div border color is #C3C2DA.

Opacity

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

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

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

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

This text has shadow with #C3C2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C2DA.

Preview

Color preview on black background

This text has color #C3C2DA on black background.


Color preview on white background

This text has color #C3C2DA on white background.


Black color preview on #C3C2DA background

This text has black color on #C3C2DA background.


White color preview on #C3C2DA background

This text has white color on #C3C2DA background.


Related colors

Complementary color

Complementary color for #hex is #3C3D25.


I love getcolorcode.com

Triadic colors

1 #DAC3C2 and #C2DAC3 with #C3C2DA are triadic colors.

2 #DAC2C3 and #C2C3DA with #C3C2DA are triadic colors.