COLOR #C9F7DB

HEX: #C9F7DB
RGB: (201,247,219)

Color info

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

RGB color model

#C9F7DB color RGB value is (201,247,219).

  • red value is 201;
  • green value is 247;
  • blue value is 219.
RGB:
(201,247,219)
(79%,97%,86%)

RGB channels and saturation

R 201 of 255 = 79%
G 247 of 255 = 97%
B 219 of 255 = 86%

201
247
219

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

Portions of RGB colors in percentages

R + G + B =
201 + 247 + 219 = 667 (100%)
R 201 of 667 ~ 30.13%
G 247 of 667 ~ 37.03%
B 219 of 667 ~ 32.83%

%30.13
%37.03
%32.83

CMYK color model

#C9F7DB color CMYK value is (19,0,11,3).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(19,0,11,3)
C19M0Y11K3 
(19%,0%,11%,3%)
(0.19/0.00/0.11/0.03)	

CMYK percentages

%18.62
%0
%11.34
%3.14

Codes

Color #C9F7DB in popluar color models

C9F7DB
RGB201247219
HSL143°74.19%87.84%
HSB/HSV143°18.62%96.86%
CMYK18.62%0.00%11.34%
3.14%

Color #C9F7DB in popluar number systems.

HEXC9F7DB
Decimal201247219
Binary110010011111011111011011
Octal311367333

Shades and tints

Shades of #C9F7DB

#C9F7DB
(201,247,219)
#B7E1C8
(183,225,200)
#A5CBB5
(165,203,181)
#93B5A2
(147,181,162)
#819F8F
(129,159,143)
#6F897C
(111,137,124)
#5D7369
(93,115,105)
#4B5D56
(75,93,86)
#394743
(57,71,67)
#273130
(39,49,48)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #C9F7DB

#C9F7DB
(201,247,219)
#CDF7DE
(205,247,222)
#D1F7E1
(209,247,225)
#D5F7E4
(213,247,228)
#D9F7E7
(217,247,231)
#DDF7EA
(221,247,234)
#E1F7ED
(225,247,237)
#E5F7F0
(229,247,240)
#E9F7F3
(233,247,243)
#EDF7F6
(237,247,246)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F7DB; }

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

This text font color is #C9F7DB.


Background Color

.myBgColor { background-color: #C9F7DB; }

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

This div background color is #C9F7DB.


Border color

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

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

This div border color is #C9F7DB.


Opacity

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

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

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

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

This text has shadow with #C9F7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F7DB on black background.


Color preview on white background

This text has color #C9F7DB on white background.



Black color preview on #C9F7DB background

This text has black color on #C9F7DB background.


White color preview on #C9F7DB background

This text has white color on #C9F7DB background.