COLOR #C4DFD7

HEX: #C4DFD7
RGB: (196,223,215)

Color info

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

RGB color model

#C4DFD7 color RGB value is (196,223,215).

  • red value is 196;
  • green value is 223;
  • blue value is 215.
RGB:
(196,223,215)
(77%,87%,84%)

RGB channels and saturation

R 196 of 255 = 77%
G 223 of 255 = 87%
B 215 of 255 = 84%

196
223
215

R + G + B ~ 83%. #C4DFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 223 + 215 = 634 (100%)
R 196 of 634 ~ 30.91%
G 223 of 634 ~ 35.17%
B 215 of 634 ~ 33.91%

%30.91
%35.17
%33.91

CMYK color model

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

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(12,0,4,13)
C12M0Y4K13 
(12%,0%,4%,13%)
(0.12/0.00/0.04/0.13)	

CMYK percentages

%12.11
%0
%3.59
%12.55

Codes

Color #C4DFD7 in popluar color models

C4DFD7
RGB196223215
HSL162°29.67%82.16%
HSB/HSV162°12.11%87.45%
CMYK12.11%0.00%3.59%
12.55%

Color #C4DFD7 in popluar number systems.

HEXC4DFD7
Decimal196223215
Binary110001001101111111010111
Octal304337327

Shades and tints

Shades of #C4DFD7

#C4DFD7
(196,223,215)
#B3CBC4
(179,203,196)
#A2B7B1
(162,183,177)
#91A39E
(145,163,158)
#808F8B
(128,143,139)
#6F7B78
(111,123,120)
#5E6765
(94,103,101)
#4D5352
(77,83,82)
#3C3F3F
(60,63,63)
#2B2B2C
(43,43,44)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #C4DFD7

#C4DFD7
(196,223,215)
#C9E1DA
(201,225,218)
#CEE3DD
(206,227,221)
#D3E5E0
(211,229,224)
#D8E7E3
(216,231,227)
#DDE9E6
(221,233,230)
#E2EBE9
(226,235,233)
#E7EDEC
(231,237,236)
#ECEFEF
(236,239,239)
#F1F1F2
(241,241,242)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DFD7 color. Also use rgb(196,223,215) instead hex code.

Text Font Color

.myTextColor { color: #C4DFD7; }

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

This text font color is #C4DFD7.


Background Color

.myBgColor { background-color: #C4DFD7; }

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

This div background color is #C4DFD7.


Border color

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

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

This div border color is #C4DFD7.


Opacity

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

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

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

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

This text has shadow with #C4DFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DFD7 on black background.


Color preview on white background

This text has color #C4DFD7 on white background.



Black color preview on #C4DFD7 background

This text has black color on #C4DFD7 background.


White color preview on #C4DFD7 background

This text has white color on #C4DFD7 background.