COLOR #C9FED0

HEX: #C9FED0 RGB: (201,254,208)

Color info

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

RGB color model

#C9FED0 color RGB value is (201,254,208).

RGB: (201,254,208) (79%, 100%, 82%)

RGB channels and saturation

R 201 of 255 = 79%
G 254 of 255 = 100%
B 208 of 255 = 82%

201
254
208

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

Portions of RGB colors in percentages

R + G + B = 201 + 254 + 208 = 663 (100%)
R 201 of 663 ~ 30.32%
G 254 of 663 ~ 38.31%
B 208 of 663 ~ 31.37'%

%30.32
%38.31
%31.37

CMYK color model

#C9FED0 color CMYK value is (21,0,18,0).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 0.39%

CMYK: (21,0,18,0)
C21M0Y18K0 (21%, 0%, 18%, 0%)
(0.21 / 0.00 / 0.18 / 0.00)

CMYK percentages

%20.87
%0
%18.11
%0.39

Codes

Color #C9FED0 in popluar color models

C9 FE D0
RGB 201 254 208
HSL 128° 96.36% 89.22%
HSB/HSV 128° 20.87% 99.61%
CMYK 20.87% 0.00% 18.11%
0.39%

Color #C9FED0 in popluar number systems.

HEX C9 FE D0
Decimal 201 254 208
Binary 11001001 11111110 11010000
Octal 311 376 320

Shades and tints

Shades of #C9FED0

#C9FED0
(201,254,208)
#B7E7BE
(183,231,190)
#A5D0AC
(165,208,172)
#93B99A
(147,185,154)
#81A288
(129,162,136)
#6F8B76
(111,139,118)
#5D7464
(93,116,100)
#4B5D52
(75,93,82)
#394640
(57,70,64)
#272F2E
(39,47,46)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #C9FED0

#C9FED0
(201,254,208)
#CDFED4
(205,254,212)
#D1FED8
(209,254,216)
#D5FEDC
(213,254,220)
#D9FEE0
(217,254,224)
#DDFEE4
(221,254,228)
#E1FEE8
(225,254,232)
#E5FEEC
(229,254,236)
#E9FEF0
(233,254,240)
#EDFEF4
(237,254,244)
#F1FEF8
(241,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FED0 color. Also use rgb(201,254,208) instead hex code.

Text Font Color

.myTextColor { color: #C9FED0; }

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

This text font color is #C9FED0.

Background Color

.myBgColor { background-color: #C9FED0; }

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

This div background color is #C9FED0.

Border color

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

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

This div border color is #C9FED0.

Opacity

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

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

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

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

This text has shadow with #C9FED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FED0.

Preview

Color preview on black background

This text has color #C9FED0 on black background.


Color preview on white background

This text has color #C9FED0 on white background.


Black color preview on #C9FED0 background

This text has black color on #C9FED0 background.


White color preview on #C9FED0 background

This text has white color on #C9FED0 background.


Related colors

Complementary color

Complementary color for #hex is #36012F.


I love getcolorcode.com

Triadic colors

1 #D0C9FE and #FED0C9 with #C9FED0 are triadic colors.

2 #D0FEC9 and #FEC9D0 with #C9FED0 are triadic colors.