COLOR #C9DFCF

HEX: #C9DFCF
RGB: (201,223,207)

Color info

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

RGB color model

#C9DFCF color RGB value is (201,223,207).

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

RGB channels and saturation

R 201 of 255 = 79%
G 223 of 255 = 87%
B 207 of 255 = 81%

201
223
207

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

Portions of RGB colors in percentages

R + G + B =
201 + 223 + 207 = 631 (100%)
R 201 of 631 ~ 31.85%
G 223 of 631 ~ 35.34%
B 207 of 631 ~ 32.81%

%31.85
%35.34
%32.81

CMYK color model

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

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 12.55%
CMYK: (10,0,7,13) C10M0Y7K13 (10%,0%,7%,13%) (0.10/0.00/0.07/0.13)

CMYK percentages

%9.87
%0
%7.17
%12.55

Codes

Color #C9DFCF in popluar color models

C9DFCF
RGB201223207
HSL136°25.58%83.14%
HSB/HSV136°9.87%87.45%
CMYK9.87%0.00%7.17%
12.55%

Color #C9DFCF in popluar number systems.

HEXC9DFCF
Decimal201223207
Binary110010011101111111001111
Octal311337317

Shades and tints

Shades of #C9DFCF

#C9DFCF
(201,223,207)
#B7CBBD
(183,203,189)
#A5B7AB
(165,183,171)
#93A399
(147,163,153)
#818F87
(129,143,135)
#6F7B75
(111,123,117)
#5D6763
(93,103,99)
#4B5351
(75,83,81)
#393F3F
(57,63,63)
#272B2D
(39,43,45)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #C9DFCF

#C9DFCF
(201,223,207)
#CDE1D3
(205,225,211)
#D1E3D7
(209,227,215)
#D5E5DB
(213,229,219)
#D9E7DF
(217,231,223)
#DDE9E3
(221,233,227)
#E1EBE7
(225,235,231)
#E5EDEB
(229,237,235)
#E9EFEF
(233,239,239)
#EDF1F3
(237,241,243)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFCF; }

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

This text font color is #C9DFCF.


Background Color

.myBgColor { background-color: #C9DFCF; }

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

This div background color is #C9DFCF.


Border color

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

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

This div border color is #C9DFCF.


Opacity

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

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

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

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

This text has shadow with #C9DFCF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9DFCF on black background.


Color preview on white background

This text has color #C9DFCF on white background.



Black color preview on #C9DFCF background

This text has black color on #C9DFCF background.


White color preview on #C9DFCF background

This text has white color on #C9DFCF background.