COLOR #C9FEF1

HEX: #C9FEF1
RGB: (201,254,241)

Color info

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

RGB color model

#C9FEF1 color RGB value is (201,254,241).

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

RGB channels and saturation

R 201 of 255 = 79%
G 254 of 255 = 100%
B 241 of 255 = 95%

201
254
241

R + G + B ~ 91%. #C9FEF1 is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 254 + 241 = 696 (100%)
R 201 of 696 ~ 28.88%
G 254 of 696 ~ 36.49%
B 241 of 696 ~ 34.63%

%28.88
%36.49
%34.63

CMYK color model

#C9FEF1 color CMYK value is (21,0,5,0).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 5.12%
  • key color value is 0.39%
CMYK:
(21,0,5,0)
C21M0Y5K0 
(21%,0%,5%,0%)
(0.21/0.00/0.05/0.00)	

CMYK percentages

%20.87
%0
%5.12
%0.39

Codes

Color #C9FEF1 in popluar color models

C9FEF1
RGB201254241
HSL165°96.36%89.22%
HSB/HSV165°20.87%99.61%
CMYK20.87%0.00%5.12%
0.39%

Color #C9FEF1 in popluar number systems.

HEXC9FEF1
Decimal201254241
Binary110010011111111011110001
Octal311376361

Shades and tints

Shades of #C9FEF1

#C9FEF1
(201,254,241)
#B7E7DC
(183,231,220)
#A5D0C7
(165,208,199)
#93B9B2
(147,185,178)
#81A29D
(129,162,157)
#6F8B88
(111,139,136)
#5D7473
(93,116,115)
#4B5D5E
(75,93,94)
#394649
(57,70,73)
#272F34
(39,47,52)
#15181F
(21,24,31)
#000000
(0,0,0)

Tints of #C9FEF1

#C9FEF1
(201,254,241)
#CDFEF2
(205,254,242)
#D1FEF3
(209,254,243)
#D5FEF4
(213,254,244)
#D9FEF5
(217,254,245)
#DDFEF6
(221,254,246)
#E1FEF7
(225,254,247)
#E5FEF8
(229,254,248)
#E9FEF9
(233,254,249)
#EDFEFA
(237,254,250)
#F1FEFB
(241,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FEF1; }

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

This text font color is #C9FEF1.


Background Color

.myBgColor { background-color: #C9FEF1; }

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

This div background color is #C9FEF1.


Border color

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

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

This div border color is #C9FEF1.


Opacity

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

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

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

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

This text has shadow with #C9FEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FEF1 on black background.


Color preview on white background

This text has color #C9FEF1 on white background.



Black color preview on #C9FEF1 background

This text has black color on #C9FEF1 background.


White color preview on #C9FEF1 background

This text has white color on #C9FEF1 background.