COLOR #C4D1DD

HEX: #C4D1DD
RGB: (196,209,221)

Color info

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

RGB color model

#C4D1DD color RGB value is (196,209,221).

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

RGB channels and saturation

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

196
209
221

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

Portions of RGB colors in percentages

R + G + B =
196 + 209 + 221 = 626 (100%)
R 196 of 626 ~ 31.31%
G 209 of 626 ~ 33.39%
B 221 of 626 ~ 35.3%

%31.31
%33.39
%35.3

CMYK color model

#C4D1DD color CMYK value is (11,5,0,13).

  • cyan value is 11.31%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,5,0,13)
C11M5Y0K13 
(11%,5%,0%,13%)
(0.11/0.05/0.00/0.13)	

CMYK percentages

%11.31
%5.43
%0
%13.33

Codes

Color #C4D1DD in popluar color models

C4D1DD
RGB196209221
HSL209°26.88%81.76%
HSB/HSV209°11.31%86.67%
CMYK11.31%5.43%0.00%
13.33%

Color #C4D1DD in popluar number systems.

HEXC4D1DD
Decimal196209221
Binary110001001101000111011101
Octal304321335

Shades and tints

Shades of #C4D1DD

#C4D1DD
(196,209,221)
#B3BEC9
(179,190,201)
#A2ABB5
(162,171,181)
#9198A1
(145,152,161)
#80858D
(128,133,141)
#6F7279
(111,114,121)
#5E5F65
(94,95,101)
#4D4C51
(77,76,81)
#3C393D
(60,57,61)
#2B2629
(43,38,41)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #C4D1DD

#C4D1DD
(196,209,221)
#C9D5E0
(201,213,224)
#CED9E3
(206,217,227)
#D3DDE6
(211,221,230)
#D8E1E9
(216,225,233)
#DDE5EC
(221,229,236)
#E2E9EF
(226,233,239)
#E7EDF2
(231,237,242)
#ECF1F5
(236,241,245)
#F1F5F8
(241,245,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D1DD; }

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

This text font color is #C4D1DD.


Background Color

.myBgColor { background-color: #C4D1DD; }

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

This div background color is #C4D1DD.


Border color

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

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

This div border color is #C4D1DD.


Opacity

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

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

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

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

This text has shadow with #C4D1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D1DD on black background.


Color preview on white background

This text has color #C4D1DD on white background.



Black color preview on #C4D1DD background

This text has black color on #C4D1DD background.


White color preview on #C4D1DD background

This text has white color on #C4D1DD background.