COLOR #C9C1DE

HEX: #C9C1DE
RGB: (201,193,222)

Color info

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

RGB color model

#C9C1DE color RGB value is (201,193,222).

  • red value is 201;
  • green value is 193;
  • blue value is 222.
RGB:
(201,193,222)
(79%,76%,87%)

RGB channels and saturation

R 201 of 255 = 79%
G 193 of 255 = 76%
B 222 of 255 = 87%

201
193
222

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

Portions of RGB colors in percentages

R + G + B =
201 + 193 + 222 = 616 (100%)
R 201 of 616 ~ 32.63%
G 193 of 616 ~ 31.33%
B 222 of 616 ~ 36.04%

%32.63
%31.33
%36.04

CMYK color model

#C9C1DE color CMYK value is (9,13,0,13).

  • cyan value is 9.46%
  • magenta value is 13.06%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(9,13,0,13)
C9M13Y0K13 
(9%,13%,0%,13%)
(0.09/0.13/0.00/0.13)	

CMYK percentages

%9.46
%13.06
%0
%12.94

Codes

Color #C9C1DE in popluar color models

C9C1DE
RGB201193222
HSL257°30.53%81.37%
HSB/HSV257°13.06%87.06%
CMYK9.46%13.06%0.00%
12.94%

Color #C9C1DE in popluar number systems.

HEXC9C1DE
Decimal201193222
Binary110010011100000111011110
Octal311301336

Shades and tints

Shades of #C9C1DE

#C9C1DE
(201,193,222)
#B7B0CA
(183,176,202)
#A59FB6
(165,159,182)
#938EA2
(147,142,162)
#817D8E
(129,125,142)
#6F6C7A
(111,108,122)
#5D5B66
(93,91,102)
#4B4A52
(75,74,82)
#39393E
(57,57,62)
#27282A
(39,40,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9C1DE

#C9C1DE
(201,193,222)
#CDC6E1
(205,198,225)
#D1CBE4
(209,203,228)
#D5D0E7
(213,208,231)
#D9D5EA
(217,213,234)
#DDDAED
(221,218,237)
#E1DFF0
(225,223,240)
#E5E4F3
(229,228,243)
#E9E9F6
(233,233,246)
#EDEEF9
(237,238,249)
#F1F3FC
(241,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C1DE; }

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

This text font color is #C9C1DE.


Background Color

.myBgColor { background-color: #C9C1DE; }

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

This div background color is #C9C1DE.


Border color

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

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

This div border color is #C9C1DE.


Opacity

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

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

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

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

This text has shadow with #C9C1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C1DE on black background.


Color preview on white background

This text has color #C9C1DE on white background.



Black color preview on #C9C1DE background

This text has black color on #C9C1DE background.


White color preview on #C9C1DE background

This text has white color on #C9C1DE background.