COLOR #C5F2DC

HEX: #C5F2DC
RGB: (197,242,220)

Color info

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

RGB color model

#C5F2DC color RGB value is (197,242,220).

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

RGB channels and saturation

R 197 of 255 = 77%
G 242 of 255 = 95%
B 220 of 255 = 86%

197
242
220

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

Portions of RGB colors in percentages

R + G + B =
197 + 242 + 220 = 659 (100%)
R 197 of 659 ~ 29.89%
G 242 of 659 ~ 36.72%
B 220 of 659 ~ 33.38%

%29.89
%36.72
%33.38

CMYK color model

#C5F2DC color CMYK value is (19,0,9,5).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 5.10%
CMYK:
(19,0,9,5)
C19M0Y9K5 
(19%,0%,9%,5%)
(0.19/0.00/0.09/0.05)	

CMYK percentages

%18.6
%0
%9.09
%5.1

Codes

Color #C5F2DC in popluar color models

C5F2DC
RGB197242220
HSL151°63.38%86.08%
HSB/HSV151°18.60%94.90%
CMYK18.60%0.00%9.09%
5.10%

Color #C5F2DC in popluar number systems.

HEXC5F2DC
Decimal197242220
Binary110001011111001011011100
Octal305362334

Shades and tints

Shades of #C5F2DC

#C5F2DC
(197,242,220)
#B4DCC8
(180,220,200)
#A3C6B4
(163,198,180)
#92B0A0
(146,176,160)
#819A8C
(129,154,140)
#708478
(112,132,120)
#5F6E64
(95,110,100)
#4E5850
(78,88,80)
#3D423C
(61,66,60)
#2C2C28
(44,44,40)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5F2DC

#C5F2DC
(197,242,220)
#CAF3DF
(202,243,223)
#CFF4E2
(207,244,226)
#D4F5E5
(212,245,229)
#D9F6E8
(217,246,232)
#DEF7EB
(222,247,235)
#E3F8EE
(227,248,238)
#E8F9F1
(232,249,241)
#EDFAF4
(237,250,244)
#F2FBF7
(242,251,247)
#F7FCFA
(247,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F2DC; }

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

This text font color is #C5F2DC.


Background Color

.myBgColor { background-color: #C5F2DC; }

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

This div background color is #C5F2DC.


Border color

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

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

This div border color is #C5F2DC.


Opacity

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

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

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

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

This text has shadow with #C5F2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F2DC on black background.


Color preview on white background

This text has color #C5F2DC on white background.



Black color preview on #C5F2DC background

This text has black color on #C5F2DC background.


White color preview on #C5F2DC background

This text has white color on #C5F2DC background.