COLOR #C5DFD2

HEX: #C5DFD2
RGB: (197,223,210)

Color info

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

RGB color model

#C5DFD2 color RGB value is (197,223,210).

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

RGB channels and saturation

R 197 of 255 = 77%
G 223 of 255 = 87%
B 210 of 255 = 82%

197
223
210

R + G + B ~ 82%. #C5DFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 223 + 210 = 630 (100%)
R 197 of 630 ~ 31.27%
G 223 of 630 ~ 35.4%
B 210 of 630 ~ 33.33%

%31.27
%35.4
%33.33

CMYK color model

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

  • cyan value is 11.66%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 12.55%
CMYK:
(12,0,6,13)
C12M0Y6K13 
(12%,0%,6%,13%)
(0.12/0.00/0.06/0.13)	

CMYK percentages

%11.66
%0
%5.83
%12.55

Codes

Color #C5DFD2 in popluar color models

C5DFD2
RGB197223210
HSL150°28.89%82.35%
HSB/HSV150°11.66%87.45%
CMYK11.66%0.00%5.83%
12.55%

Color #C5DFD2 in popluar number systems.

HEXC5DFD2
Decimal197223210
Binary110001011101111111010010
Octal305337322

Shades and tints

Shades of #C5DFD2

#C5DFD2
(197,223,210)
#B4CBBF
(180,203,191)
#A3B7AC
(163,183,172)
#92A399
(146,163,153)
#818F86
(129,143,134)
#707B73
(112,123,115)
#5F6760
(95,103,96)
#4E534D
(78,83,77)
#3D3F3A
(61,63,58)
#2C2B27
(44,43,39)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5DFD2

#C5DFD2
(197,223,210)
#CAE1D6
(202,225,214)
#CFE3DA
(207,227,218)
#D4E5DE
(212,229,222)
#D9E7E2
(217,231,226)
#DEE9E6
(222,233,230)
#E3EBEA
(227,235,234)
#E8EDEE
(232,237,238)
#EDEFF2
(237,239,242)
#F2F1F6
(242,241,246)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DFD2; }

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

This text font color is #C5DFD2.


Background Color

.myBgColor { background-color: #C5DFD2; }

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

This div background color is #C5DFD2.


Border color

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

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

This div border color is #C5DFD2.


Opacity

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

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

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

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

This text has shadow with #C5DFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DFD2 on black background.


Color preview on white background

This text has color #C5DFD2 on white background.



Black color preview on #C5DFD2 background

This text has black color on #C5DFD2 background.


White color preview on #C5DFD2 background

This text has white color on #C5DFD2 background.