COLOR #C4D1DF

HEX: #C4D1DF
RGB: (196,209,223)

Color info

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

RGB color model

#C4D1DF color RGB value is (196,209,223).

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

RGB channels and saturation

R 196 of 255 = 77%
G 209 of 255 = 82%
B 223 of 255 = 87%

196
209
223

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

Portions of RGB colors in percentages

R + G + B =
196 + 209 + 223 = 628 (100%)
R 196 of 628 ~ 31.21%
G 209 of 628 ~ 33.28%
B 223 of 628 ~ 35.51%

%31.21
%33.28
%35.51

CMYK color model

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

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

CMYK percentages

%12.11
%6.28
%0
%12.55

Codes

Color #C4D1DF in popluar color models

C4D1DF
RGB196209223
HSL211°29.67%82.16%
HSB/HSV211°12.11%87.45%
CMYK12.11%6.28%0.00%
12.55%

Color #C4D1DF in popluar number systems.

HEXC4D1DF
Decimal196209223
Binary110001001101000111011111
Octal304321337

Shades and tints

Shades of #C4D1DF

#C4D1DF
(196,209,223)
#B3BECB
(179,190,203)
#A2ABB7
(162,171,183)
#9198A3
(145,152,163)
#80858F
(128,133,143)
#6F727B
(111,114,123)
#5E5F67
(94,95,103)
#4D4C53
(77,76,83)
#3C393F
(60,57,63)
#2B262B
(43,38,43)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C4D1DF

#C4D1DF
(196,209,223)
#C9D5E1
(201,213,225)
#CED9E3
(206,217,227)
#D3DDE5
(211,221,229)
#D8E1E7
(216,225,231)
#DDE5E9
(221,229,233)
#E2E9EB
(226,233,235)
#E7EDED
(231,237,237)
#ECF1EF
(236,241,239)
#F1F5F1
(241,245,241)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D1DF; }

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

This text font color is #C4D1DF.


Background Color

.myBgColor { background-color: #C4D1DF; }

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

This div background color is #C4D1DF.


Border color

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

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

This div border color is #C4D1DF.


Opacity

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

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

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

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

This text has shadow with #C4D1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D1DF on black background.


Color preview on white background

This text has color #C4D1DF on white background.



Black color preview on #C4D1DF background

This text has black color on #C4D1DF background.


White color preview on #C4D1DF background

This text has white color on #C4D1DF background.