COLOR #C9EFEC

HEX: #C9EFEC
RGB: (201,239,236)

Color info

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

RGB color model

#C9EFEC color RGB value is (201,239,236).

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

RGB channels and saturation

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

201
239
236

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

Portions of RGB colors in percentages

R + G + B =
201 + 239 + 236 = 676 (100%)
R 201 of 676 ~ 29.73%
G 239 of 676 ~ 35.36%
B 236 of 676 ~ 34.91%

%29.73
%35.36
%34.91

CMYK color model

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

  • cyan value is 15.90%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • 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
%1.26
%6.27

Codes

Color #C9EFEC in popluar color models

C9EFEC
RGB201239236
HSL175°54.29%86.27%
HSB/HSV175°15.90%93.73%
CMYK15.90%0.00%1.26%
6.27%

Color #C9EFEC in popluar number systems.

HEXC9EFEC
Decimal201239236
Binary110010011110111111101100
Octal311357354

Shades and tints

Shades of #C9EFEC

#C9EFEC
(201,239,236)
#B7DAD7
(183,218,215)
#A5C5C2
(165,197,194)
#93B0AD
(147,176,173)
#819B98
(129,155,152)
#6F8683
(111,134,131)
#5D716E
(93,113,110)
#4B5C59
(75,92,89)
#394744
(57,71,68)
#27322F
(39,50,47)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #C9EFEC

#C9EFEC
(201,239,236)
#CDF0ED
(205,240,237)
#D1F1EE
(209,241,238)
#D5F2EF
(213,242,239)
#D9F3F0
(217,243,240)
#DDF4F1
(221,244,241)
#E1F5F2
(225,245,242)
#E5F6F3
(229,246,243)
#E9F7F4
(233,247,244)
#EDF8F5
(237,248,245)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EFEC; }

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

This text font color is #C9EFEC.


Background Color

.myBgColor { background-color: #C9EFEC; }

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

This div background color is #C9EFEC.


Border color

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

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

This div border color is #C9EFEC.


Opacity

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

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

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

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

This text has shadow with #C9EFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EFEC on black background.


Color preview on white background

This text has color #C9EFEC on white background.



Black color preview on #C9EFEC background

This text has black color on #C9EFEC background.


White color preview on #C9EFEC background

This text has white color on #C9EFEC background.