COLOR #C5FBEC

HEX: #C5FBEC RGB: (197,251,236)

Color info

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

RGB color model

#C5FBEC color RGB value is (197,251,236).

RGB: (197,251,236) (77%, 98%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 251 of 255 = 98%
B 236 of 255 = 93%

197
251
236

R + G + B ~ 89%. #C5FBEC is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 251 + 236 = 684 (100%)
R 197 of 684 ~ 28.8%
G 251 of 684 ~ 36.7%
B 236 of 684 ~ 34.5'%

%28.8
%36.7
%34.5

CMYK color model

#C5FBEC color CMYK value is (22,0,6,2).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 1.57%
CMYK: (22,0,6,2) C22M0Y6K2 (22%,0%,6%,2%) (0.22/0.00/0.06/0.02) 

CMYK percentages

%21.51
%0
%5.98
%1.57

Codes

Color #C5FBEC in popluar color models

C5 FB EC
RGB 197 251 236
HSL 163° 87.10% 87.84%
HSB/HSV 163° 21.51% 98.43%
CMYK 21.51% 0.00% 5.98%
1.57%

Color #C5FBEC in popluar number systems.

HEX C5 FB EC
Decimal 197 251 236
Binary 11000101 11111011 11101100
Octal 305 373 354

Shades and tints

Shades of #C5FBEC

#C5FBEC
(197,251,236)
#B4E5D7
(180,229,215)
#A3CFC2
(163,207,194)
#92B9AD
(146,185,173)
#81A398
(129,163,152)
#708D83
(112,141,131)
#5F776E
(95,119,110)
#4E6159
(78,97,89)
#3D4B44
(61,75,68)
#2C352F
(44,53,47)
#1B1F1A
(27,31,26)
#000000
(0,0,0)

Tints of #C5FBEC

#C5FBEC
(197,251,236)
#CAFBED
(202,251,237)
#CFFBEE
(207,251,238)
#D4FBEF
(212,251,239)
#D9FBF0
(217,251,240)
#DEFBF1
(222,251,241)
#E3FBF2
(227,251,242)
#E8FBF3
(232,251,243)
#EDFBF4
(237,251,244)
#F2FBF5
(242,251,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FBEC; }

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

This text font color is #C5FBEC.

Background Color

.myBgColor { background-color: #C5FBEC; }

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

This div background color is #C5FBEC.

Border color

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

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

This div border color is #C5FBEC.

Opacity

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

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

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

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

This text has shadow with #C5FBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FBEC.

Preview

Color preview on black background

This text has color #C5FBEC on black background.


Color preview on white background

This text has color #C5FBEC on white background.


Black color preview on #C5FBEC background

This text has black color on #C5FBEC background.


White color preview on #C5FBEC background

This text has white color on #C5FBEC background.


Related colors

Complementary color

Complementary color for #hex is #3A0413.


I love getcolorcode.com

Triadic colors

1 #ECC5FB and #FBECC5 with #C5FBEC are triadic colors.

2 #ECFBC5 and #FBC5EC with #C5FBEC are triadic colors.