COLOR #C9C7DA

HEX: #C9C7DA RGB: (201,199,218)

Color info

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

RGB color model

#C9C7DA color RGB value is (201,199,218).

RGB: (201,199,218) (79%, 78%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 199 of 255 = 78%
B 218 of 255 = 85%

201
199
218

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

Portions of RGB colors in percentages

R + G + B = 201 + 199 + 218 = 618 (100%)
R 201 of 618 ~ 32.52%
G 199 of 618 ~ 32.2%
B 218 of 618 ~ 35.28'%

%32.52
%32.2
%35.28

CMYK color model

#C9C7DA color CMYK value is (8,9,0,15).

  • cyan value is 7.80%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (8,9,0,15) C8M9Y0K15 (8%,9%,0%,15%) (0.08/0.09/0.00/0.15) 

CMYK percentages

%7.8
%8.72
%0
%14.51

Codes

Color #C9C7DA in popluar color models

C9 C7 DA
RGB 201 199 218
HSL 246° 20.43% 81.76%
HSB/HSV 246° 8.72% 85.49%
CMYK 7.80% 8.72% 0.00%
14.51%

Color #C9C7DA in popluar number systems.

HEX C9 C7 DA
Decimal 201 199 218
Binary 11001001 11000111 11011010
Octal 311 307 332

Shades and tints

Shades of #C9C7DA

#C9C7DA
(201,199,218)
#B7B5C7
(183,181,199)
#A5A3B4
(165,163,180)
#9391A1
(147,145,161)
#817F8E
(129,127,142)
#6F6D7B
(111,109,123)
#5D5B68
(93,91,104)
#4B4955
(75,73,85)
#393742
(57,55,66)
#27252F
(39,37,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #C9C7DA

#C9C7DA
(201,199,218)
#CDCCDD
(205,204,221)
#D1D1E0
(209,209,224)
#D5D6E3
(213,214,227)
#D9DBE6
(217,219,230)
#DDE0E9
(221,224,233)
#E1E5EC
(225,229,236)
#E5EAEF
(229,234,239)
#E9EFF2
(233,239,242)
#EDF4F5
(237,244,245)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C7DA color. Also use rgb(201,199,218) instead hex code.

Text Font Color

.myTextColor { color: #C9C7DA; }

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

This text font color is #C9C7DA.

Background Color

.myBgColor { background-color: #C9C7DA; }

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

This div background color is #C9C7DA.

Border color

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

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

This div border color is #C9C7DA.

Opacity

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

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

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

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

This text has shadow with #C9C7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C7DA.

Preview

Color preview on black background

This text has color #C9C7DA on black background.


Color preview on white background

This text has color #C9C7DA on white background.


Black color preview on #C9C7DA background

This text has black color on #C9C7DA background.


White color preview on #C9C7DA background

This text has white color on #C9C7DA background.


Related colors

Complementary color

Complementary color for #hex is #363825.


I love getcolorcode.com

Triadic colors

1 #DAC9C7 and #C7DAC9 with #C9C7DA are triadic colors.

2 #DAC7C9 and #C7C9DA with #C9C7DA are triadic colors.