COLOR #C9F1E9

HEX: #C9F1E9
RGB: (201,241,233)

Color info

#C9F1E9 contains red, green and blue colors in about the same proportion. Web safe color of #C9F1E9 is #CCFFFF (or #CFF).

RGB color model

#C9F1E9 color RGB value is (201,241,233).

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

RGB channels and saturation

R 201 of 255 = 79%
G 241 of 255 = 95%
B 233 of 255 = 91%

201
241
233

R + G + B ~ 88%. #C9F1E9 is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 241 + 233 = 675 (100%)
R 201 of 675 ~ 29.78%
G 241 of 675 ~ 35.7%
B 233 of 675 ~ 34.52%

%29.78
%35.7
%34.52

CMYK color model

#C9F1E9 color CMYK value is (17,0,3,5).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 3.32%
  • key color value is 5.49%
CMYK:
(17,0,3,5)
C17M0Y3K5 
(17%,0%,3%,5%)
(0.17/0.00/0.03/0.05)	

CMYK percentages

%16.6
%0
%3.32
%5.49

Codes

Color #C9F1E9 in popluar color models

C9F1E9
RGB201241233
HSL168°58.82%86.67%
HSB/HSV168°16.60%94.51%
CMYK16.60%0.00%3.32%
5.49%

Color #C9F1E9 in popluar number systems.

HEXC9F1E9
Decimal201241233
Binary110010011111000111101001
Octal311361351

Shades and tints

Shades of #C9F1E9

#C9F1E9
(201,241,233)
#B7DCD4
(183,220,212)
#A5C7BF
(165,199,191)
#93B2AA
(147,178,170)
#819D95
(129,157,149)
#6F8880
(111,136,128)
#5D736B
(93,115,107)
#4B5E56
(75,94,86)
#394941
(57,73,65)
#27342C
(39,52,44)
#151F17
(21,31,23)
#000000
(0,0,0)

Tints of #C9F1E9

#C9F1E9
(201,241,233)
#CDF2EB
(205,242,235)
#D1F3ED
(209,243,237)
#D5F4EF
(213,244,239)
#D9F5F1
(217,245,241)
#DDF6F3
(221,246,243)
#E1F7F5
(225,247,245)
#E5F8F7
(229,248,247)
#E9F9F9
(233,249,249)
#EDFAFB
(237,250,251)
#F1FBFD
(241,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F1E9; }

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

This text font color is #C9F1E9.


Background Color

.myBgColor { background-color: #C9F1E9; }

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

This div background color is #C9F1E9.


Border color

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

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

This div border color is #C9F1E9.


Opacity

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

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

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

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

This text has shadow with #C9F1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F1E9 on black background.


Color preview on white background

This text has color #C9F1E9 on white background.



Black color preview on #C9F1E9 background

This text has black color on #C9F1E9 background.


White color preview on #C9F1E9 background

This text has white color on #C9F1E9 background.