COLOR #C4D6D1

HEX: #C4D6D1 RGB: (196,214,209)

Color info

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

RGB color model

#C4D6D1 color RGB value is (196,214,209).

RGB: (196,214,209) (77%, 84%, 82%)

RGB channels and saturation

R 196 of 255 = 77%
G 214 of 255 = 84%
B 209 of 255 = 82%

196
214
209

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

Portions of RGB colors in percentages

R + G + B = 196 + 214 + 209 = 619 (100%)
R 196 of 619 ~ 31.66%
G 214 of 619 ~ 34.57%
B 209 of 619 ~ 33.76'%

%31.66
%34.57
%33.76

CMYK color model

#C4D6D1 color CMYK value is (8,0,2,16).

  • cyan value is 8.41%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 16.08%

CMYK: (8,0,2,16)
C8M0Y2K16 (8%, 0%, 2%, 16%)
(0.08 / 0.00 / 0.02 / 0.16)

CMYK percentages

%8.41
%0
%2.34
%16.08

Codes

Color #C4D6D1 in popluar color models

C4 D6 D1
RGB 196 214 209
HSL 163° 18.00% 80.39%
HSB/HSV 163° 8.41% 83.92%
CMYK 8.41% 0.00% 2.34%
16.08%

Color #C4D6D1 in popluar number systems.

HEX C4 D6 D1
Decimal 196 214 209
Binary 11000100 11010110 11010001
Octal 304 326 321

Shades and tints

Shades of #C4D6D1

#C4D6D1
(196,214,209)
#B3C3BE
(179,195,190)
#A2B0AB
(162,176,171)
#919D98
(145,157,152)
#808A85
(128,138,133)
#6F7772
(111,119,114)
#5E645F
(94,100,95)
#4D514C
(77,81,76)
#3C3E39
(60,62,57)
#2B2B26
(43,43,38)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #C4D6D1

#C4D6D1
(196,214,209)
#C9D9D5
(201,217,213)
#CEDCD9
(206,220,217)
#D3DFDD
(211,223,221)
#D8E2E1
(216,226,225)
#DDE5E5
(221,229,229)
#E2E8E9
(226,232,233)
#E7EBED
(231,235,237)
#ECEEF1
(236,238,241)
#F1F1F5
(241,241,245)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D6D1; }

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

This text font color is #C4D6D1.

Background Color

.myBgColor { background-color: #C4D6D1; }

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

This div background color is #C4D6D1.

Border color

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

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

This div border color is #C4D6D1.

Opacity

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

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

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

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

This text has shadow with #C4D6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D6D1.

Preview

Color preview on black background

This text has color #C4D6D1 on black background.


Color preview on white background

This text has color #C4D6D1 on white background.


Black color preview on #C4D6D1 background

This text has black color on #C4D6D1 background.


White color preview on #C4D6D1 background

This text has white color on #C4D6D1 background.


Related colors

Complementary color

Complementary color for #hex is #3B292E.


I love getcolorcode.com

Triadic colors

1 #D1C4D6 and #D6D1C4 with #C4D6D1 are triadic colors.

2 #D1D6C4 and #D6C4D1 with #C4D6D1 are triadic colors.