COLOR #D7DCCA

HEX: #D7DCCA RGB: (215,220,202)

Color info

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

RGB color model

#D7DCCA color RGB value is (215,220,202).

RGB: (215,220,202) (84%, 86%, 79%)

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 202 of 255 = 79%

215
220
202

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

Portions of RGB colors in percentages

R + G + B = 215 + 220 + 202 = 637 (100%)
R 215 of 637 ~ 33.75%
G 220 of 637 ~ 34.54%
B 202 of 637 ~ 31.71'%

%33.75
%34.54
%31.71

CMYK color model

#D7DCCA color CMYK value is (2,0,8,14).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 13.73%

CMYK: (2,0,8,14)
C2M0Y8K14 (2%, 0%, 8%, 14%)
(0.02 / 0.00 / 0.08 / 0.14)

CMYK percentages

%2.27
%0
%8.18
%13.73

Codes

Color #D7DCCA in popluar color models

D7 DC CA
RGB 215 220 202
HSL 77° 20.45% 82.75%
HSB/HSV 77° 8.18% 86.27%
CMYK 2.27% 0.00% 8.18%
13.73%

Color #D7DCCA in popluar number systems.

HEX D7 DC CA
Decimal 215 220 202
Binary 11010111 11011100 11001010
Octal 327 334 312

Shades and tints

Shades of #D7DCCA

#D7DCCA
(215,220,202)
#C4C8B8
(196,200,184)
#B1B4A6
(177,180,166)
#9EA094
(158,160,148)
#8B8C82
(139,140,130)
#787870
(120,120,112)
#65645E
(101,100,94)
#52504C
(82,80,76)
#3F3C3A
(63,60,58)
#2C2828
(44,40,40)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D7DCCA

#D7DCCA
(215,220,202)
#DADFCE
(218,223,206)
#DDE2D2
(221,226,210)
#E0E5D6
(224,229,214)
#E3E8DA
(227,232,218)
#E6EBDE
(230,235,222)
#E9EEE2
(233,238,226)
#ECF1E6
(236,241,230)
#EFF4EA
(239,244,234)
#F2F7EE
(242,247,238)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCCA; }

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

This text font color is #D7DCCA.

Background Color

.myBgColor { background-color: #D7DCCA; }

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

This div background color is #D7DCCA.

Border color

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

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

This div border color is #D7DCCA.

Opacity

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

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

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

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

This text has shadow with #D7DCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DCCA.

Preview

Color preview on black background

This text has color #D7DCCA on black background.


Color preview on white background

This text has color #D7DCCA on white background.


Black color preview on #D7DCCA background

This text has black color on #D7DCCA background.


White color preview on #D7DCCA background

This text has white color on #D7DCCA background.


Related colors

Complementary color

Complementary color for #hex is #282335.


I love getcolorcode.com

Triadic colors

1 #CAD7DC and #DCCAD7 with #D7DCCA are triadic colors.

2 #CADCD7 and #DCD7CA with #D7DCCA are triadic colors.