COLOR #C9FBD8

HEX: #C9FBD8
RGB: (201,251,216)

Color info

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

RGB color model

#C9FBD8 color RGB value is (201,251,216).

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

RGB channels and saturation

R 201 of 255 = 79%
G 251 of 255 = 98%
B 216 of 255 = 85%

201
251
216

R + G + B ~ 87%. #C9FBD8 is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 251 + 216 = 668 (100%)
R 201 of 668 ~ 30.09%
G 251 of 668 ~ 37.57%
B 216 of 668 ~ 32.34%

%30.09
%37.57
%32.34

CMYK color model

#C9FBD8 color CMYK value is (20,0,14,2).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 1.57%
CMYK:
(20,0,14,2)
C20M0Y14K2 
(20%,0%,14%,2%)
(0.20/0.00/0.14/0.02)	

CMYK percentages

%19.92
%0
%13.94
%1.57

Codes

Color #C9FBD8 in popluar color models

C9FBD8
RGB201251216
HSL138°86.21%88.63%
HSB/HSV138°19.92%98.43%
CMYK19.92%0.00%13.94%
1.57%

Color #C9FBD8 in popluar number systems.

HEXC9FBD8
Decimal201251216
Binary110010011111101111011000
Octal311373330

Shades and tints

Shades of #C9FBD8

#C9FBD8
(201,251,216)
#B7E5C5
(183,229,197)
#A5CFB2
(165,207,178)
#93B99F
(147,185,159)
#81A38C
(129,163,140)
#6F8D79
(111,141,121)
#5D7766
(93,119,102)
#4B6153
(75,97,83)
#394B40
(57,75,64)
#27352D
(39,53,45)
#151F1A
(21,31,26)
#000000
(0,0,0)

Tints of #C9FBD8

#C9FBD8
(201,251,216)
#CDFBDB
(205,251,219)
#D1FBDE
(209,251,222)
#D5FBE1
(213,251,225)
#D9FBE4
(217,251,228)
#DDFBE7
(221,251,231)
#E1FBEA
(225,251,234)
#E5FBED
(229,251,237)
#E9FBF0
(233,251,240)
#EDFBF3
(237,251,243)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FBD8; }

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

This text font color is #C9FBD8.


Background Color

.myBgColor { background-color: #C9FBD8; }

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

This div background color is #C9FBD8.


Border color

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

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

This div border color is #C9FBD8.


Opacity

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

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

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

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

This text has shadow with #C9FBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FBD8 on black background.


Color preview on white background

This text has color #C9FBD8 on white background.



Black color preview on #C9FBD8 background

This text has black color on #C9FBD8 background.


White color preview on #C9FBD8 background

This text has white color on #C9FBD8 background.