COLOR #C9F7EE

HEX: #C9F7EE
RGB: (201,247,238)

Color info

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

RGB color model

#C9F7EE color RGB value is (201,247,238).

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

RGB channels and saturation

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

201
247
238

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

Portions of RGB colors in percentages

R + G + B =
201 + 247 + 238 = 686 (100%)
R 201 of 686 ~ 29.3%
G 247 of 686 ~ 36.01%
B 238 of 686 ~ 34.69%

%29.3
%36.01
%34.69

CMYK color model

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

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

CMYK percentages

%18.62
%0
%3.64
%3.14

Codes

Color #C9F7EE in popluar color models

C9F7EE
RGB201247238
HSL168°74.19%87.84%
HSB/HSV168°18.62%96.86%
CMYK18.62%0.00%3.64%
3.14%

Color #C9F7EE in popluar number systems.

HEXC9F7EE
Decimal201247238
Binary110010011111011111101110
Octal311367356

Shades and tints

Shades of #C9F7EE

#C9F7EE
(201,247,238)
#B7E1D9
(183,225,217)
#A5CBC4
(165,203,196)
#93B5AF
(147,181,175)
#819F9A
(129,159,154)
#6F8985
(111,137,133)
#5D7370
(93,115,112)
#4B5D5B
(75,93,91)
#394746
(57,71,70)
#273131
(39,49,49)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #C9F7EE

#C9F7EE
(201,247,238)
#CDF7EF
(205,247,239)
#D1F7F0
(209,247,240)
#D5F7F1
(213,247,241)
#D9F7F2
(217,247,242)
#DDF7F3
(221,247,243)
#E1F7F4
(225,247,244)
#E5F7F5
(229,247,245)
#E9F7F6
(233,247,246)
#EDF7F7
(237,247,247)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F7EE; }

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

This text font color is #C9F7EE.


Background Color

.myBgColor { background-color: #C9F7EE; }

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

This div background color is #C9F7EE.


Border color

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

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

This div border color is #C9F7EE.


Opacity

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

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

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

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

This text has shadow with #C9F7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F7EE on black background.


Color preview on white background

This text has color #C9F7EE on white background.



Black color preview on #C9F7EE background

This text has black color on #C9F7EE background.


White color preview on #C9F7EE background

This text has white color on #C9F7EE background.