COLOR #C9EFED

HEX: #C9EFED
RGB: (201,239,237)

Color info

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

RGB color model

#C9EFED color RGB value is (201,239,237).

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

RGB channels and saturation

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

201
239
237

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

Portions of RGB colors in percentages

R + G + B =
201 + 239 + 237 = 677 (100%)
R 201 of 677 ~ 29.69%
G 239 of 677 ~ 35.3%
B 237 of 677 ~ 35.01%

%29.69
%35.3
%35.01

CMYK color model

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

  • cyan value is 15.90%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 6.27%
CMYK:
(16,0,1,6)
C16M0Y1K6 
(16%,0%,1%,6%)
(0.16/0.00/0.01/0.06)	

CMYK percentages

%15.9
%0
%0.84
%6.27

Codes

Color #C9EFED in popluar color models

C9EFED
RGB201239237
HSL177°54.29%86.27%
HSB/HSV177°15.90%93.73%
CMYK15.90%0.00%0.84%
6.27%

Color #C9EFED in popluar number systems.

HEXC9EFED
Decimal201239237
Binary110010011110111111101101
Octal311357355

Shades and tints

Shades of #C9EFED

#C9EFED
(201,239,237)
#B7DAD8
(183,218,216)
#A5C5C3
(165,197,195)
#93B0AE
(147,176,174)
#819B99
(129,155,153)
#6F8684
(111,134,132)
#5D716F
(93,113,111)
#4B5C5A
(75,92,90)
#394745
(57,71,69)
#273230
(39,50,48)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #C9EFED

#C9EFED
(201,239,237)
#CDF0EE
(205,240,238)
#D1F1EF
(209,241,239)
#D5F2F0
(213,242,240)
#D9F3F1
(217,243,241)
#DDF4F2
(221,244,242)
#E1F5F3
(225,245,243)
#E5F6F4
(229,246,244)
#E9F7F5
(233,247,245)
#EDF8F6
(237,248,246)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EFED; }

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

This text font color is #C9EFED.


Background Color

.myBgColor { background-color: #C9EFED; }

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

This div background color is #C9EFED.


Border color

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

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

This div border color is #C9EFED.


Opacity

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

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

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

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

This text has shadow with #C9EFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EFED on black background.


Color preview on white background

This text has color #C9EFED on white background.



Black color preview on #C9EFED background

This text has black color on #C9EFED background.


White color preview on #C9EFED background

This text has white color on #C9EFED background.