COLOR #C9FAD6

HEX: #C9FAD6 RGB: (201,250,214)

Color info

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

RGB color model

#C9FAD6 color RGB value is (201,250,214).

RGB: (201,250,214) (79%, 98%, 84%)

RGB channels and saturation

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

201
250
214

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

Portions of RGB colors in percentages

R + G + B = 201 + 250 + 214 = 665 (100%)
R 201 of 665 ~ 30.23%
G 250 of 665 ~ 37.59%
B 214 of 665 ~ 32.18'%

%30.23
%37.59
%32.18

CMYK color model

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

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 14.40%
  • key color value is 1.96%

CMYK: (20,0,14,2)
C20M0Y14K2 (20%, 0%, 14%, 2%)
(0.20 / 0.00 / 0.14 / 0.02)

CMYK percentages

%19.6
%0
%14.4
%1.96

Codes

Color #C9FAD6 in popluar color models

C9 FA D6
RGB 201 250 214
HSL 136° 83.05% 88.43%
HSB/HSV 136° 19.60% 98.04%
CMYK 19.60% 0.00% 14.40%
1.96%

Color #C9FAD6 in popluar number systems.

HEX C9 FA D6
Decimal 201 250 214
Binary 11001001 11111010 11010110
Octal 311 372 326

Shades and tints

Shades of #C9FAD6

#C9FAD6
(201,250,214)
#B7E4C3
(183,228,195)
#A5CEB0
(165,206,176)
#93B89D
(147,184,157)
#81A28A
(129,162,138)
#6F8C77
(111,140,119)
#5D7664
(93,118,100)
#4B6051
(75,96,81)
#394A3E
(57,74,62)
#27342B
(39,52,43)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #C9FAD6

#C9FAD6
(201,250,214)
#CDFAD9
(205,250,217)
#D1FADC
(209,250,220)
#D5FADF
(213,250,223)
#D9FAE2
(217,250,226)
#DDFAE5
(221,250,229)
#E1FAE8
(225,250,232)
#E5FAEB
(229,250,235)
#E9FAEE
(233,250,238)
#EDFAF1
(237,250,241)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FAD6; }

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

This text font color is #C9FAD6.

Background Color

.myBgColor { background-color: #C9FAD6; }

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

This div background color is #C9FAD6.

Border color

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

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

This div border color is #C9FAD6.

Opacity

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

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

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

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

This text has shadow with #C9FAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FAD6.

Preview

Color preview on black background

This text has color #C9FAD6 on black background.


Color preview on white background

This text has color #C9FAD6 on white background.


Black color preview on #C9FAD6 background

This text has black color on #C9FAD6 background.


White color preview on #C9FAD6 background

This text has white color on #C9FAD6 background.


Related colors

Complementary color

Complementary color for #hex is #360529.


I love getcolorcode.com

Triadic colors

1 #D6C9FA and #FAD6C9 with #C9FAD6 are triadic colors.

2 #D6FAC9 and #FAC9D6 with #C9FAD6 are triadic colors.