COLOR #D7DCC2

HEX: #D7DCC2 RGB: (215,220,194)

Color info

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

RGB color model

#D7DCC2 color RGB value is (215,220,194).

RGB: (215,220,194) (84%, 86%, 76%)

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 194 of 255 = 76%

215
220
194

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

Portions of RGB colors in percentages

R + G + B = 215 + 220 + 194 = 629 (100%)
R 215 of 629 ~ 34.18%
G 220 of 629 ~ 34.98%
B 194 of 629 ~ 30.84'%

%34.18
%34.98
%30.84

CMYK color model

#D7DCC2 color CMYK value is (2,0,12,14).

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

CMYK: (2,0,12,14)
C2M0Y12K14 (2%, 0%, 12%, 14%)
(0.02 / 0.00 / 0.12 / 0.14)

CMYK percentages

%2.27
%0
%11.82
%13.73

Codes

Color #D7DCC2 in popluar color models

D7 DC C2
RGB 215 220 194
HSL 72° 27.08% 81.18%
HSB/HSV 72° 11.82% 86.27%
CMYK 2.27% 0.00% 11.82%
13.73%

Color #D7DCC2 in popluar number systems.

HEX D7 DC C2
Decimal 215 220 194
Binary 11010111 11011100 11000010
Octal 327 334 302

Shades and tints

Shades of #D7DCC2

#D7DCC2
(215,220,194)
#C4C8B1
(196,200,177)
#B1B4A0
(177,180,160)
#9EA08F
(158,160,143)
#8B8C7E
(139,140,126)
#78786D
(120,120,109)
#65645C
(101,100,92)
#52504B
(82,80,75)
#3F3C3A
(63,60,58)
#2C2829
(44,40,41)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #D7DCC2

#D7DCC2
(215,220,194)
#DADFC7
(218,223,199)
#DDE2CC
(221,226,204)
#E0E5D1
(224,229,209)
#E3E8D6
(227,232,214)
#E6EBDB
(230,235,219)
#E9EEE0
(233,238,224)
#ECF1E5
(236,241,229)
#EFF4EA
(239,244,234)
#F2F7EF
(242,247,239)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCC2; }

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

This text font color is #D7DCC2.

Background Color

.myBgColor { background-color: #D7DCC2; }

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

This div background color is #D7DCC2.

Border color

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

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

This div border color is #D7DCC2.

Opacity

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

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

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

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

This text has shadow with #D7DCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DCC2.

Preview

Color preview on black background

This text has color #D7DCC2 on black background.


Color preview on white background

This text has color #D7DCC2 on white background.


Black color preview on #D7DCC2 background

This text has black color on #D7DCC2 background.


White color preview on #D7DCC2 background

This text has white color on #D7DCC2 background.


Related colors

Complementary color

Complementary color for #hex is #28233D.


I love getcolorcode.com

Triadic colors

1 #C2D7DC and #DCC2D7 with #D7DCC2 are triadic colors.

2 #C2DCD7 and #DCD7C2 with #D7DCC2 are triadic colors.