COLOR #D4C2C2

HEX: #D4C2C2
RGB: (212,194,194)

Color info

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

RGB color model

#D4C2C2 color RGB value is (212,194,194).

  • red value is 212;
  • green value is 194;
  • blue value is 194.
RGB:
(212,194,194)
(83%,76%,76%)

RGB channels and saturation

R 212 of 255 = 83%
G 194 of 255 = 76%
B 194 of 255 = 76%

212
194
194

R + G + B ~ 78%. #D4C2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 194 + 194 = 600 (100%)
R 212 of 600 ~ 35.33%
G 194 of 600 ~ 32.33%
B 194 of 600 ~ 32.33%

%35.33
%32.33
%32.33

CMYK color model

#D4C2C2 color CMYK value is (0,8,8,17).

  • cyan value is 0.00%
  • magenta value is 8.49%
  • yellow value is 8.49%
  • key color value is 16.86%
CMYK:
(0,8,8,17)
C0M8Y8K17 
(0%,8%,8%,17%)
(0.00/0.08/0.08/0.17)	

CMYK percentages

%0
%8.49
%8.49
%16.86

Codes

Color #D4C2C2 in popluar color models

D4C2C2
RGB212194194
HSL17.31%79.61%
HSB/HSV8.49%83.14%
CMYK0.00%8.49%8.49%
16.86%

Color #D4C2C2 in popluar number systems.

HEXD4C2C2
Decimal212194194
Binary110101001100001011000010
Octal324302302

Shades and tints

Shades of #D4C2C2

#D4C2C2
(212,194,194)
#C1B1B1
(193,177,177)
#AEA0A0
(174,160,160)
#9B8F8F
(155,143,143)
#887E7E
(136,126,126)
#756D6D
(117,109,109)
#625C5C
(98,92,92)
#4F4B4B
(79,75,75)
#3C3A3A
(60,58,58)
#292929
(41,41,41)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #D4C2C2

#D4C2C2
(212,194,194)
#D7C7C7
(215,199,199)
#DACCCC
(218,204,204)
#DDD1D1
(221,209,209)
#E0D6D6
(224,214,214)
#E3DBDB
(227,219,219)
#E6E0E0
(230,224,224)
#E9E5E5
(233,229,229)
#ECEAEA
(236,234,234)
#EFEFEF
(239,239,239)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C2C2; }

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

This text font color is #D4C2C2.


Background Color

.myBgColor { background-color: #D4C2C2; }

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

This div background color is #D4C2C2.


Border color

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

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

This div border color is #D4C2C2.


Opacity

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

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

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

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

This text has shadow with #D4C2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C2C2 on black background.


Color preview on white background

This text has color #D4C2C2 on white background.



Black color preview on #D4C2C2 background

This text has black color on #D4C2C2 background.


White color preview on #D4C2C2 background

This text has white color on #D4C2C2 background.