COLOR #C4DFD6

HEX: #C4DFD6 RGB: (196,223,214)

Color info

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

RGB color model

#C4DFD6 color RGB value is (196,223,214).

RGB: (196,223,214) (77%, 87%, 84%)

RGB channels and saturation

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

196
223
214

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

Portions of RGB colors in percentages

R + G + B = 196 + 223 + 214 = 633 (100%)
R 196 of 633 ~ 30.96%
G 223 of 633 ~ 35.23%
B 214 of 633 ~ 33.81'%

%30.96
%35.23
%33.81

CMYK color model

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

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • 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
%4.04
%12.55

Codes

Color #C4DFD6 in popluar color models

C4 DF D6
RGB 196 223 214
HSL 160° 29.67% 82.16%
HSB/HSV 160° 12.11% 87.45%
CMYK 12.11% 0.00% 4.04%
12.55%

Color #C4DFD6 in popluar number systems.

HEX C4 DF D6
Decimal 196 223 214
Binary 11000100 11011111 11010110
Octal 304 337 326

Shades and tints

Shades of #C4DFD6

#C4DFD6
(196,223,214)
#B3CBC3
(179,203,195)
#A2B7B0
(162,183,176)
#91A39D
(145,163,157)
#808F8A
(128,143,138)
#6F7B77
(111,123,119)
#5E6764
(94,103,100)
#4D5351
(77,83,81)
#3C3F3E
(60,63,62)
#2B2B2B
(43,43,43)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #C4DFD6

#C4DFD6
(196,223,214)
#C9E1D9
(201,225,217)
#CEE3DC
(206,227,220)
#D3E5DF
(211,229,223)
#D8E7E2
(216,231,226)
#DDE9E5
(221,233,229)
#E2EBE8
(226,235,232)
#E7EDEB
(231,237,235)
#ECEFEE
(236,239,238)
#F1F1F1
(241,241,241)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DFD6; }

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

This text font color is #C4DFD6.

Background Color

.myBgColor { background-color: #C4DFD6; }

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

This div background color is #C4DFD6.

Border color

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

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

This div border color is #C4DFD6.

Opacity

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

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

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

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

This text has shadow with #C4DFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DFD6.

Preview

Color preview on black background

This text has color #C4DFD6 on black background.


Color preview on white background

This text has color #C4DFD6 on white background.


Black color preview on #C4DFD6 background

This text has black color on #C4DFD6 background.


White color preview on #C4DFD6 background

This text has white color on #C4DFD6 background.


Related colors

Complementary color

Complementary color for #hex is #3B2029.


I love getcolorcode.com

Triadic colors

1 #D6C4DF and #DFD6C4 with #C4DFD6 are triadic colors.

2 #D6DFC4 and #DFC4D6 with #C4DFD6 are triadic colors.