COLOR #C9FDEB

HEX: #C9FDEB
RGB: (201,253,235)

Color info

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

RGB color model

#C9FDEB color RGB value is (201,253,235).

  • red value is 201;
  • green value is 253;
  • blue value is 235.
RGB:
(201,253,235)
(79%,99%,92%)

RGB channels and saturation

R 201 of 255 = 79%
G 253 of 255 = 99%
B 235 of 255 = 92%

201
253
235

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

Portions of RGB colors in percentages

R + G + B =
201 + 253 + 235 = 689 (100%)
R 201 of 689 ~ 29.17%
G 253 of 689 ~ 36.72%
B 235 of 689 ~ 34.11%

%29.17
%36.72
%34.11

CMYK color model

#C9FDEB color CMYK value is (21,0,7,1).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(21,0,7,1)
C21M0Y7K1 
(21%,0%,7%,1%)
(0.21/0.00/0.07/0.01)	

CMYK percentages

%20.55
%0
%7.11
%0.78

Codes

Color #C9FDEB in popluar color models

C9FDEB
RGB201253235
HSL159°92.86%89.02%
HSB/HSV159°20.55%99.22%
CMYK20.55%0.00%7.11%
0.78%

Color #C9FDEB in popluar number systems.

HEXC9FDEB
Decimal201253235
Binary110010011111110111101011
Octal311375353

Shades and tints

Shades of #C9FDEB

#C9FDEB
(201,253,235)
#B7E6D6
(183,230,214)
#A5CFC1
(165,207,193)
#93B8AC
(147,184,172)
#81A197
(129,161,151)
#6F8A82
(111,138,130)
#5D736D
(93,115,109)
#4B5C58
(75,92,88)
#394543
(57,69,67)
#272E2E
(39,46,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9FDEB

#C9FDEB
(201,253,235)
#CDFDEC
(205,253,236)
#D1FDED
(209,253,237)
#D5FDEE
(213,253,238)
#D9FDEF
(217,253,239)
#DDFDF0
(221,253,240)
#E1FDF1
(225,253,241)
#E5FDF2
(229,253,242)
#E9FDF3
(233,253,243)
#EDFDF4
(237,253,244)
#F1FDF5
(241,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FDEB color. Also use rgb(201,253,235) instead hex code.

Text Font Color

.myTextColor { color: #C9FDEB; }

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

This text font color is #C9FDEB.


Background Color

.myBgColor { background-color: #C9FDEB; }

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

This div background color is #C9FDEB.


Border color

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

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

This div border color is #C9FDEB.


Opacity

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

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

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

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

This text has shadow with #C9FDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FDEB on black background.


Color preview on white background

This text has color #C9FDEB on white background.



Black color preview on #C9FDEB background

This text has black color on #C9FDEB background.


White color preview on #C9FDEB background

This text has white color on #C9FDEB background.