COLOR #D4D7CA

HEX: #D4D7CA RGB: (212,215,202)

Color info

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

RGB color model

#D4D7CA color RGB value is (212,215,202).

RGB: (212,215,202) (83%, 84%, 79%)

RGB channels and saturation

R 212 of 255 = 83%
G 215 of 255 = 84%
B 202 of 255 = 79%

212
215
202

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

Portions of RGB colors in percentages

R + G + B = 212 + 215 + 202 = 629 (100%)
R 212 of 629 ~ 33.7%
G 215 of 629 ~ 34.18%
B 202 of 629 ~ 32.11'%

%33.7
%34.18
%32.11

CMYK color model

#D4D7CA color CMYK value is (1,0,6,16).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 6.05%
  • key color value is 15.69%

CMYK: (1,0,6,16)
C1M0Y6K16 (1%, 0%, 6%, 16%)
(0.01 / 0.00 / 0.06 / 0.16)

CMYK percentages

%1.4
%0
%6.05
%15.69

Codes

Color #D4D7CA in popluar color models

D4 D7 CA
RGB 212 215 202
HSL 74° 13.98% 81.76%
HSB/HSV 74° 6.05% 84.31%
CMYK 1.40% 0.00% 6.05%
15.69%

Color #D4D7CA in popluar number systems.

HEX D4 D7 CA
Decimal 212 215 202
Binary 11010100 11010111 11001010
Octal 324 327 312

Shades and tints

Shades of #D4D7CA

#D4D7CA
(212,215,202)
#C1C4B8
(193,196,184)
#AEB1A6
(174,177,166)
#9B9E94
(155,158,148)
#888B82
(136,139,130)
#757870
(117,120,112)
#62655E
(98,101,94)
#4F524C
(79,82,76)
#3C3F3A
(60,63,58)
#292C28
(41,44,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #D4D7CA

#D4D7CA
(212,215,202)
#D7DACE
(215,218,206)
#DADDD2
(218,221,210)
#DDE0D6
(221,224,214)
#E0E3DA
(224,227,218)
#E3E6DE
(227,230,222)
#E6E9E2
(230,233,226)
#E9ECE6
(233,236,230)
#ECEFEA
(236,239,234)
#EFF2EE
(239,242,238)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D7CA color. Also use rgb(212,215,202) instead hex code.

Text Font Color

.myTextColor { color: #D4D7CA; }

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

This text font color is #D4D7CA.

Background Color

.myBgColor { background-color: #D4D7CA; }

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

This div background color is #D4D7CA.

Border color

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

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

This div border color is #D4D7CA.

Opacity

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

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

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

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

This text has shadow with #D4D7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D7CA.

Preview

Color preview on black background

This text has color #D4D7CA on black background.


Color preview on white background

This text has color #D4D7CA on white background.


Black color preview on #D4D7CA background

This text has black color on #D4D7CA background.


White color preview on #D4D7CA background

This text has white color on #D4D7CA background.


Related colors

Complementary color

Complementary color for #hex is #2B2835.


I love getcolorcode.com

Triadic colors

1 #CAD4D7 and #D7CAD4 with #D4D7CA are triadic colors.

2 #CAD7D4 and #D7D4CA with #D4D7CA are triadic colors.