COLOR #C5F6DC

HEX: #C5F6DC
RGB: (197,246,220)

Color info

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

RGB color model

#C5F6DC color RGB value is (197,246,220).

  • red value is 197;
  • green value is 246;
  • blue value is 220.
RGB:
(197,246,220)
(77%,96%,86%)

RGB channels and saturation

R 197 of 255 = 77%
G 246 of 255 = 96%
B 220 of 255 = 86%

197
246
220

R + G + B ~ 86%. #C5F6DC is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 246 + 220 = 663 (100%)
R 197 of 663 ~ 29.71%
G 246 of 663 ~ 37.1%
B 220 of 663 ~ 33.18%

%29.71
%37.1
%33.18

CMYK color model

#C5F6DC color CMYK value is (20,0,11,4).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(20,0,11,4)
C20M0Y11K4 
(20%,0%,11%,4%)
(0.20/0.00/0.11/0.04)	

CMYK percentages

%19.92
%0
%10.57
%3.53

Codes

Color #C5F6DC in popluar color models

C5F6DC
RGB197246220
HSL148°73.13%86.86%
HSB/HSV148°19.92%96.47%
CMYK19.92%0.00%10.57%
3.53%

Color #C5F6DC in popluar number systems.

HEXC5F6DC
Decimal197246220
Binary110001011111011011011100
Octal305366334

Shades and tints

Shades of #C5F6DC

#C5F6DC
(197,246,220)
#B4E0C8
(180,224,200)
#A3CAB4
(163,202,180)
#92B4A0
(146,180,160)
#819E8C
(129,158,140)
#708878
(112,136,120)
#5F7264
(95,114,100)
#4E5C50
(78,92,80)
#3D463C
(61,70,60)
#2C3028
(44,48,40)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #C5F6DC

#C5F6DC
(197,246,220)
#CAF6DF
(202,246,223)
#CFF6E2
(207,246,226)
#D4F6E5
(212,246,229)
#D9F6E8
(217,246,232)
#DEF6EB
(222,246,235)
#E3F6EE
(227,246,238)
#E8F6F1
(232,246,241)
#EDF6F4
(237,246,244)
#F2F6F7
(242,246,247)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F6DC color. Also use rgb(197,246,220) instead hex code.

Text Font Color

.myTextColor { color: #C5F6DC; }

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

This text font color is #C5F6DC.


Background Color

.myBgColor { background-color: #C5F6DC; }

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

This div background color is #C5F6DC.


Border color

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

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

This div border color is #C5F6DC.


Opacity

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

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

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

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

This text has shadow with #C5F6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F6DC on black background.


Color preview on white background

This text has color #C5F6DC on white background.



Black color preview on #C5F6DC background

This text has black color on #C5F6DC background.


White color preview on #C5F6DC background

This text has white color on #C5F6DC background.