COLOR #C9DACF

HEX: #C9DACF
RGB: (201,218,207)

Color info

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

RGB color model

#C9DACF color RGB value is (201,218,207).

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

RGB channels and saturation

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

201
218
207

R + G + B ~ 82%. #C9DACF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 218 + 207 = 626 (100%)
R 201 of 626 ~ 32.11%
G 218 of 626 ~ 34.82%
B 207 of 626 ~ 33.07%

%32.11
%34.82
%33.07

CMYK color model

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

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

CMYK percentages

%7.8
%0
%5.05
%14.51

Codes

Color #C9DACF in popluar color models

C9DACF
RGB201218207
HSL141°18.68%82.16%
HSB/HSV141°7.80%85.49%
CMYK7.80%0.00%5.05%
14.51%

Color #C9DACF in popluar number systems.

HEXC9DACF
Decimal201218207
Binary110010011101101011001111
Octal311332317

Shades and tints

Shades of #C9DACF

#C9DACF
(201,218,207)
#B7C7BD
(183,199,189)
#A5B4AB
(165,180,171)
#93A199
(147,161,153)
#818E87
(129,142,135)
#6F7B75
(111,123,117)
#5D6863
(93,104,99)
#4B5551
(75,85,81)
#39423F
(57,66,63)
#272F2D
(39,47,45)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #C9DACF

#C9DACF
(201,218,207)
#CDDDD3
(205,221,211)
#D1E0D7
(209,224,215)
#D5E3DB
(213,227,219)
#D9E6DF
(217,230,223)
#DDE9E3
(221,233,227)
#E1ECE7
(225,236,231)
#E5EFEB
(229,239,235)
#E9F2EF
(233,242,239)
#EDF5F3
(237,245,243)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DACF; }

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

This text font color is #C9DACF.


Background Color

.myBgColor { background-color: #C9DACF; }

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

This div background color is #C9DACF.


Border color

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

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

This div border color is #C9DACF.


Opacity

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

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

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

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

This text has shadow with #C9DACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DACF on black background.


Color preview on white background

This text has color #C9DACF on white background.



Black color preview on #C9DACF background

This text has black color on #C9DACF background.


White color preview on #C9DACF background

This text has white color on #C9DACF background.