COLOR #C9FBCE

HEX: #C9FBCE
RGB: (201,251,206)

Color info

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

RGB color model

#C9FBCE color RGB value is (201,251,206).

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

RGB channels and saturation

R 201 of 255 = 79%
G 251 of 255 = 98%
B 206 of 255 = 81%

201
251
206

R + G + B ~ 86%. #C9FBCE is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 251 + 206 = 658 (100%)
R 201 of 658 ~ 30.55%
G 251 of 658 ~ 38.15%
B 206 of 658 ~ 31.31%

%30.55
%38.15
%31.31

CMYK color model

#C9FBCE color CMYK value is (20,0,18,2).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 17.93%
  • key color value is 1.57%
CMYK:
(20,0,18,2)
C20M0Y18K2 
(20%,0%,18%,2%)
(0.20/0.00/0.18/0.02)	

CMYK percentages

%19.92
%0
%17.93
%1.57

Codes

Color #C9FBCE in popluar color models

C9FBCE
RGB201251206
HSL126°86.21%88.63%
HSB/HSV126°19.92%98.43%
CMYK19.92%0.00%17.93%
1.57%

Color #C9FBCE in popluar number systems.

HEXC9FBCE
Decimal201251206
Binary110010011111101111001110
Octal311373316

Shades and tints

Shades of #C9FBCE

#C9FBCE
(201,251,206)
#B7E5BC
(183,229,188)
#A5CFAA
(165,207,170)
#93B998
(147,185,152)
#81A386
(129,163,134)
#6F8D74
(111,141,116)
#5D7762
(93,119,98)
#4B6150
(75,97,80)
#394B3E
(57,75,62)
#27352C
(39,53,44)
#151F1A
(21,31,26)
#000000
(0,0,0)

Tints of #C9FBCE

#C9FBCE
(201,251,206)
#CDFBD2
(205,251,210)
#D1FBD6
(209,251,214)
#D5FBDA
(213,251,218)
#D9FBDE
(217,251,222)
#DDFBE2
(221,251,226)
#E1FBE6
(225,251,230)
#E5FBEA
(229,251,234)
#E9FBEE
(233,251,238)
#EDFBF2
(237,251,242)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FBCE; }

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

This text font color is #C9FBCE.


Background Color

.myBgColor { background-color: #C9FBCE; }

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

This div background color is #C9FBCE.


Border color

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

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

This div border color is #C9FBCE.


Opacity

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

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

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

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

This text has shadow with #C9FBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FBCE on black background.


Color preview on white background

This text has color #C9FBCE on white background.



Black color preview on #C9FBCE background

This text has black color on #C9FBCE background.


White color preview on #C9FBCE background

This text has white color on #C9FBCE background.