COLOR #C4D9D1

HEX: #C4D9D1 RGB: (196,217,209)

Color info

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

RGB color model

#C4D9D1 color RGB value is (196,217,209).

RGB: (196,217,209) (77%, 85%, 82%)

RGB channels and saturation

R 196 of 255 = 77%
G 217 of 255 = 85%
B 209 of 255 = 82%

196
217
209

R + G + B ~ 81%. #C4D9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 217 + 209 = 622 (100%)
R 196 of 622 ~ 31.51%
G 217 of 622 ~ 34.89%
B 209 of 622 ~ 33.6'%

%31.51
%34.89
%33.6

CMYK color model

#C4D9D1 color CMYK value is (10,0,4,15).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 3.69%
  • key color value is 14.90%
CMYK: (10,0,4,15) C10M0Y4K15 (10%,0%,4%,15%) (0.10/0.00/0.04/0.15) 

CMYK percentages

%9.68
%0
%3.69
%14.9

Codes

Color #C4D9D1 in popluar color models

C4 D9 D1
RGB 196 217 209
HSL 157° 21.65% 80.98%
HSB/HSV 157° 9.68% 85.10%
CMYK 9.68% 0.00% 3.69%
14.90%

Color #C4D9D1 in popluar number systems.

HEX C4 D9 D1
Decimal 196 217 209
Binary 11000100 11011001 11010001
Octal 304 331 321

Shades and tints

Shades of #C4D9D1

#C4D9D1
(196,217,209)
#B3C6BE
(179,198,190)
#A2B3AB
(162,179,171)
#91A098
(145,160,152)
#808D85
(128,141,133)
#6F7A72
(111,122,114)
#5E675F
(94,103,95)
#4D544C
(77,84,76)
#3C4139
(60,65,57)
#2B2E26
(43,46,38)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #C4D9D1

#C4D9D1
(196,217,209)
#C9DCD5
(201,220,213)
#CEDFD9
(206,223,217)
#D3E2DD
(211,226,221)
#D8E5E1
(216,229,225)
#DDE8E5
(221,232,229)
#E2EBE9
(226,235,233)
#E7EEED
(231,238,237)
#ECF1F1
(236,241,241)
#F1F4F5
(241,244,245)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D9D1; }

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

This text font color is #C4D9D1.

Background Color

.myBgColor { background-color: #C4D9D1; }

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

This div background color is #C4D9D1.

Border color

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

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

This div border color is #C4D9D1.

Opacity

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

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

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

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

This text has shadow with #C4D9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D9D1.

Preview

Color preview on black background

This text has color #C4D9D1 on black background.


Color preview on white background

This text has color #C4D9D1 on white background.


Black color preview on #C4D9D1 background

This text has black color on #C4D9D1 background.


White color preview on #C4D9D1 background

This text has white color on #C4D9D1 background.


Related colors

Complementary color

Complementary color for #hex is #3B262E.


I love getcolorcode.com

Triadic colors

1 #D1C4D9 and #D9D1C4 with #C4D9D1 are triadic colors.

2 #D1D9C4 and #D9C4D1 with #C4D9D1 are triadic colors.