COLOR #C4D4DF

HEX: #C4D4DF RGB: (196,212,223)

Color info

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

RGB color model

#C4D4DF color RGB value is (196,212,223).

RGB: (196,212,223) (77%, 83%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 212 of 255 = 83%
B 223 of 255 = 87%

196
212
223

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

Portions of RGB colors in percentages

R + G + B = 196 + 212 + 223 = 631 (100%)
R 196 of 631 ~ 31.06%
G 212 of 631 ~ 33.6%
B 223 of 631 ~ 35.34'%

%31.06
%33.6
%35.34

CMYK color model

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

  • cyan value is 12.11%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (12,5,0,13)
C12M5Y0K13 (12%, 5%, 0%, 13%)
(0.12 / 0.05 / 0.00 / 0.13)

CMYK percentages

%12.11
%4.93
%0
%12.55

Codes

Color #C4D4DF in popluar color models

C4 D4 DF
RGB 196 212 223
HSL 204° 29.67% 82.16%
HSB/HSV 204° 12.11% 87.45%
CMYK 12.11% 4.93% 0.00%
12.55%

Color #C4D4DF in popluar number systems.

HEX C4 D4 DF
Decimal 196 212 223
Binary 11000100 11010100 11011111
Octal 304 324 337

Shades and tints

Shades of #C4D4DF

#C4D4DF
(196,212,223)
#B3C1CB
(179,193,203)
#A2AEB7
(162,174,183)
#919BA3
(145,155,163)
#80888F
(128,136,143)
#6F757B
(111,117,123)
#5E6267
(94,98,103)
#4D4F53
(77,79,83)
#3C3C3F
(60,60,63)
#2B292B
(43,41,43)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4D4DF

#C4D4DF
(196,212,223)
#C9D7E1
(201,215,225)
#CEDAE3
(206,218,227)
#D3DDE5
(211,221,229)
#D8E0E7
(216,224,231)
#DDE3E9
(221,227,233)
#E2E6EB
(226,230,235)
#E7E9ED
(231,233,237)
#ECECEF
(236,236,239)
#F1EFF1
(241,239,241)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D4DF; }

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

This text font color is #C4D4DF.

Background Color

.myBgColor { background-color: #C4D4DF; }

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

This div background color is #C4D4DF.

Border color

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

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

This div border color is #C4D4DF.

Opacity

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

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

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

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

This text has shadow with #C4D4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D4DF.

Preview

Color preview on black background

This text has color #C4D4DF on black background.


Color preview on white background

This text has color #C4D4DF on white background.


Black color preview on #C4D4DF background

This text has black color on #C4D4DF background.


White color preview on #C4D4DF background

This text has white color on #C4D4DF background.


Related colors

Complementary color

Complementary color for #hex is #3B2B20.


I love getcolorcode.com

Triadic colors

1 #DFC4D4 and #D4DFC4 with #C4D4DF are triadic colors.

2 #DFD4C4 and #D4C4DF with #C4D4DF are triadic colors.