COLOR #C9FCE8

HEX: #C9FCE8
RGB: (201,252,232)

Color info

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

RGB color model

#C9FCE8 color RGB value is (201,252,232).

  • red value is 201;
  • green value is 252;
  • blue value is 232.
RGB:
(201,252,232)
(79%,99%,91%)

RGB channels and saturation

R 201 of 255 = 79%
G 252 of 255 = 99%
B 232 of 255 = 91%

201
252
232

R + G + B ~ 90%. #C9FCE8 is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 252 + 232 = 685 (100%)
R 201 of 685 ~ 29.34%
G 252 of 685 ~ 36.79%
B 232 of 685 ~ 33.87%

%29.34
%36.79
%33.87

CMYK color model

#C9FCE8 color CMYK value is (20,0,8,1).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 1.18%
CMYK:
(20,0,8,1)
C20M0Y8K1 
(20%,0%,8%,1%)
(0.20/0.00/0.08/0.01)	

CMYK percentages

%20.24
%0
%7.94
%1.18

Codes

Color #C9FCE8 in popluar color models

C9FCE8
RGB201252232
HSL156°89.47%88.82%
HSB/HSV156°20.24%98.82%
CMYK20.24%0.00%7.94%
1.18%

Color #C9FCE8 in popluar number systems.

HEXC9FCE8
Decimal201252232
Binary110010011111110011101000
Octal311374350

Shades and tints

Shades of #C9FCE8

#C9FCE8
(201,252,232)
#B7E6D3
(183,230,211)
#A5D0BE
(165,208,190)
#93BAA9
(147,186,169)
#81A494
(129,164,148)
#6F8E7F
(111,142,127)
#5D786A
(93,120,106)
#4B6255
(75,98,85)
#394C40
(57,76,64)
#27362B
(39,54,43)
#152016
(21,32,22)
#000000
(0,0,0)

Tints of #C9FCE8

#C9FCE8
(201,252,232)
#CDFCEA
(205,252,234)
#D1FCEC
(209,252,236)
#D5FCEE
(213,252,238)
#D9FCF0
(217,252,240)
#DDFCF2
(221,252,242)
#E1FCF4
(225,252,244)
#E5FCF6
(229,252,246)
#E9FCF8
(233,252,248)
#EDFCFA
(237,252,250)
#F1FCFC
(241,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FCE8 color. Also use rgb(201,252,232) instead hex code.

Text Font Color

.myTextColor { color: #C9FCE8; }

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

This text font color is #C9FCE8.


Background Color

.myBgColor { background-color: #C9FCE8; }

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

This div background color is #C9FCE8.


Border color

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

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

This div border color is #C9FCE8.


Opacity

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

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

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

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

This text has shadow with #C9FCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FCE8 on black background.


Color preview on white background

This text has color #C9FCE8 on white background.



Black color preview on #C9FCE8 background

This text has black color on #C9FCE8 background.


White color preview on #C9FCE8 background

This text has white color on #C9FCE8 background.