COLOR #C9F2EC

HEX: #C9F2EC
RGB: (201,242,236)

Color info

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

RGB color model

#C9F2EC color RGB value is (201,242,236).

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

RGB channels and saturation

R 201 of 255 = 79%
G 242 of 255 = 95%
B 236 of 255 = 93%

201
242
236

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

Portions of RGB colors in percentages

R + G + B =
201 + 242 + 236 = 679 (100%)
R 201 of 679 ~ 29.6%
G 242 of 679 ~ 35.64%
B 236 of 679 ~ 34.76%

%29.6
%35.64
%34.76

CMYK color model

#C9F2EC color CMYK value is (17,0,2,5).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 5.10%
CMYK:
(17,0,2,5)
C17M0Y2K5 
(17%,0%,2%,5%)
(0.17/0.00/0.02/0.05)	

CMYK percentages

%16.94
%0
%2.48
%5.1

Codes

Color #C9F2EC in popluar color models

C9F2EC
RGB201242236
HSL171°61.19%86.86%
HSB/HSV171°16.94%94.90%
CMYK16.94%0.00%2.48%
5.10%

Color #C9F2EC in popluar number systems.

HEXC9F2EC
Decimal201242236
Binary110010011111001011101100
Octal311362354

Shades and tints

Shades of #C9F2EC

#C9F2EC
(201,242,236)
#B7DCD7
(183,220,215)
#A5C6C2
(165,198,194)
#93B0AD
(147,176,173)
#819A98
(129,154,152)
#6F8483
(111,132,131)
#5D6E6E
(93,110,110)
#4B5859
(75,88,89)
#394244
(57,66,68)
#272C2F
(39,44,47)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #C9F2EC

#C9F2EC
(201,242,236)
#CDF3ED
(205,243,237)
#D1F4EE
(209,244,238)
#D5F5EF
(213,245,239)
#D9F6F0
(217,246,240)
#DDF7F1
(221,247,241)
#E1F8F2
(225,248,242)
#E5F9F3
(229,249,243)
#E9FAF4
(233,250,244)
#EDFBF5
(237,251,245)
#F1FCF6
(241,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F2EC; }

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

This text font color is #C9F2EC.


Background Color

.myBgColor { background-color: #C9F2EC; }

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

This div background color is #C9F2EC.


Border color

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

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

This div border color is #C9F2EC.


Opacity

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

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

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

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

This text has shadow with #C9F2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F2EC on black background.


Color preview on white background

This text has color #C9F2EC on white background.



Black color preview on #C9F2EC background

This text has black color on #C9F2EC background.


White color preview on #C9F2EC background

This text has white color on #C9F2EC background.