COLOR #C5FBEF

HEX: #C5FBEF
RGB: (197,251,239)

Color info

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

RGB color model

#C5FBEF color RGB value is (197,251,239).

  • red value is 197;
  • green value is 251;
  • blue value is 239.
RGB:
(197,251,239)
(77%,98%,94%)

RGB channels and saturation

R 197 of 255 = 77%
G 251 of 255 = 98%
B 239 of 255 = 94%

197
251
239

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

Portions of RGB colors in percentages

R + G + B =
197 + 251 + 239 = 687 (100%)
R 197 of 687 ~ 28.68%
G 251 of 687 ~ 36.54%
B 239 of 687 ~ 34.79%

%28.68
%36.54
%34.79

CMYK color model

#C5FBEF color CMYK value is (22,0,5,2).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(22,0,5,2)
C22M0Y5K2 
(22%,0%,5%,2%)
(0.22/0.00/0.05/0.02)	

CMYK percentages

%21.51
%0
%4.78
%1.57

Codes

Color #C5FBEF in popluar color models

C5FBEF
RGB197251239
HSL167°87.10%87.84%
HSB/HSV167°21.51%98.43%
CMYK21.51%0.00%4.78%
1.57%

Color #C5FBEF in popluar number systems.

HEXC5FBEF
Decimal197251239
Binary110001011111101111101111
Octal305373357

Shades and tints

Shades of #C5FBEF

#C5FBEF
(197,251,239)
#B4E5DA
(180,229,218)
#A3CFC5
(163,207,197)
#92B9B0
(146,185,176)
#81A39B
(129,163,155)
#708D86
(112,141,134)
#5F7771
(95,119,113)
#4E615C
(78,97,92)
#3D4B47
(61,75,71)
#2C3532
(44,53,50)
#1B1F1D
(27,31,29)
#000000
(0,0,0)

Tints of #C5FBEF

#C5FBEF
(197,251,239)
#CAFBF0
(202,251,240)
#CFFBF1
(207,251,241)
#D4FBF2
(212,251,242)
#D9FBF3
(217,251,243)
#DEFBF4
(222,251,244)
#E3FBF5
(227,251,245)
#E8FBF6
(232,251,246)
#EDFBF7
(237,251,247)
#F2FBF8
(242,251,248)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FBEF; }

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

This text font color is #C5FBEF.


Background Color

.myBgColor { background-color: #C5FBEF; }

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

This div background color is #C5FBEF.


Border color

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

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

This div border color is #C5FBEF.


Opacity

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

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

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

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

This text has shadow with #C5FBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FBEF on black background.


Color preview on white background

This text has color #C5FBEF on white background.



Black color preview on #C5FBEF background

This text has black color on #C5FBEF background.


White color preview on #C5FBEF background

This text has white color on #C5FBEF background.