COLOR #C9F1DD

HEX: #C9F1DD
RGB: (201,241,221)

Color info

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

RGB color model

#C9F1DD color RGB value is (201,241,221).

  • red value is 201;
  • green value is 241;
  • blue value is 221.
RGB:
(201,241,221)
(79%,95%,87%)

RGB channels and saturation

R 201 of 255 = 79%
G 241 of 255 = 95%
B 221 of 255 = 87%

201
241
221

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

Portions of RGB colors in percentages

R + G + B =
201 + 241 + 221 = 663 (100%)
R 201 of 663 ~ 30.32%
G 241 of 663 ~ 36.35%
B 221 of 663 ~ 33.33%

%30.32
%36.35
%33.33

CMYK color model

#C9F1DD color CMYK value is (17,0,8,5).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%
CMYK:
(17,0,8,5)
C17M0Y8K5 
(17%,0%,8%,5%)
(0.17/0.00/0.08/0.05)	

CMYK percentages

%16.6
%0
%8.3
%5.49

Codes

Color #C9F1DD in popluar color models

C9F1DD
RGB201241221
HSL150°58.82%86.67%
HSB/HSV150°16.60%94.51%
CMYK16.60%0.00%8.30%
5.49%

Color #C9F1DD in popluar number systems.

HEXC9F1DD
Decimal201241221
Binary110010011111000111011101
Octal311361335

Shades and tints

Shades of #C9F1DD

#C9F1DD
(201,241,221)
#B7DCC9
(183,220,201)
#A5C7B5
(165,199,181)
#93B2A1
(147,178,161)
#819D8D
(129,157,141)
#6F8879
(111,136,121)
#5D7365
(93,115,101)
#4B5E51
(75,94,81)
#39493D
(57,73,61)
#273429
(39,52,41)
#151F15
(21,31,21)
#000000
(0,0,0)

Tints of #C9F1DD

#C9F1DD
(201,241,221)
#CDF2E0
(205,242,224)
#D1F3E3
(209,243,227)
#D5F4E6
(213,244,230)
#D9F5E9
(217,245,233)
#DDF6EC
(221,246,236)
#E1F7EF
(225,247,239)
#E5F8F2
(229,248,242)
#E9F9F5
(233,249,245)
#EDFAF8
(237,250,248)
#F1FBFB
(241,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F1DD color. Also use rgb(201,241,221) instead hex code.

Text Font Color

.myTextColor { color: #C9F1DD; }

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

This text font color is #C9F1DD.


Background Color

.myBgColor { background-color: #C9F1DD; }

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

This div background color is #C9F1DD.


Border color

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

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

This div border color is #C9F1DD.


Opacity

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

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

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

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

This text has shadow with #C9F1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F1DD on black background.


Color preview on white background

This text has color #C9F1DD on white background.



Black color preview on #C9F1DD background

This text has black color on #C9F1DD background.


White color preview on #C9F1DD background

This text has white color on #C9F1DD background.