COLOR #C4D7DD

HEX: #C4D7DD RGB: (196,215,221)

Color info

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

RGB color model

#C4D7DD color RGB value is (196,215,221).

RGB: (196,215,221) (77%, 84%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 215 of 255 = 84%
B 221 of 255 = 87%

196
215
221

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

Portions of RGB colors in percentages

R + G + B = 196 + 215 + 221 = 632 (100%)
R 196 of 632 ~ 31.01%
G 215 of 632 ~ 34.02%
B 221 of 632 ~ 34.97'%

%31.01
%34.02
%34.97

CMYK color model

#C4D7DD color CMYK value is (11,3,0,13).

  • cyan value is 11.31%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (11,3,0,13) C11M3Y0K13 (11%,3%,0%,13%) (0.11/0.03/0.00/0.13) 

CMYK percentages

%11.31
%2.71
%0
%13.33

Codes

Color #C4D7DD in popluar color models

C4 D7 DD
RGB 196 215 221
HSL 194° 26.88% 81.76%
HSB/HSV 194° 11.31% 86.67%
CMYK 11.31% 2.71% 0.00%
13.33%

Color #C4D7DD in popluar number systems.

HEX C4 D7 DD
Decimal 196 215 221
Binary 11000100 11010111 11011101
Octal 304 327 335

Shades and tints

Shades of #C4D7DD

#C4D7DD
(196,215,221)
#B3C4C9
(179,196,201)
#A2B1B5
(162,177,181)
#919EA1
(145,158,161)
#808B8D
(128,139,141)
#6F7879
(111,120,121)
#5E6565
(94,101,101)
#4D5251
(77,82,81)
#3C3F3D
(60,63,61)
#2B2C29
(43,44,41)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #C4D7DD

#C4D7DD
(196,215,221)
#C9DAE0
(201,218,224)
#CEDDE3
(206,221,227)
#D3E0E6
(211,224,230)
#D8E3E9
(216,227,233)
#DDE6EC
(221,230,236)
#E2E9EF
(226,233,239)
#E7ECF2
(231,236,242)
#ECEFF5
(236,239,245)
#F1F2F8
(241,242,248)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D7DD; }

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

This text font color is #C4D7DD.

Background Color

.myBgColor { background-color: #C4D7DD; }

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

This div background color is #C4D7DD.

Border color

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

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

This div border color is #C4D7DD.

Opacity

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

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

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

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

This text has shadow with #C4D7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D7DD.

Preview

Color preview on black background

This text has color #C4D7DD on black background.


Color preview on white background

This text has color #C4D7DD on white background.


Black color preview on #C4D7DD background

This text has black color on #C4D7DD background.


White color preview on #C4D7DD background

This text has white color on #C4D7DD background.


Related colors

Complementary color

Complementary color for #hex is #3B2822.


I love getcolorcode.com

Triadic colors

1 #DDC4D7 and #D7DDC4 with #C4D7DD are triadic colors.

2 #DDD7C4 and #D7C4DD with #C4D7DD are triadic colors.