COLOR #C5FCDB

HEX: #C5FCDB
RGB: (197,252,219)

Color info

#C5FCDB contains red, green and blue colors in about the same proportion. Web safe color of #C5FCDB is #CCFFCC (or #CFC).

RGB color model

#C5FCDB color RGB value is (197,252,219).

  • red value is 197;
  • green value is 252;
  • blue value is 219.
RGB:
(197,252,219)
(77%,99%,86%)

RGB channels and saturation

R 197 of 255 = 77%
G 252 of 255 = 99%
B 219 of 255 = 86%

197
252
219

R + G + B ~ 87%. #C5FCDB is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 252 + 219 = 668 (100%)
R 197 of 668 ~ 29.49%
G 252 of 668 ~ 37.72%
B 219 of 668 ~ 32.78%

%29.49
%37.72
%32.78

CMYK color model

#C5FCDB color CMYK value is (22,0,13,1).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK:
(22,0,13,1)
C22M0Y13K1 
(22%,0%,13%,1%)
(0.22/0.00/0.13/0.01)	

CMYK percentages

%21.83
%0
%13.1
%1.18

Codes

Color #C5FCDB in popluar color models

C5FCDB
RGB197252219
HSL144°90.16%88.04%
HSB/HSV144°21.83%98.82%
CMYK21.83%0.00%13.10%
1.18%

Color #C5FCDB in popluar number systems.

HEXC5FCDB
Decimal197252219
Binary110001011111110011011011
Octal305374333

Shades and tints

Shades of #C5FCDB

#C5FCDB
(197,252,219)
#B4E6C8
(180,230,200)
#A3D0B5
(163,208,181)
#92BAA2
(146,186,162)
#81A48F
(129,164,143)
#708E7C
(112,142,124)
#5F7869
(95,120,105)
#4E6256
(78,98,86)
#3D4C43
(61,76,67)
#2C3630
(44,54,48)
#1B201D
(27,32,29)
#000000
(0,0,0)

Tints of #C5FCDB

#C5FCDB
(197,252,219)
#CAFCDE
(202,252,222)
#CFFCE1
(207,252,225)
#D4FCE4
(212,252,228)
#D9FCE7
(217,252,231)
#DEFCEA
(222,252,234)
#E3FCED
(227,252,237)
#E8FCF0
(232,252,240)
#EDFCF3
(237,252,243)
#F2FCF6
(242,252,246)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FCDB; }

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

This text font color is #C5FCDB.


Background Color

.myBgColor { background-color: #C5FCDB; }

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

This div background color is #C5FCDB.


Border color

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

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

This div border color is #C5FCDB.


Opacity

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

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

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

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

This text has shadow with #C5FCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FCDB on black background.


Color preview on white background

This text has color #C5FCDB on white background.



Black color preview on #C5FCDB background

This text has black color on #C5FCDB background.


White color preview on #C5FCDB background

This text has white color on #C5FCDB background.