COLOR #C9FAE0

HEX: #C9FAE0 RGB: (201,250,224)

Color info

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

RGB color model

#C9FAE0 color RGB value is (201,250,224).

RGB: (201,250,224) (79%, 98%, 88%)

RGB channels and saturation

R 201 of 255 = 79%
G 250 of 255 = 98%
B 224 of 255 = 88%

201
250
224

R + G + B ~ 88%. #C9FAE0 is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 250 + 224 = 675 (100%)
R 201 of 675 ~ 29.78%
G 250 of 675 ~ 37.04%
B 224 of 675 ~ 33.19'%

%29.78
%37.04
%33.19

CMYK color model

#C9FAE0 color CMYK value is (20,0,10,2).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 1.96%
CMYK: (20,0,10,2) C20M0Y10K2 (20%,0%,10%,2%) (0.20/0.00/0.10/0.02) 

CMYK percentages

%19.6
%0
%10.4
%1.96

Codes

Color #C9FAE0 in popluar color models

C9 FA E0
RGB 201 250 224
HSL 148° 83.05% 88.43%
HSB/HSV 148° 19.60% 98.04%
CMYK 19.60% 0.00% 10.40%
1.96%

Color #C9FAE0 in popluar number systems.

HEX C9 FA E0
Decimal 201 250 224
Binary 11001001 11111010 11100000
Octal 311 372 340

Shades and tints

Shades of #C9FAE0

#C9FAE0
(201,250,224)
#B7E4CC
(183,228,204)
#A5CEB8
(165,206,184)
#93B8A4
(147,184,164)
#81A290
(129,162,144)
#6F8C7C
(111,140,124)
#5D7668
(93,118,104)
#4B6054
(75,96,84)
#394A40
(57,74,64)
#27342C
(39,52,44)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #C9FAE0

#C9FAE0
(201,250,224)
#CDFAE2
(205,250,226)
#D1FAE4
(209,250,228)
#D5FAE6
(213,250,230)
#D9FAE8
(217,250,232)
#DDFAEA
(221,250,234)
#E1FAEC
(225,250,236)
#E5FAEE
(229,250,238)
#E9FAF0
(233,250,240)
#EDFAF2
(237,250,242)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FAE0 color. Also use rgb(201,250,224) instead hex code.

Text Font Color

.myTextColor { color: #C9FAE0; }

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

This text font color is #C9FAE0.

Background Color

.myBgColor { background-color: #C9FAE0; }

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

This div background color is #C9FAE0.

Border color

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

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

This div border color is #C9FAE0.

Opacity

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

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

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

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

This text has shadow with #C9FAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FAE0.

Preview

Color preview on black background

This text has color #C9FAE0 on black background.


Color preview on white background

This text has color #C9FAE0 on white background.


Black color preview on #C9FAE0 background

This text has black color on #C9FAE0 background.


White color preview on #C9FAE0 background

This text has white color on #C9FAE0 background.


Related colors

Complementary color

Complementary color for #hex is #36051F.


I love getcolorcode.com

Triadic colors

1 #E0C9FA and #FAE0C9 with #C9FAE0 are triadic colors.

2 #E0FAC9 and #FAC9E0 with #C9FAE0 are triadic colors.