COLOR #C4D7DA

HEX: #C4D7DA RGB: (196,215,218)

Color info

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

RGB color model

#C4D7DA color RGB value is (196,215,218).

RGB: (196,215,218) (77%, 84%, 85%)

RGB channels and saturation

R 196 of 255 = 77%
G 215 of 255 = 84%
B 218 of 255 = 85%

196
215
218

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

Portions of RGB colors in percentages

R + G + B = 196 + 215 + 218 = 629 (100%)
R 196 of 629 ~ 31.16%
G 215 of 629 ~ 34.18%
B 218 of 629 ~ 34.66'%

%31.16
%34.18
%34.66

CMYK color model

#C4D7DA color CMYK value is (10,1,0,15).

  • cyan value is 10.09%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (10,1,0,15)
C10M1Y0K15 (10%, 1%, 0%, 15%)
(0.10 / 0.01 / 0.00 / 0.15)

CMYK percentages

%10.09
%1.38
%0
%14.51

Codes

Color #C4D7DA in popluar color models

C4 D7 DA
RGB 196 215 218
HSL 188° 22.92% 81.18%
HSB/HSV 188° 10.09% 85.49%
CMYK 10.09% 1.38% 0.00%
14.51%

Color #C4D7DA in popluar number systems.

HEX C4 D7 DA
Decimal 196 215 218
Binary 11000100 11010111 11011010
Octal 304 327 332

Shades and tints

Shades of #C4D7DA

#C4D7DA
(196,215,218)
#B3C4C7
(179,196,199)
#A2B1B4
(162,177,180)
#919EA1
(145,158,161)
#808B8E
(128,139,142)
#6F787B
(111,120,123)
#5E6568
(94,101,104)
#4D5255
(77,82,85)
#3C3F42
(60,63,66)
#2B2C2F
(43,44,47)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #C4D7DA

#C4D7DA
(196,215,218)
#C9DADD
(201,218,221)
#CEDDE0
(206,221,224)
#D3E0E3
(211,224,227)
#D8E3E6
(216,227,230)
#DDE6E9
(221,230,233)
#E2E9EC
(226,233,236)
#E7ECEF
(231,236,239)
#ECEFF2
(236,239,242)
#F1F2F5
(241,242,245)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D7DA; }

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

This text font color is #C4D7DA.

Background Color

.myBgColor { background-color: #C4D7DA; }

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

This div background color is #C4D7DA.

Border color

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

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

This div border color is #C4D7DA.

Opacity

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

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

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

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

This text has shadow with #C4D7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D7DA.

Preview

Color preview on black background

This text has color #C4D7DA on black background.


Color preview on white background

This text has color #C4D7DA on white background.


Black color preview on #C4D7DA background

This text has black color on #C4D7DA background.


White color preview on #C4D7DA background

This text has white color on #C4D7DA background.


Related colors

Complementary color

Complementary color for #hex is #3B2825.


I love getcolorcode.com

Triadic colors

1 #DAC4D7 and #D7DAC4 with #C4D7DA are triadic colors.

2 #DAD7C4 and #D7C4DA with #C4D7DA are triadic colors.