COLOR #D7C4CA

HEX: #D7C4CA RGB: (215,196,202)

Color info

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

RGB color model

#D7C4CA color RGB value is (215,196,202).

RGB: (215,196,202) (84%, 77%, 79%)

RGB channels and saturation

R 215 of 255 = 84%
G 196 of 255 = 77%
B 202 of 255 = 79%

215
196
202

R + G + B ~ 80%. #D7C4CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 196 + 202 = 613 (100%)
R 215 of 613 ~ 35.07%
G 196 of 613 ~ 31.97%
B 202 of 613 ~ 32.95'%

%35.07
%31.97
%32.95

CMYK color model

#D7C4CA color CMYK value is (0,9,6,16).

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

CMYK: (0,9,6,16)
C0M9Y6K16 (0%, 9%, 6%, 16%)
(0.00 / 0.09 / 0.06 / 0.16)

CMYK percentages

%0
%8.84
%6.05
%15.69

Codes

Color #D7C4CA in popluar color models

D7 C4 CA
RGB 215 196 202
HSL 341° 19.19% 80.59%
HSB/HSV 341° 8.84% 84.31%
CMYK 0.00% 8.84% 6.05%
15.69%

Color #D7C4CA in popluar number systems.

HEX D7 C4 CA
Decimal 215 196 202
Binary 11010111 11000100 11001010
Octal 327 304 312

Shades and tints

Shades of #D7C4CA

#D7C4CA
(215,196,202)
#C4B3B8
(196,179,184)
#B1A2A6
(177,162,166)
#9E9194
(158,145,148)
#8B8082
(139,128,130)
#786F70
(120,111,112)
#655E5E
(101,94,94)
#524D4C
(82,77,76)
#3F3C3A
(63,60,58)
#2C2B28
(44,43,40)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #D7C4CA

#D7C4CA
(215,196,202)
#DAC9CE
(218,201,206)
#DDCED2
(221,206,210)
#E0D3D6
(224,211,214)
#E3D8DA
(227,216,218)
#E6DDDE
(230,221,222)
#E9E2E2
(233,226,226)
#ECE7E6
(236,231,230)
#EFECEA
(239,236,234)
#F2F1EE
(242,241,238)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C4CA; }

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

This text font color is #D7C4CA.

Background Color

.myBgColor { background-color: #D7C4CA; }

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

This div background color is #D7C4CA.

Border color

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

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

This div border color is #D7C4CA.

Opacity

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

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

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

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

This text has shadow with #D7C4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7C4CA.

Preview

Color preview on black background

This text has color #D7C4CA on black background.


Color preview on white background

This text has color #D7C4CA on white background.


Black color preview on #D7C4CA background

This text has black color on #D7C4CA background.


White color preview on #D7C4CA background

This text has white color on #D7C4CA background.


Related colors

Complementary color

Complementary color for #hex is #283B35.


I love getcolorcode.com

Triadic colors

1 #CAD7C4 and #C4CAD7 with #D7C4CA are triadic colors.

2 #CAC4D7 and #C4D7CA with #D7C4CA are triadic colors.