COLOR #C9F0DF

HEX: #C9F0DF
RGB: (201,240,223)

Color info

#C9F0DF contains red, green and blue colors in about the same proportion. Web safe color of #C9F0DF is #CCFFCC (or #CFC).

RGB color model

#C9F0DF color RGB value is (201,240,223).

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

RGB channels and saturation

R 201 of 255 = 79%
G 240 of 255 = 94%
B 223 of 255 = 87%

201
240
223

R + G + B ~ 87%. #C9F0DF is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 240 + 223 = 664 (100%)
R 201 of 664 ~ 30.27%
G 240 of 664 ~ 36.14%
B 223 of 664 ~ 33.58%

%30.27
%36.14
%33.58

CMYK color model

#C9F0DF color CMYK value is (16,0,7,6).

  • cyan value is 16.25%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 5.88%
CMYK:
(16,0,7,6)
C16M0Y7K6 
(16%,0%,7%,6%)
(0.16/0.00/0.07/0.06)	

CMYK percentages

%16.25
%0
%7.08
%5.88

Codes

Color #C9F0DF in popluar color models

C9F0DF
RGB201240223
HSL154°56.52%86.47%
HSB/HSV154°16.25%94.12%
CMYK16.25%0.00%7.08%
5.88%

Color #C9F0DF in popluar number systems.

HEXC9F0DF
Decimal201240223
Binary110010011111000011011111
Octal311360337

Shades and tints

Shades of #C9F0DF

#C9F0DF
(201,240,223)
#B7DBCB
(183,219,203)
#A5C6B7
(165,198,183)
#93B1A3
(147,177,163)
#819C8F
(129,156,143)
#6F877B
(111,135,123)
#5D7267
(93,114,103)
#4B5D53
(75,93,83)
#39483F
(57,72,63)
#27332B
(39,51,43)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #C9F0DF

#C9F0DF
(201,240,223)
#CDF1E1
(205,241,225)
#D1F2E3
(209,242,227)
#D5F3E5
(213,243,229)
#D9F4E7
(217,244,231)
#DDF5E9
(221,245,233)
#E1F6EB
(225,246,235)
#E5F7ED
(229,247,237)
#E9F8EF
(233,248,239)
#EDF9F1
(237,249,241)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F0DF; }

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

This text font color is #C9F0DF.


Background Color

.myBgColor { background-color: #C9F0DF; }

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

This div background color is #C9F0DF.


Border color

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

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

This div border color is #C9F0DF.


Opacity

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

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

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

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

This text has shadow with #C9F0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F0DF on black background.


Color preview on white background

This text has color #C9F0DF on white background.



Black color preview on #C9F0DF background

This text has black color on #C9F0DF background.


White color preview on #C9F0DF background

This text has white color on #C9F0DF background.