COLOR #C9FFE5

HEX: #C9FFE5
RGB: (201,255,229)

Color info

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

RGB color model

#C9FFE5 color RGB value is (201,255,229).

  • red value is 201;
  • green value is 255;
  • blue value is 229.
RGB:
(201,255,229)
(79%,100%,90%)

RGB channels and saturation

R 201 of 255 = 79%
G 255 of 255 = 100%
B 229 of 255 = 90%

201
255
229

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

Portions of RGB colors in percentages

R + G + B =
201 + 255 + 229 = 685 (100%)
R 201 of 685 ~ 29.34%
G 255 of 685 ~ 37.23%
B 229 of 685 ~ 33.43%

%29.34
%37.23
%33.43

CMYK color model

#C9FFE5 color CMYK value is (21,0,10,0).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(21,0,10,0)
C21M0Y10K0 
(21%,0%,10%,0%)
(0.21/0.00/0.10/0.00)	

CMYK percentages

%21.18
%0
%10.2
%0

Codes

Color #C9FFE5 in popluar color models

C9FFE5
RGB201255229
HSL151°100.00%89.41%
HSB/HSV151°21.18%100.00%
CMYK21.18%0.00%10.20%
0.00%

Color #C9FFE5 in popluar number systems.

HEXC9FFE5
Decimal201255229
Binary110010011111111111100101
Octal311377345

Shades and tints

Shades of #C9FFE5

#C9FFE5
(201,255,229)
#B7E8D1
(183,232,209)
#A5D1BD
(165,209,189)
#93BAA9
(147,186,169)
#81A395
(129,163,149)
#6F8C81
(111,140,129)
#5D756D
(93,117,109)
#4B5E59
(75,94,89)
#394745
(57,71,69)
#273031
(39,48,49)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #C9FFE5

#C9FFE5
(201,255,229)
#CDFFE7
(205,255,231)
#D1FFE9
(209,255,233)
#D5FFEB
(213,255,235)
#D9FFED
(217,255,237)
#DDFFEF
(221,255,239)
#E1FFF1
(225,255,241)
#E5FFF3
(229,255,243)
#E9FFF5
(233,255,245)
#EDFFF7
(237,255,247)
#F1FFF9
(241,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FFE5 color. Also use rgb(201,255,229) instead hex code.

Text Font Color

.myTextColor { color: #C9FFE5; }

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

This text font color is #C9FFE5.


Background Color

.myBgColor { background-color: #C9FFE5; }

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

This div background color is #C9FFE5.


Border color

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

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

This div border color is #C9FFE5.


Opacity

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

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

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

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

This text has shadow with #C9FFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FFE5 on black background.


Color preview on white background

This text has color #C9FFE5 on white background.



Black color preview on #C9FFE5 background

This text has black color on #C9FFE5 background.


White color preview on #C9FFE5 background

This text has white color on #C9FFE5 background.