COLOR #C9FBD6

HEX: #C9FBD6
RGB: (201,251,214)

Color info

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

RGB color model

#C9FBD6 color RGB value is (201,251,214).

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

RGB channels and saturation

R 201 of 255 = 79%
G 251 of 255 = 98%
B 214 of 255 = 84%

201
251
214

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

Portions of RGB colors in percentages

R + G + B =
201 + 251 + 214 = 666 (100%)
R 201 of 666 ~ 30.18%
G 251 of 666 ~ 37.69%
B 214 of 666 ~ 32.13%

%30.18
%37.69
%32.13

CMYK color model

#C9FBD6 color CMYK value is (20,0,15,2).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 1.57%
CMYK:
(20,0,15,2)
C20M0Y15K2 
(20%,0%,15%,2%)
(0.20/0.00/0.15/0.02)	

CMYK percentages

%19.92
%0
%14.74
%1.57

Codes

Color #C9FBD6 in popluar color models

C9FBD6
RGB201251214
HSL136°86.21%88.63%
HSB/HSV136°19.92%98.43%
CMYK19.92%0.00%14.74%
1.57%

Color #C9FBD6 in popluar number systems.

HEXC9FBD6
Decimal201251214
Binary110010011111101111010110
Octal311373326

Shades and tints

Shades of #C9FBD6

#C9FBD6
(201,251,214)
#B7E5C3
(183,229,195)
#A5CFB0
(165,207,176)
#93B99D
(147,185,157)
#81A38A
(129,163,138)
#6F8D77
(111,141,119)
#5D7764
(93,119,100)
#4B6151
(75,97,81)
#394B3E
(57,75,62)
#27352B
(39,53,43)
#151F18
(21,31,24)
#000000
(0,0,0)

Tints of #C9FBD6

#C9FBD6
(201,251,214)
#CDFBD9
(205,251,217)
#D1FBDC
(209,251,220)
#D5FBDF
(213,251,223)
#D9FBE2
(217,251,226)
#DDFBE5
(221,251,229)
#E1FBE8
(225,251,232)
#E5FBEB
(229,251,235)
#E9FBEE
(233,251,238)
#EDFBF1
(237,251,241)
#F1FBF4
(241,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FBD6; }

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

This text font color is #C9FBD6.


Background Color

.myBgColor { background-color: #C9FBD6; }

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

This div background color is #C9FBD6.


Border color

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

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

This div border color is #C9FBD6.


Opacity

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

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

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

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

This text has shadow with #C9FBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FBD6 on black background.


Color preview on white background

This text has color #C9FBD6 on white background.



Black color preview on #C9FBD6 background

This text has black color on #C9FBD6 background.


White color preview on #C9FBD6 background

This text has white color on #C9FBD6 background.