COLOR #C4D1DC

HEX: #C4D1DC
RGB: (196,209,220)

Color info

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

RGB color model

#C4D1DC color RGB value is (196,209,220).

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

RGB channels and saturation

R 196 of 255 = 77%
G 209 of 255 = 82%
B 220 of 255 = 86%

196
209
220

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

Portions of RGB colors in percentages

R + G + B =
196 + 209 + 220 = 625 (100%)
R 196 of 625 ~ 31.36%
G 209 of 625 ~ 33.44%
B 220 of 625 ~ 35.2%

%31.36
%33.44
%35.2

CMYK color model

#C4D1DC color CMYK value is (11,5,0,14).

  • cyan value is 10.91%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,5,0,14)
C11M5Y0K14 
(11%,5%,0%,14%)
(0.11/0.05/0.00/0.14)	

CMYK percentages

%10.91
%5
%0
%13.73

Codes

Color #C4D1DC in popluar color models

C4D1DC
RGB196209220
HSL208°25.53%81.57%
HSB/HSV208°10.91%86.27%
CMYK10.91%5.00%0.00%
13.73%

Color #C4D1DC in popluar number systems.

HEXC4D1DC
Decimal196209220
Binary110001001101000111011100
Octal304321334

Shades and tints

Shades of #C4D1DC

#C4D1DC
(196,209,220)
#B3BEC8
(179,190,200)
#A2ABB4
(162,171,180)
#9198A0
(145,152,160)
#80858C
(128,133,140)
#6F7278
(111,114,120)
#5E5F64
(94,95,100)
#4D4C50
(77,76,80)
#3C393C
(60,57,60)
#2B2628
(43,38,40)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #C4D1DC

#C4D1DC
(196,209,220)
#C9D5DF
(201,213,223)
#CED9E2
(206,217,226)
#D3DDE5
(211,221,229)
#D8E1E8
(216,225,232)
#DDE5EB
(221,229,235)
#E2E9EE
(226,233,238)
#E7EDF1
(231,237,241)
#ECF1F4
(236,241,244)
#F1F5F7
(241,245,247)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D1DC; }

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

This text font color is #C4D1DC.


Background Color

.myBgColor { background-color: #C4D1DC; }

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

This div background color is #C4D1DC.


Border color

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

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

This div border color is #C4D1DC.


Opacity

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

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

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

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

This text has shadow with #C4D1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D1DC on black background.


Color preview on white background

This text has color #C4D1DC on white background.



Black color preview on #C4D1DC background

This text has black color on #C4D1DC background.


White color preview on #C4D1DC background

This text has white color on #C4D1DC background.