COLOR #C9C9DA

HEX: #C9C9DA
RGB: (201,201,218)

Color info

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

RGB color model

#C9C9DA color RGB value is (201,201,218).

  • red value is 201;
  • green value is 201;
  • blue value is 218.
RGB:
(201,201,218)
(79%,79%,85%)

RGB channels and saturation

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

201
201
218

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

Portions of RGB colors in percentages

R + G + B =
201 + 201 + 218 = 620 (100%)
R 201 of 620 ~ 32.42%
G 201 of 620 ~ 32.42%
B 218 of 620 ~ 35.16%

%32.42
%32.42
%35.16

CMYK color model

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

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

CMYK percentages

%7.8
%7.8
%0
%14.51

Codes

Color #C9C9DA in popluar color models

C9C9DA
RGB201201218
HSL240°18.68%82.16%
HSB/HSV240°7.80%85.49%
CMYK7.80%7.80%0.00%
14.51%

Color #C9C9DA in popluar number systems.

HEXC9C9DA
Decimal201201218
Binary110010011100100111011010
Octal311311332

Shades and tints

Shades of #C9C9DA

#C9C9DA
(201,201,218)
#B7B7C7
(183,183,199)
#A5A5B4
(165,165,180)
#9393A1
(147,147,161)
#81818E
(129,129,142)
#6F6F7B
(111,111,123)
#5D5D68
(93,93,104)
#4B4B55
(75,75,85)
#393942
(57,57,66)
#27272F
(39,39,47)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #C9C9DA

#C9C9DA
(201,201,218)
#CDCDDD
(205,205,221)
#D1D1E0
(209,209,224)
#D5D5E3
(213,213,227)
#D9D9E6
(217,217,230)
#DDDDE9
(221,221,233)
#E1E1EC
(225,225,236)
#E5E5EF
(229,229,239)
#E9E9F2
(233,233,242)
#EDEDF5
(237,237,245)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C9DA; }

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

This text font color is #C9C9DA.


Background Color

.myBgColor { background-color: #C9C9DA; }

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

This div background color is #C9C9DA.


Border color

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

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

This div border color is #C9C9DA.


Opacity

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

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

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

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

This text has shadow with #C9C9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C9DA on black background.


Color preview on white background

This text has color #C9C9DA on white background.



Black color preview on #C9C9DA background

This text has black color on #C9C9DA background.


White color preview on #C9C9DA background

This text has white color on #C9C9DA background.