COLOR #D4C7CB

HEX: #D4C7CB
RGB: (212,199,203)

Color info

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

RGB color model

#D4C7CB color RGB value is (212,199,203).

  • red value is 212;
  • green value is 199;
  • blue value is 203.
RGB:
(212,199,203)
(83%,78%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 199 of 255 = 78%
B 203 of 255 = 80%

212
199
203

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

Portions of RGB colors in percentages

R + G + B =
212 + 199 + 203 = 614 (100%)
R 212 of 614 ~ 34.53%
G 199 of 614 ~ 32.41%
B 203 of 614 ~ 33.06%

%34.53
%32.41
%33.06

CMYK color model

#D4C7CB color CMYK value is (0,6,4,17).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 4.25%
  • key color value is 16.86%
CMYK:
(0,6,4,17)
C0M6Y4K17 
(0%,6%,4%,17%)
(0.00/0.06/0.04/0.17)	

CMYK percentages

%0
%6.13
%4.25
%16.86

Codes

Color #D4C7CB in popluar color models

D4C7CB
RGB212199203
HSL342°13.13%80.59%
HSB/HSV342°6.13%83.14%
CMYK0.00%6.13%4.25%
16.86%

Color #D4C7CB in popluar number systems.

HEXD4C7CB
Decimal212199203
Binary110101001100011111001011
Octal324307313

Shades and tints

Shades of #D4C7CB

#D4C7CB
(212,199,203)
#C1B5B9
(193,181,185)
#AEA3A7
(174,163,167)
#9B9195
(155,145,149)
#887F83
(136,127,131)
#756D71
(117,109,113)
#625B5F
(98,91,95)
#4F494D
(79,73,77)
#3C373B
(60,55,59)
#292529
(41,37,41)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #D4C7CB

#D4C7CB
(212,199,203)
#D7CCCF
(215,204,207)
#DAD1D3
(218,209,211)
#DDD6D7
(221,214,215)
#E0DBDB
(224,219,219)
#E3E0DF
(227,224,223)
#E6E5E3
(230,229,227)
#E9EAE7
(233,234,231)
#ECEFEB
(236,239,235)
#EFF4EF
(239,244,239)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C7CB color. Also use rgb(212,199,203) instead hex code.

Text Font Color

.myTextColor { color: #D4C7CB; }

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

This text font color is #D4C7CB.


Background Color

.myBgColor { background-color: #D4C7CB; }

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

This div background color is #D4C7CB.


Border color

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

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

This div border color is #D4C7CB.


Opacity

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

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

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

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

This text has shadow with #D4C7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C7CB on black background.


Color preview on white background

This text has color #D4C7CB on white background.



Black color preview on #D4C7CB background

This text has black color on #D4C7CB background.


White color preview on #D4C7CB background

This text has white color on #D4C7CB background.