COLOR #D8C4CA

HEX: #D8C4CA RGB: (216,196,202)

Color info

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

RGB color model

#D8C4CA color RGB value is (216,196,202).

RGB: (216,196,202) (85%, 77%, 79%)

RGB channels and saturation

R 216 of 255 = 85%
G 196 of 255 = 77%
B 202 of 255 = 79%

216
196
202

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

Portions of RGB colors in percentages

R + G + B = 216 + 196 + 202 = 614 (100%)
R 216 of 614 ~ 35.18%
G 196 of 614 ~ 31.92%
B 202 of 614 ~ 32.9'%

%35.18
%31.92
%32.9

CMYK color model

#D8C4CA color CMYK value is (0,9,6,15).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 6.48%
  • key color value is 15.29%

CMYK: (0,9,6,15)
C0M9Y6K15 (0%, 9%, 6%, 15%)
(0.00 / 0.09 / 0.06 / 0.15)

CMYK percentages

%0
%9.26
%6.48
%15.29

Codes

Color #D8C4CA in popluar color models

D8 C4 CA
RGB 216 196 202
HSL 342° 20.41% 80.78%
HSB/HSV 342° 9.26% 84.71%
CMYK 0.00% 9.26% 6.48%
15.29%

Color #D8C4CA in popluar number systems.

HEX D8 C4 CA
Decimal 216 196 202
Binary 11011000 11000100 11001010
Octal 330 304 312

Shades and tints

Shades of #D8C4CA

#D8C4CA
(216,196,202)
#C5B3B8
(197,179,184)
#B2A2A6
(178,162,166)
#9F9194
(159,145,148)
#8C8082
(140,128,130)
#796F70
(121,111,112)
#665E5E
(102,94,94)
#534D4C
(83,77,76)
#403C3A
(64,60,58)
#2D2B28
(45,43,40)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #D8C4CA

#D8C4CA
(216,196,202)
#DBC9CE
(219,201,206)
#DECED2
(222,206,210)
#E1D3D6
(225,211,214)
#E4D8DA
(228,216,218)
#E7DDDE
(231,221,222)
#EAE2E2
(234,226,226)
#EDE7E6
(237,231,230)
#F0ECEA
(240,236,234)
#F3F1EE
(243,241,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C4CA; }

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

This text font color is #D8C4CA.

Background Color

.myBgColor { background-color: #D8C4CA; }

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

This div background color is #D8C4CA.

Border color

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

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

This div border color is #D8C4CA.

Opacity

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

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

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

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

This text has shadow with #D8C4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C4CA.

Preview

Color preview on black background

This text has color #D8C4CA on black background.


Color preview on white background

This text has color #D8C4CA on white background.


Black color preview on #D8C4CA background

This text has black color on #D8C4CA background.


White color preview on #D8C4CA background

This text has white color on #D8C4CA background.


Related colors

Complementary color

Complementary color for #hex is #273B35.


I love getcolorcode.com

Triadic colors

1 #CAD8C4 and #C4CAD8 with #D8C4CA are triadic colors.

2 #CAC4D8 and #C4D8CA with #D8C4CA are triadic colors.