COLOR #C5FEF1

HEX: #C5FEF1
RGB: (197,254,241)

Color info

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

RGB color model

#C5FEF1 color RGB value is (197,254,241).

  • red value is 197;
  • green value is 254;
  • blue value is 241.
RGB:
(197,254,241)
(77%,100%,95%)

RGB channels and saturation

R 197 of 255 = 77%
G 254 of 255 = 100%
B 241 of 255 = 95%

197
254
241

R + G + B ~ 91%. #C5FEF1 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 254 + 241 = 692 (100%)
R 197 of 692 ~ 28.47%
G 254 of 692 ~ 36.71%
B 241 of 692 ~ 34.83%

%28.47
%36.71
%34.83

CMYK color model

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

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 5.12%
  • key color value is 0.39%
CMYK:
(22,0,5,0)
C22M0Y5K0 
(22%,0%,5%,0%)
(0.22/0.00/0.05/0.00)	

CMYK percentages

%22.44
%0
%5.12
%0.39

Codes

Color #C5FEF1 in popluar color models

C5FEF1
RGB197254241
HSL166°96.61%88.43%
HSB/HSV166°22.44%99.61%
CMYK22.44%0.00%5.12%
0.39%

Color #C5FEF1 in popluar number systems.

HEXC5FEF1
Decimal197254241
Binary110001011111111011110001
Octal305376361

Shades and tints

Shades of #C5FEF1

#C5FEF1
(197,254,241)
#B4E7DC
(180,231,220)
#A3D0C7
(163,208,199)
#92B9B2
(146,185,178)
#81A29D
(129,162,157)
#708B88
(112,139,136)
#5F7473
(95,116,115)
#4E5D5E
(78,93,94)
#3D4649
(61,70,73)
#2C2F34
(44,47,52)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #C5FEF1

#C5FEF1
(197,254,241)
#CAFEF2
(202,254,242)
#CFFEF3
(207,254,243)
#D4FEF4
(212,254,244)
#D9FEF5
(217,254,245)
#DEFEF6
(222,254,246)
#E3FEF7
(227,254,247)
#E8FEF8
(232,254,248)
#EDFEF9
(237,254,249)
#F2FEFA
(242,254,250)
#F7FEFB
(247,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FEF1 color. Also use rgb(197,254,241) instead hex code.

Text Font Color

.myTextColor { color: #C5FEF1; }

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

This text font color is #C5FEF1.


Background Color

.myBgColor { background-color: #C5FEF1; }

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

This div background color is #C5FEF1.


Border color

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

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

This div border color is #C5FEF1.


Opacity

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

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

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

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

This text has shadow with #C5FEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FEF1 on black background.


Color preview on white background

This text has color #C5FEF1 on white background.



Black color preview on #C5FEF1 background

This text has black color on #C5FEF1 background.


White color preview on #C5FEF1 background

This text has white color on #C5FEF1 background.