COLOR #C9FBD9

HEX: #C9FBD9
RGB: (201,251,217)

Color info

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

RGB color model

#C9FBD9 color RGB value is (201,251,217).

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

RGB channels and saturation

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

201
251
217

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

Portions of RGB colors in percentages

R + G + B =
201 + 251 + 217 = 669 (100%)
R 201 of 669 ~ 30.04%
G 251 of 669 ~ 37.52%
B 217 of 669 ~ 32.44%

%30.04
%37.52
%32.44

CMYK color model

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

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • 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.55
%1.57

Codes

Color #C9FBD9 in popluar color models

C9FBD9
RGB201251217
HSL139°86.21%88.63%
HSB/HSV139°19.92%98.43%
CMYK19.92%0.00%13.55%
1.57%

Color #C9FBD9 in popluar number systems.

HEXC9FBD9
Decimal201251217
Binary110010011111101111011001
Octal311373331

Shades and tints

Shades of #C9FBD9

#C9FBD9
(201,251,217)
#B7E5C6
(183,229,198)
#A5CFB3
(165,207,179)
#93B9A0
(147,185,160)
#81A38D
(129,163,141)
#6F8D7A
(111,141,122)
#5D7767
(93,119,103)
#4B6154
(75,97,84)
#394B41
(57,75,65)
#27352E
(39,53,46)
#151F1B
(21,31,27)
#000000
(0,0,0)

Tints of #C9FBD9

#C9FBD9
(201,251,217)
#CDFBDC
(205,251,220)
#D1FBDF
(209,251,223)
#D5FBE2
(213,251,226)
#D9FBE5
(217,251,229)
#DDFBE8
(221,251,232)
#E1FBEB
(225,251,235)
#E5FBEE
(229,251,238)
#E9FBF1
(233,251,241)
#EDFBF4
(237,251,244)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FBD9; }

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

This text font color is #C9FBD9.


Background Color

.myBgColor { background-color: #C9FBD9; }

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

This div background color is #C9FBD9.


Border color

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

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

This div border color is #C9FBD9.


Opacity

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

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

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

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

This text has shadow with #C9FBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FBD9 on black background.


Color preview on white background

This text has color #C9FBD9 on white background.



Black color preview on #C9FBD9 background

This text has black color on #C9FBD9 background.


White color preview on #C9FBD9 background

This text has white color on #C9FBD9 background.