COLOR #C9FBEF

HEX: #C9FBEF RGB: (201,251,239)

Color info

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

RGB color model

#C9FBEF color RGB value is (201,251,239).

RGB: (201,251,239) (79%, 98%, 94%)

RGB channels and saturation

R 201 of 255 = 79%
G 251 of 255 = 98%
B 239 of 255 = 94%

201
251
239

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

Portions of RGB colors in percentages

R + G + B = 201 + 251 + 239 = 691 (100%)
R 201 of 691 ~ 29.09%
G 251 of 691 ~ 36.32%
B 239 of 691 ~ 34.59'%

%29.09
%36.32
%34.59

CMYK color model

#C9FBEF color CMYK value is (20,0,5,2).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 1.57%

CMYK: (20,0,5,2)
C20M0Y5K2 (20%, 0%, 5%, 2%)
(0.20 / 0.00 / 0.05 / 0.02)

CMYK percentages

%19.92
%0
%4.78
%1.57

Codes

Color #C9FBEF in popluar color models

C9 FB EF
RGB 201 251 239
HSL 166° 86.21% 88.63%
HSB/HSV 166° 19.92% 98.43%
CMYK 19.92% 0.00% 4.78%
1.57%

Color #C9FBEF in popluar number systems.

HEX C9 FB EF
Decimal 201 251 239
Binary 11001001 11111011 11101111
Octal 311 373 357

Shades and tints

Shades of #C9FBEF

#C9FBEF
(201,251,239)
#B7E5DA
(183,229,218)
#A5CFC5
(165,207,197)
#93B9B0
(147,185,176)
#81A39B
(129,163,155)
#6F8D86
(111,141,134)
#5D7771
(93,119,113)
#4B615C
(75,97,92)
#394B47
(57,75,71)
#273532
(39,53,50)
#151F1D
(21,31,29)
#000000
(0,0,0)

Tints of #C9FBEF

#C9FBEF
(201,251,239)
#CDFBF0
(205,251,240)
#D1FBF1
(209,251,241)
#D5FBF2
(213,251,242)
#D9FBF3
(217,251,243)
#DDFBF4
(221,251,244)
#E1FBF5
(225,251,245)
#E5FBF6
(229,251,246)
#E9FBF7
(233,251,247)
#EDFBF8
(237,251,248)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FBEF; }

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

This text font color is #C9FBEF.

Background Color

.myBgColor { background-color: #C9FBEF; }

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

This div background color is #C9FBEF.

Border color

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

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

This div border color is #C9FBEF.

Opacity

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

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

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

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

This text has shadow with #C9FBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FBEF.

Preview

Color preview on black background

This text has color #C9FBEF on black background.


Color preview on white background

This text has color #C9FBEF on white background.


Black color preview on #C9FBEF background

This text has black color on #C9FBEF background.


White color preview on #C9FBEF background

This text has white color on #C9FBEF background.


Related colors

Complementary color

Complementary color for #hex is #360410.


I love getcolorcode.com

Triadic colors

1 #EFC9FB and #FBEFC9 with #C9FBEF are triadic colors.

2 #EFFBC9 and #FBC9EF with #C9FBEF are triadic colors.