COLOR #C9FFD8

HEX: #C9FFD8
RGB: (201,255,216)

Color info

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

RGB color model

#C9FFD8 color RGB value is (201,255,216).

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

RGB channels and saturation

R 201 of 255 = 79%
G 255 of 255 = 100%
B 216 of 255 = 85%

201
255
216

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

Portions of RGB colors in percentages

R + G + B =
201 + 255 + 216 = 672 (100%)
R 201 of 672 ~ 29.91%
G 255 of 672 ~ 37.95%
B 216 of 672 ~ 32.14%

%29.91
%37.95
%32.14

CMYK color model

#C9FFD8 color CMYK value is (21,0,15,0).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 0.00%
CMYK:
(21,0,15,0)
C21M0Y15K0 
(21%,0%,15%,0%)
(0.21/0.00/0.15/0.00)	

CMYK percentages

%21.18
%0
%15.29
%0

Codes

Color #C9FFD8 in popluar color models

C9FFD8
RGB201255216
HSL137°100.00%89.41%
HSB/HSV137°21.18%100.00%
CMYK21.18%0.00%15.29%
0.00%

Color #C9FFD8 in popluar number systems.

HEXC9FFD8
Decimal201255216
Binary110010011111111111011000
Octal311377330

Shades and tints

Shades of #C9FFD8

#C9FFD8
(201,255,216)
#B7E8C5
(183,232,197)
#A5D1B2
(165,209,178)
#93BA9F
(147,186,159)
#81A38C
(129,163,140)
#6F8C79
(111,140,121)
#5D7566
(93,117,102)
#4B5E53
(75,94,83)
#394740
(57,71,64)
#27302D
(39,48,45)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #C9FFD8

#C9FFD8
(201,255,216)
#CDFFDB
(205,255,219)
#D1FFDE
(209,255,222)
#D5FFE1
(213,255,225)
#D9FFE4
(217,255,228)
#DDFFE7
(221,255,231)
#E1FFEA
(225,255,234)
#E5FFED
(229,255,237)
#E9FFF0
(233,255,240)
#EDFFF3
(237,255,243)
#F1FFF6
(241,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FFD8; }

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

This text font color is #C9FFD8.


Background Color

.myBgColor { background-color: #C9FFD8; }

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

This div background color is #C9FFD8.


Border color

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

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

This div border color is #C9FFD8.


Opacity

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

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

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

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

This text has shadow with #C9FFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FFD8 on black background.


Color preview on white background

This text has color #C9FFD8 on white background.



Black color preview on #C9FFD8 background

This text has black color on #C9FFD8 background.


White color preview on #C9FFD8 background

This text has white color on #C9FFD8 background.