COLOR #C5FCD9

HEX: #C5FCD9 RGB: (197,252,217)

Color info

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

RGB color model

#C5FCD9 color RGB value is (197,252,217).

RGB: (197,252,217) (77%, 99%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 252 of 255 = 99%
B 217 of 255 = 85%

197
252
217

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

Portions of RGB colors in percentages

R + G + B = 197 + 252 + 217 = 666 (100%)
R 197 of 666 ~ 29.58%
G 252 of 666 ~ 37.84%
B 217 of 666 ~ 32.58'%

%29.58
%37.84
%32.58

CMYK color model

#C5FCD9 color CMYK value is (22,0,14,1).

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

CMYK: (22,0,14,1)
C22M0Y14K1 (22%, 0%, 14%, 1%)
(0.22 / 0.00 / 0.14 / 0.01)

CMYK percentages

%21.83
%0
%13.89
%1.18

Codes

Color #C5FCD9 in popluar color models

C5 FC D9
RGB 197 252 217
HSL 142° 90.16% 88.04%
HSB/HSV 142° 21.83% 98.82%
CMYK 21.83% 0.00% 13.89%
1.18%

Color #C5FCD9 in popluar number systems.

HEX C5 FC D9
Decimal 197 252 217
Binary 11000101 11111100 11011001
Octal 305 374 331

Shades and tints

Shades of #C5FCD9

#C5FCD9
(197,252,217)
#B4E6C6
(180,230,198)
#A3D0B3
(163,208,179)
#92BAA0
(146,186,160)
#81A48D
(129,164,141)
#708E7A
(112,142,122)
#5F7867
(95,120,103)
#4E6254
(78,98,84)
#3D4C41
(61,76,65)
#2C362E
(44,54,46)
#1B201B
(27,32,27)
#000000
(0,0,0)

Tints of #C5FCD9

#C5FCD9
(197,252,217)
#CAFCDC
(202,252,220)
#CFFCDF
(207,252,223)
#D4FCE2
(212,252,226)
#D9FCE5
(217,252,229)
#DEFCE8
(222,252,232)
#E3FCEB
(227,252,235)
#E8FCEE
(232,252,238)
#EDFCF1
(237,252,241)
#F2FCF4
(242,252,244)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FCD9; }

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

This text font color is #C5FCD9.

Background Color

.myBgColor { background-color: #C5FCD9; }

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

This div background color is #C5FCD9.

Border color

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

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

This div border color is #C5FCD9.

Opacity

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

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

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

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

This text has shadow with #C5FCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FCD9.

Preview

Color preview on black background

This text has color #C5FCD9 on black background.


Color preview on white background

This text has color #C5FCD9 on white background.


Black color preview on #C5FCD9 background

This text has black color on #C5FCD9 background.


White color preview on #C5FCD9 background

This text has white color on #C5FCD9 background.


Related colors

Complementary color

Complementary color for #hex is #3A0326.


I love getcolorcode.com

Triadic colors

1 #D9C5FC and #FCD9C5 with #C5FCD9 are triadic colors.

2 #D9FCC5 and #FCC5D9 with #C5FCD9 are triadic colors.