COLOR #C9F3EE

HEX: #C9F3EE
RGB: (201,243,238)

Color info

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

RGB color model

#C9F3EE color RGB value is (201,243,238).

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

RGB channels and saturation

R 201 of 255 = 79%
G 243 of 255 = 95%
B 238 of 255 = 93%

201
243
238

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

Portions of RGB colors in percentages

R + G + B =
201 + 243 + 238 = 682 (100%)
R 201 of 682 ~ 29.47%
G 243 of 682 ~ 35.63%
B 238 of 682 ~ 34.9%

%29.47
%35.63
%34.9

CMYK color model

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

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

CMYK percentages

%17.28
%0
%2.06
%4.71

Codes

Color #C9F3EE in popluar color models

C9F3EE
RGB201243238
HSL173°63.64%87.06%
HSB/HSV173°17.28%95.29%
CMYK17.28%0.00%2.06%
4.71%

Color #C9F3EE in popluar number systems.

HEXC9F3EE
Decimal201243238
Binary110010011111001111101110
Octal311363356

Shades and tints

Shades of #C9F3EE

#C9F3EE
(201,243,238)
#B7DDD9
(183,221,217)
#A5C7C4
(165,199,196)
#93B1AF
(147,177,175)
#819B9A
(129,155,154)
#6F8585
(111,133,133)
#5D6F70
(93,111,112)
#4B595B
(75,89,91)
#394346
(57,67,70)
#272D31
(39,45,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #C9F3EE

#C9F3EE
(201,243,238)
#CDF4EF
(205,244,239)
#D1F5F0
(209,245,240)
#D5F6F1
(213,246,241)
#D9F7F2
(217,247,242)
#DDF8F3
(221,248,243)
#E1F9F4
(225,249,244)
#E5FAF5
(229,250,245)
#E9FBF6
(233,251,246)
#EDFCF7
(237,252,247)
#F1FDF8
(241,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F3EE; }

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

This text font color is #C9F3EE.


Background Color

.myBgColor { background-color: #C9F3EE; }

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

This div background color is #C9F3EE.


Border color

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

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

This div border color is #C9F3EE.


Opacity

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

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

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

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

This text has shadow with #C9F3EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9F3EE on black background.


Color preview on white background

This text has color #C9F3EE on white background.



Black color preview on #C9F3EE background

This text has black color on #C9F3EE background.


White color preview on #C9F3EE background

This text has white color on #C9F3EE background.