COLOR #C9EDF0

HEX: #C9EDF0 RGB: (201,237,240)

Color info

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

RGB color model

#C9EDF0 color RGB value is (201,237,240).

RGB: (201,237,240) (79%, 93%, 94%)

RGB channels and saturation

R 201 of 255 = 79%
G 237 of 255 = 93%
B 240 of 255 = 94%

201
237
240

R + G + B ~ 89%. #C9EDF0 is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 237 + 240 = 678 (100%)
R 201 of 678 ~ 29.65%
G 237 of 678 ~ 34.96%
B 240 of 678 ~ 35.4'%

%29.65
%34.96
%35.4

CMYK color model

#C9EDF0 color CMYK value is (16,1,0,6).

  • cyan value is 16.25%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (16,1,0,6)
C16M1Y0K6 (16%, 1%, 0%, 6%)
(0.16 / 0.01 / 0.00 / 0.06)

CMYK percentages

%16.25
%1.25
%0
%5.88

Codes

Color #C9EDF0 in popluar color models

C9 ED F0
RGB 201 237 240
HSL 185° 56.52% 86.47%
HSB/HSV 185° 16.25% 94.12%
CMYK 16.25% 1.25% 0.00%
5.88%

Color #C9EDF0 in popluar number systems.

HEX C9 ED F0
Decimal 201 237 240
Binary 11001001 11101101 11110000
Octal 311 355 360

Shades and tints

Shades of #C9EDF0

#C9EDF0
(201,237,240)
#B7D8DB
(183,216,219)
#A5C3C6
(165,195,198)
#93AEB1
(147,174,177)
#81999C
(129,153,156)
#6F8487
(111,132,135)
#5D6F72
(93,111,114)
#4B5A5D
(75,90,93)
#394548
(57,69,72)
#273033
(39,48,51)
#151B1E
(21,27,30)
#000000
(0,0,0)

Tints of #C9EDF0

#C9EDF0
(201,237,240)
#CDEEF1
(205,238,241)
#D1EFF2
(209,239,242)
#D5F0F3
(213,240,243)
#D9F1F4
(217,241,244)
#DDF2F5
(221,242,245)
#E1F3F6
(225,243,246)
#E5F4F7
(229,244,247)
#E9F5F8
(233,245,248)
#EDF6F9
(237,246,249)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EDF0; }

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

This text font color is #C9EDF0.

Background Color

.myBgColor { background-color: #C9EDF0; }

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

This div background color is #C9EDF0.

Border color

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

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

This div border color is #C9EDF0.

Opacity

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

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

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

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

This text has shadow with #C9EDF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EDF0.

Preview

Color preview on black background

This text has color #C9EDF0 on black background.


Color preview on white background

This text has color #C9EDF0 on white background.


Black color preview on #C9EDF0 background

This text has black color on #C9EDF0 background.


White color preview on #C9EDF0 background

This text has white color on #C9EDF0 background.


Related colors

Complementary color

Complementary color for #hex is #36120F.


I love getcolorcode.com

Triadic colors

1 #F0C9ED and #EDF0C9 with #C9EDF0 are triadic colors.

2 #F0EDC9 and #EDC9F0 with #C9EDF0 are triadic colors.