COLOR #C5DFDE

HEX: #C5DFDE
RGB: (197,223,222)

Color info

#C5DFDE contains red, green and blue colors in about the same proportion. Web safe color of #C5DFDE is #CCCCCC (or #CCC).

RGB color model

#C5DFDE color RGB value is (197,223,222).

  • red value is 197;
  • green value is 223;
  • blue value is 222.
RGB:
(197,223,222)
(77%,87%,87%)

RGB channels and saturation

R 197 of 255 = 77%
G 223 of 255 = 87%
B 222 of 255 = 87%

197
223
222

R + G + B ~ 84%. #C5DFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 223 + 222 = 642 (100%)
R 197 of 642 ~ 30.69%
G 223 of 642 ~ 34.74%
B 222 of 642 ~ 34.58%

%30.69
%34.74
%34.58

CMYK color model

#C5DFDE color CMYK value is (12,0,0,13).

  • cyan value is 11.66%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.55%
CMYK:
(12,0,0,13)
C12M0Y0K13 
(12%,0%,0%,13%)
(0.12/0.00/0.00/0.13)	

CMYK percentages

%11.66
%0
%0.45
%12.55

Codes

Color #C5DFDE in popluar color models

C5DFDE
RGB197223222
HSL178°28.89%82.35%
HSB/HSV178°11.66%87.45%
CMYK11.66%0.00%0.45%
12.55%

Color #C5DFDE in popluar number systems.

HEXC5DFDE
Decimal197223222
Binary110001011101111111011110
Octal305337336

Shades and tints

Shades of #C5DFDE

#C5DFDE
(197,223,222)
#B4CBCA
(180,203,202)
#A3B7B6
(163,183,182)
#92A3A2
(146,163,162)
#818F8E
(129,143,142)
#707B7A
(112,123,122)
#5F6766
(95,103,102)
#4E5352
(78,83,82)
#3D3F3E
(61,63,62)
#2C2B2A
(44,43,42)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5DFDE

#C5DFDE
(197,223,222)
#CAE1E1
(202,225,225)
#CFE3E4
(207,227,228)
#D4E5E7
(212,229,231)
#D9E7EA
(217,231,234)
#DEE9ED
(222,233,237)
#E3EBF0
(227,235,240)
#E8EDF3
(232,237,243)
#EDEFF6
(237,239,246)
#F2F1F9
(242,241,249)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DFDE color. Also use rgb(197,223,222) instead hex code.

Text Font Color

.myTextColor { color: #C5DFDE; }

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

This text font color is #C5DFDE.


Background Color

.myBgColor { background-color: #C5DFDE; }

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

This div background color is #C5DFDE.


Border color

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

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

This div border color is #C5DFDE.


Opacity

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

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

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

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

This text has shadow with #C5DFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DFDE on black background.


Color preview on white background

This text has color #C5DFDE on white background.



Black color preview on #C5DFDE background

This text has black color on #C5DFDE background.


White color preview on #C5DFDE background

This text has white color on #C5DFDE background.