COLOR #D4C9CC

HEX: #D4C9CC RGB: (212,201,204)

Color info

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

RGB color model

#D4C9CC color RGB value is (212,201,204).

RGB: (212,201,204) (83%, 79%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 201 of 255 = 79%
B 204 of 255 = 80%

212
201
204

R + G + B ~ 81%. #D4C9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 201 + 204 = 617 (100%)
R 212 of 617 ~ 34.36%
G 201 of 617 ~ 32.58%
B 204 of 617 ~ 33.06'%

%34.36
%32.58
%33.06

CMYK color model

#D4C9CC color CMYK value is (0,5,4,17).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 3.77%
  • key color value is 16.86%

CMYK: (0,5,4,17)
C0M5Y4K17 (0%, 5%, 4%, 17%)
(0.00 / 0.05 / 0.04 / 0.17)

CMYK percentages

%0
%5.19
%3.77
%16.86

Codes

Color #D4C9CC in popluar color models

D4 C9 CC
RGB 212 201 204
HSL 344° 11.34% 80.98%
HSB/HSV 344° 5.19% 83.14%
CMYK 0.00% 5.19% 3.77%
16.86%

Color #D4C9CC in popluar number systems.

HEX D4 C9 CC
Decimal 212 201 204
Binary 11010100 11001001 11001100
Octal 324 311 314

Shades and tints

Shades of #D4C9CC

#D4C9CC
(212,201,204)
#C1B7BA
(193,183,186)
#AEA5A8
(174,165,168)
#9B9396
(155,147,150)
#888184
(136,129,132)
#756F72
(117,111,114)
#625D60
(98,93,96)
#4F4B4E
(79,75,78)
#3C393C
(60,57,60)
#29272A
(41,39,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #D4C9CC

#D4C9CC
(212,201,204)
#D7CDD0
(215,205,208)
#DAD1D4
(218,209,212)
#DDD5D8
(221,213,216)
#E0D9DC
(224,217,220)
#E3DDE0
(227,221,224)
#E6E1E4
(230,225,228)
#E9E5E8
(233,229,232)
#ECE9EC
(236,233,236)
#EFEDF0
(239,237,240)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C9CC color. Also use rgb(212,201,204) instead hex code.

Text Font Color

.myTextColor { color: #D4C9CC; }

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

This text font color is #D4C9CC.

Background Color

.myBgColor { background-color: #D4C9CC; }

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

This div background color is #D4C9CC.

Border color

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

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

This div border color is #D4C9CC.

Opacity

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

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

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

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

This text has shadow with #D4C9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4C9CC.

Preview

Color preview on black background

This text has color #D4C9CC on black background.


Color preview on white background

This text has color #D4C9CC on white background.


Black color preview on #D4C9CC background

This text has black color on #D4C9CC background.


White color preview on #D4C9CC background

This text has white color on #D4C9CC background.


Related colors

Complementary color

Complementary color for #hex is #2B3633.


I love getcolorcode.com

Triadic colors

1 #CCD4C9 and #C9CCD4 with #D4C9CC are triadic colors.

2 #CCC9D4 and #C9D4CC with #D4C9CC are triadic colors.