COLOR #C9ECF7

HEX: #C9ECF7
RGB: (201,236,247)

Color info

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

RGB color model

#C9ECF7 color RGB value is (201,236,247).

  • red value is 201;
  • green value is 236;
  • blue value is 247.
RGB:
(201,236,247)
(79%,93%,97%)

RGB channels and saturation

R 201 of 255 = 79%
G 236 of 255 = 93%
B 247 of 255 = 97%

201
236
247

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

Portions of RGB colors in percentages

R + G + B =
201 + 236 + 247 = 684 (100%)
R 201 of 684 ~ 29.39%
G 236 of 684 ~ 34.5%
B 247 of 684 ~ 36.11%

%29.39
%34.5
%36.11

CMYK color model

#C9ECF7 color CMYK value is (19,4,0,3).

  • cyan value is 18.62%
  • magenta value is 4.45%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(19,4,0,3)
C19M4Y0K3 
(19%,4%,0%,3%)
(0.19/0.04/0.00/0.03)	

CMYK percentages

%18.62
%4.45
%0
%3.14

Codes

Color #C9ECF7 in popluar color models

C9ECF7
RGB201236247
HSL194°74.19%87.84%
HSB/HSV194°18.62%96.86%
CMYK18.62%4.45%0.00%
3.14%

Color #C9ECF7 in popluar number systems.

HEXC9ECF7
Decimal201236247
Binary110010011110110011110111
Octal311354367

Shades and tints

Shades of #C9ECF7

#C9ECF7
(201,236,247)
#B7D7E1
(183,215,225)
#A5C2CB
(165,194,203)
#93ADB5
(147,173,181)
#81989F
(129,152,159)
#6F8389
(111,131,137)
#5D6E73
(93,110,115)
#4B595D
(75,89,93)
#394447
(57,68,71)
#272F31
(39,47,49)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #C9ECF7

#C9ECF7
(201,236,247)
#CDEDF7
(205,237,247)
#D1EEF7
(209,238,247)
#D5EFF7
(213,239,247)
#D9F0F7
(217,240,247)
#DDF1F7
(221,241,247)
#E1F2F7
(225,242,247)
#E5F3F7
(229,243,247)
#E9F4F7
(233,244,247)
#EDF5F7
(237,245,247)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9ECF7 color. Also use rgb(201,236,247) instead hex code.

Text Font Color

.myTextColor { color: #C9ECF7; }

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

This text font color is #C9ECF7.


Background Color

.myBgColor { background-color: #C9ECF7; }

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

This div background color is #C9ECF7.


Border color

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

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

This div border color is #C9ECF7.


Opacity

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

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

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

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

This text has shadow with #C9ECF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ECF7 on black background.


Color preview on white background

This text has color #C9ECF7 on white background.



Black color preview on #C9ECF7 background

This text has black color on #C9ECF7 background.


White color preview on #C9ECF7 background

This text has white color on #C9ECF7 background.