COLOR #C9C3DF

HEX: #C9C3DF RGB: (201,195,223)

Color info

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

RGB color model

#C9C3DF color RGB value is (201,195,223).

RGB: (201,195,223) (79%, 76%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 223 of 255 = 87%

201
195
223

R + G + B ~ 81%. #C9C3DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 195 + 223 = 619 (100%)
R 201 of 619 ~ 32.47%
G 195 of 619 ~ 31.5%
B 223 of 619 ~ 36.03'%

%32.47
%31.5
%36.03

CMYK color model

#C9C3DF color CMYK value is (10,13,0,13).

  • cyan value is 9.87%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (10,13,0,13)
C10M13Y0K13 (10%, 13%, 0%, 13%)
(0.10 / 0.13 / 0.00 / 0.13)

CMYK percentages

%9.87
%12.56
%0
%12.55

Codes

Color #C9C3DF in popluar color models

C9 C3 DF
RGB 201 195 223
HSL 253° 30.43% 81.96%
HSB/HSV 253° 12.56% 87.45%
CMYK 9.87% 12.56% 0.00%
12.55%

Color #C9C3DF in popluar number systems.

HEX C9 C3 DF
Decimal 201 195 223
Binary 11001001 11000011 11011111
Octal 311 303 337

Shades and tints

Shades of #C9C3DF

#C9C3DF
(201,195,223)
#B7B2CB
(183,178,203)
#A5A1B7
(165,161,183)
#9390A3
(147,144,163)
#817F8F
(129,127,143)
#6F6E7B
(111,110,123)
#5D5D67
(93,93,103)
#4B4C53
(75,76,83)
#393B3F
(57,59,63)
#272A2B
(39,42,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #C9C3DF

#C9C3DF
(201,195,223)
#CDC8E1
(205,200,225)
#D1CDE3
(209,205,227)
#D5D2E5
(213,210,229)
#D9D7E7
(217,215,231)
#DDDCE9
(221,220,233)
#E1E1EB
(225,225,235)
#E5E6ED
(229,230,237)
#E9EBEF
(233,235,239)
#EDF0F1
(237,240,241)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C3DF color. Also use rgb(201,195,223) instead hex code.

Text Font Color

.myTextColor { color: #C9C3DF; }

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

This text font color is #C9C3DF.

Background Color

.myBgColor { background-color: #C9C3DF; }

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

This div background color is #C9C3DF.

Border color

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

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

This div border color is #C9C3DF.

Opacity

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

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

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

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

This text has shadow with #C9C3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C3DF.

Preview

Color preview on black background

This text has color #C9C3DF on black background.


Color preview on white background

This text has color #C9C3DF on white background.


Black color preview on #C9C3DF background

This text has black color on #C9C3DF background.


White color preview on #C9C3DF background

This text has white color on #C9C3DF background.


Related colors

Complementary color

Complementary color for #hex is #363C20.


I love getcolorcode.com

Triadic colors

1 #DFC9C3 and #C3DFC9 with #C9C3DF are triadic colors.

2 #DFC3C9 and #C3C9DF with #C9C3DF are triadic colors.