COLOR #C5FCEC

HEX: #C5FCEC RGB: (197,252,236)

Color info

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

RGB color model

#C5FCEC color RGB value is (197,252,236).

RGB: (197,252,236) (77%, 99%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 252 of 255 = 99%
B 236 of 255 = 93%

197
252
236

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

Portions of RGB colors in percentages

R + G + B = 197 + 252 + 236 = 685 (100%)
R 197 of 685 ~ 28.76%
G 252 of 685 ~ 36.79%
B 236 of 685 ~ 34.45'%

%28.76
%36.79
%34.45

CMYK color model

#C5FCEC color CMYK value is (22,0,6,1).

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

CMYK: (22,0,6,1)
C22M0Y6K1 (22%, 0%, 6%, 1%)
(0.22 / 0.00 / 0.06 / 0.01)

CMYK percentages

%21.83
%0
%6.35
%1.18

Codes

Color #C5FCEC in popluar color models

C5 FC EC
RGB 197 252 236
HSL 163° 90.16% 88.04%
HSB/HSV 163° 21.83% 98.82%
CMYK 21.83% 0.00% 6.35%
1.18%

Color #C5FCEC in popluar number systems.

HEX C5 FC EC
Decimal 197 252 236
Binary 11000101 11111100 11101100
Octal 305 374 354

Shades and tints

Shades of #C5FCEC

#C5FCEC
(197,252,236)
#B4E6D7
(180,230,215)
#A3D0C2
(163,208,194)
#92BAAD
(146,186,173)
#81A498
(129,164,152)
#708E83
(112,142,131)
#5F786E
(95,120,110)
#4E6259
(78,98,89)
#3D4C44
(61,76,68)
#2C362F
(44,54,47)
#1B201A
(27,32,26)
#000000
(0,0,0)

Tints of #C5FCEC

#C5FCEC
(197,252,236)
#CAFCED
(202,252,237)
#CFFCEE
(207,252,238)
#D4FCEF
(212,252,239)
#D9FCF0
(217,252,240)
#DEFCF1
(222,252,241)
#E3FCF2
(227,252,242)
#E8FCF3
(232,252,243)
#EDFCF4
(237,252,244)
#F2FCF5
(242,252,245)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FCEC; }

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

This text font color is #C5FCEC.

Background Color

.myBgColor { background-color: #C5FCEC; }

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

This div background color is #C5FCEC.

Border color

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

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

This div border color is #C5FCEC.

Opacity

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

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

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

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

This text has shadow with #C5FCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FCEC.

Preview

Color preview on black background

This text has color #C5FCEC on black background.


Color preview on white background

This text has color #C5FCEC on white background.


Black color preview on #C5FCEC background

This text has black color on #C5FCEC background.


White color preview on #C5FCEC background

This text has white color on #C5FCEC background.


Related colors

Complementary color

Complementary color for #hex is #3A0313.


I love getcolorcode.com

Triadic colors

1 #ECC5FC and #FCECC5 with #C5FCEC are triadic colors.

2 #ECFCC5 and #FCC5EC with #C5FCEC are triadic colors.