COLOR #C5FCEF

HEX: #C5FCEF RGB: (197,252,239)

Color info

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

RGB color model

#C5FCEF color RGB value is (197,252,239).

RGB: (197,252,239) (77%, 99%, 94%)

RGB channels and saturation

R 197 of 255 = 77%
G 252 of 255 = 99%
B 239 of 255 = 94%

197
252
239

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

Portions of RGB colors in percentages

R + G + B = 197 + 252 + 239 = 688 (100%)
R 197 of 688 ~ 28.63%
G 252 of 688 ~ 36.63%
B 239 of 688 ~ 34.74'%

%28.63
%36.63
%34.74

CMYK color model

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

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 1.18%

CMYK: (22,0,5,1)
C22M0Y5K1 (22%, 0%, 5%, 1%)
(0.22 / 0.00 / 0.05 / 0.01)

CMYK percentages

%21.83
%0
%5.16
%1.18

Codes

Color #C5FCEF in popluar color models

C5 FC EF
RGB 197 252 239
HSL 166° 90.16% 88.04%
HSB/HSV 166° 21.83% 98.82%
CMYK 21.83% 0.00% 5.16%
1.18%

Color #C5FCEF in popluar number systems.

HEX C5 FC EF
Decimal 197 252 239
Binary 11000101 11111100 11101111
Octal 305 374 357

Shades and tints

Shades of #C5FCEF

#C5FCEF
(197,252,239)
#B4E6DA
(180,230,218)
#A3D0C5
(163,208,197)
#92BAB0
(146,186,176)
#81A49B
(129,164,155)
#708E86
(112,142,134)
#5F7871
(95,120,113)
#4E625C
(78,98,92)
#3D4C47
(61,76,71)
#2C3632
(44,54,50)
#1B201D
(27,32,29)
#000000
(0,0,0)

Tints of #C5FCEF

#C5FCEF
(197,252,239)
#CAFCF0
(202,252,240)
#CFFCF1
(207,252,241)
#D4FCF2
(212,252,242)
#D9FCF3
(217,252,243)
#DEFCF4
(222,252,244)
#E3FCF5
(227,252,245)
#E8FCF6
(232,252,246)
#EDFCF7
(237,252,247)
#F2FCF8
(242,252,248)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FCEF; }

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

This text font color is #C5FCEF.

Background Color

.myBgColor { background-color: #C5FCEF; }

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

This div background color is #C5FCEF.

Border color

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

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

This div border color is #C5FCEF.

Opacity

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

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

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

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

This text has shadow with #C5FCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FCEF.

Preview

Color preview on black background

This text has color #C5FCEF on black background.


Color preview on white background

This text has color #C5FCEF on white background.


Black color preview on #C5FCEF background

This text has black color on #C5FCEF background.


White color preview on #C5FCEF background

This text has white color on #C5FCEF background.


Related colors

Complementary color

Complementary color for #hex is #3A0310.


I love getcolorcode.com

Triadic colors

1 #EFC5FC and #FCEFC5 with #C5FCEF are triadic colors.

2 #EFFCC5 and #FCC5EF with #C5FCEF are triadic colors.