COLOR #C9FAED

HEX: #C9FAED
RGB: (201,250,237)

Color info

#C9FAED contains red, green and blue colors in about the same proportion. Web safe color of #C9FAED is #CCFFFF (or #CFF).

RGB color model

#C9FAED color RGB value is (201,250,237).

  • red value is 201;
  • green value is 250;
  • blue value is 237.
RGB:
(201,250,237)
(79%,98%,93%)

RGB channels and saturation

R 201 of 255 = 79%
G 250 of 255 = 98%
B 237 of 255 = 93%

201
250
237

R + G + B ~ 90%. #C9FAED is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 250 + 237 = 688 (100%)
R 201 of 688 ~ 29.22%
G 250 of 688 ~ 36.34%
B 237 of 688 ~ 34.45%

%29.22
%36.34
%34.45

CMYK color model

#C9FAED color CMYK value is (20,0,5,2).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%
CMYK:
(20,0,5,2)
C20M0Y5K2 
(20%,0%,5%,2%)
(0.20/0.00/0.05/0.02)	

CMYK percentages

%19.6
%0
%5.2
%1.96

Codes

Color #C9FAED in popluar color models

C9FAED
RGB201250237
HSL164°83.05%88.43%
HSB/HSV164°19.60%98.04%
CMYK19.60%0.00%5.20%
1.96%

Color #C9FAED in popluar number systems.

HEXC9FAED
Decimal201250237
Binary110010011111101011101101
Octal311372355

Shades and tints

Shades of #C9FAED

#C9FAED
(201,250,237)
#B7E4D8
(183,228,216)
#A5CEC3
(165,206,195)
#93B8AE
(147,184,174)
#81A299
(129,162,153)
#6F8C84
(111,140,132)
#5D766F
(93,118,111)
#4B605A
(75,96,90)
#394A45
(57,74,69)
#273430
(39,52,48)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #C9FAED

#C9FAED
(201,250,237)
#CDFAEE
(205,250,238)
#D1FAEF
(209,250,239)
#D5FAF0
(213,250,240)
#D9FAF1
(217,250,241)
#DDFAF2
(221,250,242)
#E1FAF3
(225,250,243)
#E5FAF4
(229,250,244)
#E9FAF5
(233,250,245)
#EDFAF6
(237,250,246)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FAED; }

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

This text font color is #C9FAED.


Background Color

.myBgColor { background-color: #C9FAED; }

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

This div background color is #C9FAED.


Border color

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

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

This div border color is #C9FAED.


Opacity

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

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

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

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

This text has shadow with #C9FAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FAED on black background.


Color preview on white background

This text has color #C9FAED on white background.



Black color preview on #C9FAED background

This text has black color on #C9FAED background.


White color preview on #C9FAED background

This text has white color on #C9FAED background.